aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAge
* Add install target for runtime dirRui Abreu Ferreira2014-07-31
* Use strict function prototypes #945Pavel Platto2014-07-14
* Check dependencies for each lua interpreter.Rui Abreu Ferreira2014-07-11
* Refactor the lua dependency checking.Rui Abreu Ferreira2014-07-11
* Remove pthread fatal check from CMakeLists.txt #891Rui Abreu Ferreira2014-06-30
* Fix #867: cmake doesn't issue `-isystem` for versioned gccJohn Szakmeister2014-06-27
* Fix #838: build with "USE_BUNDLED=OFF" fails to find dependenciesJohn Szakmeister2014-06-27
* Add automatic generation of headersZyX2014-06-02
* Turn off -Werror by default.John Szakmeister2014-05-29
* Introduce nvim namespace: Fix build process.Eliseo Martínez2014-05-15
* Tell cmake to use `-isystem` third-party includesThiago de Arruda2014-05-15
* Don't allow undefined references under Linux.John Szakmeister2014-05-14
* Generate a lua module to help pass build-related settings.John Szakmeister2014-05-03
* Configure travis to perform a 32-bit buildThiago de Arruda2014-04-22
* Fix unit testsThiago de Arruda2014-04-14
* Add checks for lpeg/cmsgpack lua packagesThiago de Arruda2014-04-13
* Use cmake to find a lua executableThiago de Arruda2014-04-13
* Add cmake module for finding msgpackThiago de Arruda2014-04-11
* Fix #451: Build broken on OSX.Eliseo Martínez2014-04-03
* enable coveralls supportaph2014-04-01
* Append to CMAKE_PREFIX_PATH instead setting it outright.John Szakmeister2014-03-28
* Don't require busted.John Szakmeister2014-03-23
* Deal with the missing dependencies for libuv.John Szakmeister2014-03-21
* Revamp the build system.John Szakmeister2014-03-21
* Use include paths relative to src/James McCoy2014-03-14
* Refactor travis build to use clang's sanitizersThiago de Arruda2014-03-13
* Fix `free_all_mem` and EXITFREE definitionThiago de Arruda2014-03-07
* Use -Werror.Gaelan Steele2014-03-03
* MAKE: ask gnulikes to warn and be pedantic + fixesNicolas Hillegeer2014-02-28
* Setup better warning flags for Clang.John Szakmeister2014-02-28
* Only include libintl's include dir if libintl was found.John Szakmeister2014-02-28
* CMakeLists: Improve handling of libintlAlexis Hildebrandt2014-02-27
* Use GNU gettext from homebrew on Mac if availableAlexis Hildebrandt2014-02-27
* Use CMAKE_C_FLAGS variable to set compiler flags.Rich Wareham2014-02-27
* Add configuration to help debug memory leaksThiago de Arruda2014-02-26
* link to rt if it provides clock_gettimeRich Wareham2014-02-26
* CMakeLists: remove hardcoded .deps directoryRich Wareham2014-02-26
* make use of libuv when found by CMakeRich Wareham2014-02-26
* automatically discover libuv in CMakeRich Wareham2014-02-26
* add custom CMake module pathRich Wareham2014-02-26
* use CMake's built in pthread detectionRich Wareham2014-02-24
* Changed binary output directory from src/ to bin/jdiez172014-02-24
* Import vim from changeset v5628:c9cad40b4181Thiago de Arruda2014-01-31