summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Collapse)Author
2018-12-03Merge pull request #43 from MaskRay/cmakeGrzegorz Kostka
Raise cmake_minimum_required: 2.8 -> 3.4
2018-12-02Don't copy includeFangrui Song
2018-12-02Raise cmake_minimum_required: 2.8 -> 3.4Fangrui Song
See CMP0065, otherwise -rdynamic is unconditionally added to linked executable. These .dynsym symbols are not really useful.
2016-09-05fix: mingw buildIng. Radomír Polách
2016-04-01ext4_config: add CONFIG_UNALIGNED_ACCESS configuration switchgkostka
On some targets unaligned 32/16 bit access will raise exeption.
2016-03-31CMake: add library & headers to make install targetgkostka
2016-01-29CMake: now ext4_config.h will be automatically generated.ngkaho1234
2016-01-28Reconstruct source directory tree.ngkaho1234
2016-01-23ext4_config: set CONFIG_HAVE_OWN_ERRNO default value to 0gkostka
2016-01-23Specify flags without -Wextra for non-gcc compilers.ngkaho1234
2016-01-23Add 'lib_only' build target.ngkaho1234
Under this target, only a basic library will be built.
2015-12-31makefile: add version definitions to makefile & CMakeListsgkostka
2015-11-19Set new default configuration (remove some unnecessary definitions)gkostka
2015-11-13Move all test modules to fs_test directorygkostka
2015-10-18Move stm32f429 demo to separate repositorygkostka
2015-10-18Multiple fixes related to basic block typengkaho1234
1. uint32_t block address converted to ext4_fsblk_t block address 2. ext4_balloc_find_goal renamed to ext4_fs_indirect_find_goal 3. ext4_balloc_alloc_block now needs one more parameter(goal)
2015-10-11Tune CMakeFile default preprocessor macros on PC.ngkaho1234
Remove ENOATTR, use ENODATA instead
2015-10-08Add ignore .git directory cmkage dist targetgkostka
2015-10-08Add CONFIG_HAVE_OWN_OFLAGS=1 for targets without right definitionsgkostka
2015-09-22Demo apps refactoringgkostka
2015-07-23Add CHANGELOG & version bump to 0.8.0gkostka
2014-11-08version update: 0.7.0gkostka
2014-07-14Prepare for 0.6.0gkostka
2014-06-22Comb sort for directory indexing (shold be faster).gkostka
2014-06-03Version updategkostka
2014-05-30Fixed avr warnings.gkostka
2014-05-30New targets for:gkostka
- xmaga - arm-sim (arm-none-eabi-run) - cortex-m0 Improved toolchain directory structure.
2014-05-20Build system refactoring.gkostka
2014-05-20Pedanitic warning check fixes. Pointer arithmetic, anonymus unions etcgkostka
2014-04-09Version update.gkostka
2014-04-06Client server basic test suite + minor code improvment.gkostka
2014-01-15Update version to 0.3.0 to tag.gkostka
2014-01-12Update project settings.gkostka
2014-01-12Upadate cmake file.gkostka
2014-01-05STM32F429 cmake target.gkostka
2013-10-270.2.0 version.gkostka
2013-10-27FEATURES:gkostka
1. New io_raw block device. Allows to access windows partitions. 2. Demo app timings. Windows ext2/3/4 volume access. 3. Faster big file read/write operations (multi block mode).
2013-10-13Update directory tree.gkostka