summaryrefslogtreecommitdiffstats
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
* Fix for Travis CI build (attempt 9)Dimitri van Heesch2015-05-311-1/+1
|
* Fix for Travis CI build (attempt 8)Dimitri van Heesch2015-05-311-1/+1
|
* Fix for Travis CI build (attempt 7)Dimitri van Heesch2015-05-311-1/+1
|
* Fix for Travis CI build (attempt 6)Dimitri van Heesch2015-05-311-1/+1
|
* Fix for Travis CI build (attempt 5)Dimitri van Heesch2015-05-311-0/+5
|
* Added support for language codesDimitri van Heesch2015-05-312-7/+1
|
* Added missing files and build instructionsDimitri van Heesch2015-05-311-0/+42
|
* Further cmake changesDimitri van Heesch2015-05-312-12/+25
| | | | | | | - made static build option for all windows targets - made wizard flex interactive - add 64bit support for libiconv on windows build - updated test mechanism
* Removed old build files, added install targets and other optionsDimitri van Heesch2015-05-171-0/+51
|
* use cmakeAdrian Negreanu2015-05-154-0/+218
runtest.pl replaced by testing/test_driver.cmake version.py replaced by cmake/version.cmake lang_cfg.py replaced by cmake/lang_cfg.cmake settings.py implemented in src/CMakeLists.txt increasebuffer.py replaced by defining the YY_BUF_SIZE and YY_READ_BUF_SIZE Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>