Commit Graph

17 Commits

Author SHA1 Message Date
Yehonal 2f71abc6c6 implemented cmake options to disable extra features for performances optimization
can be easily extended to all features that can be optional
but have high performance impact
2017-03-26 01:09:45 +01:00
Yehonal 603753dfff CMAKE: implemented method to disable a module via cmake
use -DDISABLED_AC_MODULES or config.cmake file to define it
2017-03-26 01:09:44 +01:00
Yehonal b522a0cb72 Implemented gperftools support
it allows you to profile cpu/memory under unix systems
2017-03-26 01:09:42 +01:00
Yehonal b86f955f8d cleaning config.sh.dist file 2016-09-02 00:21:08 +02:00
Yehonal 41f64fb287 Crossplatform header for bash files 2016-08-26 16:23:25 +02:00
Yehonal 5b3c776f9c fixed and updated db_assembler to even support old bash v3 ( osx )
we're emulating associative array
2016-08-25 19:06:51 +02:00
Yehonal 1c9eb7e52f change default bash compiler to clang 2016-08-20 09:49:55 +02:00
Yehonal c36b4f384f removed CC compiler from conf 2016-08-19 09:30:55 +02:00
Yehonal 0d31040fbd [CMAKE] More compatible definitions 2016-08-17 09:43:34 +02:00
Yehonal 3da352a076 implemented db_exporter 2016-08-13 20:32:23 +02:00
Yehonal 991eed3b5a Using more appropriate NS prefixes for our macro and cmake vars 2016-08-11 20:10:08 +02:00
Yehonal e5f8ecd7ec [BASH] allow additional custom config for cmake 2016-08-07 12:26:30 +02:00
Yehonal 5d5718905a fixed db_assembler script 2016-08-07 12:23:11 +02:00
Yehonal 2c6264915e fixed cmake and compilation 2016-08-07 12:11:23 +02:00
Yehonal 765fad6133 some fixes to bash config files 2016-08-07 12:10:51 +02:00
Yehonal 42ad4da954 starting bash rewriting job [WIP] 2016-08-07 12:10:05 +02:00
Yehonal d1b8eea42f configuration system for cmake
- moved cmake options under conf
and created default/custom configuration system for cmake
2016-08-07 12:02:55 +02:00