aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Expand)AuthorAge
* Introduce nvim namespace: Move files.Eliseo Martínez2014-05-15
* Add ${API_SOURCES} to `nvim-test` cmake target.Thiago de Arruda2014-05-14
* API: Move helper functions to another moduleThiago de Arruda2014-05-13
* Refactor API types and prototypesThiago de Arruda2014-05-12
* Fix garray.* according to -WconversionMarco Hinz2014-04-28
* Use libtinfo as a fallback for cursesThiago de Arruda2014-04-22
* Remove proto as an include directory.oni-link2014-04-21
* fix -Wconversion warnings for rstreamNicolas Hillegeer2014-04-21
* Add the -Wconversion flag for some files.John Szakmeister2014-04-21
* Use cmake to find a lua executableThiago de Arruda2014-04-13
* Add `msgpack_rpc_dispatch`/metadata generatorThiago de Arruda2014-04-11
* Add cmake module for finding msgpackThiago de Arruda2014-04-11
* Do not include farsi.c in main.cFelipe Oliveira Carvalho2014-03-25
* Move arabic.h #defines from arabic.h to arabic.cFelipe Oliveira Carvalho2014-03-24
* 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
* No longer try to use standalone termcapMarcel Krüger2014-03-19
* Refactor travis build to use clang's sanitizersThiago de Arruda2014-03-13
* Use cmake module instead of shared for nvim-testScott Nielsen2014-02-28
* Add unit test running to travis againThiago de Arruda2014-02-27
* Disable unit tests until fixed for travisThiago de Arruda2014-02-27
* Add basic infrastructure for unit testingThiago de Arruda2014-02-27
* CMakeLists: Improve handling of libintlAlexis Hildebrandt2014-02-27
* CMakeLists: Use nvim target nameAlexis Hildebrandt2014-02-27
* Improve libintl detection and linking.John Szakmeister2014-02-27
* Use GNU gettext from homebrew on Mac if availableAlexis Hildebrandt2014-02-27
* Use FindCurses to find curses librariesRui Abreu Ferreira2014-02-27
* link to rt if it provides clock_gettimeRich Wareham2014-02-26
* make use of libuv when found by CMakeRich Wareham2014-02-26
* CMakeLists: add install target for nvimRich Wareham2014-02-25
* Create new OS moduleThiago de Arruda2014-02-24
* Changed name of binary (vim -> nvim).scott-linder2014-02-24
* use CMake's built in pthread detectionRich Wareham2014-02-24
* fix build on OSXaph2014-02-01
* Wrap calls to 'get_mess_env' into LIBINTL #ifdefsThiago de Arruda2014-02-01
* Fix build on OSX/Archlinux and add READMEaph2014-02-01
* Import vim from changeset v5628:c9cad40b4181Thiago de Arruda2014-01-31