aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/CMakeLists.txt
Commit message (Expand)AuthorAge
* tsan: Compile with -fPIE and force clang-3.8James McCoy2016-11-23
* api: move verbatim c code out of gendispatch.lua and into c filesBjörn Linse2016-10-19
* build: fix generated file paths when building in-treeJohn Szakmeister2016-10-11
* genunicodetables: Give the unicode directory as the first argumentJames McCoy2016-09-24
* vim-patch:7.4.1604James McCoy2016-09-24
* gendispatch: warn for deprecated alias if the deprecated function has implema...Björn Linse2016-09-15
* refactor: eliminate misc2.cJustin M. Keyes2016-09-13
* Add compiler check for -Wno-static-in-inlineRui Abreu Ferreira2016-09-10
* api: consistently use nvim_ prefix and update documentationBjörn Linse2016-08-31
* eval: use gperf to generate the hash of builtin functionsBjörn Linse2016-08-31
* api: auto generate api function wrappers for vimlBjörn Linse2016-08-31
* api: rename "msgpack_rpc/defs.h" to "api/private/dispatch.h" and use the head...Björn Linse2016-08-31
* eval: Use generated hash to look up function listZyX2016-08-31
* eval: Move VimL functions list to a lua fileZyX2016-08-31
* MSVC: Build third-party dependencies as release DLLsRui Abreu Ferreira2016-08-07
* cmake: remove unused includes (#4947)Nicolai Skogheim2016-06-22
* Merge #3745 from cacplate/ops_WconversionJustin M. Keyes2016-06-13
|\
| * ops.c: enable -Wconversion warningCharles Joachim2016-05-30
* | pty_process: split into plat-specific files (#3976)Rui Abreu Ferreira2016-06-04
* | reorgJustin M. Keyes2016-06-03
|/
* Windows: Don't build the TUI is systems where it is not supportedRui Abreu Ferreira2016-05-27
* cmake: Allow building without LuajitRui Abreu Ferreira2016-05-19
* Merge pull request #3522 from wdv4758h/clang-3.7-optionsJustin M. Keyes2016-05-16
|\
| * build: fix '-fno-sanitize-recover' warning in Clang 3.7Chiu-Hsiang Hsu2015-11-03
* | Enable -Wconversion for getchar.csach1t2016-05-07
* | Merge pull request #3951 from cacplate/misc1_WconversionBjörn Linse2016-04-18
|\ \
| * | misc1.c: enable -WconversionCharles Joachim2016-04-17
* | | eval: Move encode.c to eval/encode.cZyX2016-04-18
* | | cmake: Refactor code that creates directories and lists C filesZyX2016-04-18
|/ /
* | Enabled -Wconversion in charset.chuchet2016-04-06
* | path.c: enable -WconversionCharles Joachim2016-03-27
* | cmake: Create generated files in a consistent orderJames McCoy2016-03-15
* | quickfix.c: enable -WconversionCharles Joachim2016-03-10
* | enable -Wconversion for ex_cmds2.cJ Phani Mahesh2016-02-27
* | cmake: Pass -DMIN_LOG_LEVEL as compiler definitionRui Abreu Ferreira2016-01-10
|/
* Enable -Wconversion: if_cscope.c #3068cztchoice2015-09-23
* Windows: Only link against libm, libutil on Unix. #3324Rui Abreu Ferreira2015-09-10
* MSVC: Fix declaration generation. #3301Rui Abreu Ferreira2015-09-07
* build: Disable gcov on TSAN buildsThiago de Arruda2015-09-06
* MSVC: use MSVC instead of GCC-like compiler flags.Justin M. Keyes2015-08-27
* Merge pull request #2159 from ZyX-I/auto-unicodeJustin M. Keyes2015-08-19
|\
| * Create script that downloads and commits UNIDATA filesZyX2015-07-26
| * Generate unicode tables with script when buildingZyX2015-07-26
* | queue: Implement a more flexible event queueThiago de Arruda2015-08-13
|/
* options: Move option definitions to options.luaZyX2015-07-26
* fileio: Move event definitions to the generator scriptZyX2015-07-26
* event loop: New abstraction layer with refactored time/signal APIThiago de Arruda2015-07-17
* CMake: Enable EXITFREE for all *San.Florian Walch2015-07-05
* CMake: Add option for Clang TSan, rename option ASAN -> ASAN_UBSAN.Florian Walch2015-07-05
* CMake: Add option for Clang MSan.Florian Walch2015-07-05