OSDN Git Service

Use safer names for byteorder stuff.
[android-x86/external-exfat.git] / SConstruct
2013-01-19 resverUpdated copyright years.
2013-01-09 resverFixed cleaning of libexfat broken in r312.
2013-01-09 resverGet PATH and SYSROOT variables from environment if...
2013-01-09 resverRespect AR and RANLIB environment variables in SConscript.
2012-12-19 resverReplace fixed PATH to the value from environment. This...
2012-12-19 resverCheck compiler presense in SConscript.
2012-12-18 resverCheck size of off_t type in SConscript.
2012-12-18 resverDo not configure when cleaning.
2012-12-18 resverRemove symlinks on cleaning the install alias.
2012-12-08 resverOS X: set deployment target to Mac OS X 10.5 Leopard.
2012-12-04 resverOS X support:
2012-05-18 resverExplicitly require C99 and define _GNU_SOURCE to enable...
2012-05-18 resverDefine FUSE_USE_VERSION only before inclusion of fuse...
2012-05-18 resverFixed copyright years in SConscript.
2012-05-17 resverRespect CPPFLAGS environment variable in SConscript.
2012-03-04 resverAdded ublio support for FreeBSD.
2012-03-03 resverUse a list of libraries in SConscript.
2012-03-03 resverSupport building on FreeBSD.
2012-03-03 resverMoved platform-specific configuration code after common.
2012-01-29 resverAdded default compiler flags for clang.
2012-01-29 resverRespect CC, CCFLAGS and LDFLAGS environment variables...
2011-03-12 resverDo not link utils with libfuse.
2011-01-29 resverReorganized SConstruct, added install targets for utils.
2011-01-22 resverRenamed sbdump to dumpexfat.
2011-01-21 resverAdded exfatlabel (utility that reads or changes volume...
2010-11-23 resverAdded mkexfatfs (utility that creates an exFAT file...
2010-11-08 resverAdded a small utility (sbdump) that prints exFAT super...
2010-11-08 resverRenamed exfatck to exfatfsck.
2010-09-07 resverDefine __DARWIN_UNIX03=1 to make timezone variable...
2010-09-07 resverImproved comment about __DARWIN_64_BIT_INO_T.
2010-06-26 resverDo not assume that compiler is GCC: add GCC-specific...
2010-04-24 resverCreate symlink mount.exfat -> mount.exfat-fuse when...
2010-01-10 resverChanged source files headings to meet the FSF recommend...
2009-11-27 resverAdded install target to SConscript.
2009-09-14 resverInitial check in.