OSDN Git Service

Set errno to EROFS on failure to open the device in RW mode.
[android-x86/external-exfat.git] / SConstruct
2015-08-24 relanFix license for the SConscript.
2015-08-24 relanUpdate copyright years.
2015-08-24 relanFix cleaning of libexfat broken in r312.
2015-08-24 relanGet PATH and SYSROOT variables from the environment.
2015-08-24 relanRespect AR and RANLIB environment variables in SConscript.
2015-08-24 relanReplace fixed PATH to the value from the environment.
2015-08-24 relanCheck compiler presense in SConscript.
2015-08-24 relanCheck size of off_t type in SConscript.
2015-08-24 relanDo not configure when cleaning.
2015-08-24 relanRemove symlinks on cleaning the install alias.
2015-08-24 relanOS X: set deployment target to Mac OS X 10.5 Leopard.
2015-08-24 relanImprove OS X support.
2015-08-24 relanExplicitly require C99 and define _GNU_SOURCE.
2015-08-24 relanDefine FUSE_USE_VERSION only before inclusion of fuse.h.
2015-08-24 relanUpdate copyright years in SConscript.
2015-08-24 relanRespect CPPFLAGS environment variable in SConscript.
2015-08-24 relanAdd ublio support for FreeBSD.
2015-08-24 relanUse a list of libraries in SConscript.
2015-08-24 relanSupport building on FreeBSD.
2015-08-24 relanMove platform-specific configuration code after common...
2015-08-24 relanAdd default compiler flags for clang.
2015-08-24 relanRespect CC, CCFLAGS and LDFLAGS variables in SConscript.
2015-08-24 relanDo not link utils with libfuse.
2015-08-24 relanReorganize SConstruct, add install targets for utils.
2015-08-24 relanRename sbdump to dumpexfat.
2015-08-24 relanAdd exfatlabel (utility that reads or changes volume...
2015-08-24 relanAdd mkexfatfs (utility that creates an exFAT file system).
2015-08-24 relanAdd a small utility sbdump.
2015-08-24 relanRename exfatck to exfatfsck.
2015-08-24 relanDefine __DARWIN_UNIX03=1.
2015-08-24 relanImprove comment about __DARWIN_64_BIT_INO_T.
2015-08-24 relanDo not assume that compiler is GCC.
2015-08-24 relanCreate symlink mount.exfat -> mount.exfat-fuse on install.
2015-08-24 relanChange source files headings to meet FSF recommendations.
2015-08-24 relanAdd install target to SConscript.
2015-08-24 relanInitial code drop.