aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAge
* MinGW: libuv needs -D_WIN32_WINNT=0x0600Rui Abreu Ferreira2016-01-04
* Fix CMakeLists.txt search paths for cross compileRui Abreu Ferreira2015-12-15
* Remove "Commit:" field from `--version` outputMichael Reed2015-12-05
* Nvim 0.1.1v0.1.1Justin M. Keyes2015-12-05
* Tests: add luacheck for linting testsMarco Hinz2015-11-23
* build: Use `git describe` for version strings.Justin M. Keyes2015-11-01
* Nvim 0.1.0v0.1.0Justin M. Keyes2015-11-01
* Nvim 0.1.0Justin M. Keyes2015-11-01
* CMake: Force use of project directory to look for Git data.Florian Walch2015-11-01
* version: Prepare for releases.Florian Walch2015-11-01
* CMake: Disable logging for release build types.Florian Walch2015-11-01
* CMake: Add custom Dev build type.Florian Walch2015-11-01
* build: Set the default value of ENABLE_JEMALLOC to ONThiago de Arruda2015-10-29
* Make jemalloc optionalOle Reifschneider2015-10-26
* build: Check if compiler supports -Wvla before useMichael Reed2015-10-02
* CMake: Remove --sort-common from linker flags.Florian Walch2015-10-01
* Enable compiler flag -WvlaRui Abreu Ferreira2015-09-24
* CMake: Use project directory to look for Git revision.Florian Walch2015-09-08
* MSVC: Don't use GCC -O/-g flags. #3267Rui Abreu Ferreira2015-08-31
* cmake: Enable -fdiagnostics-color=auto gcc flag. #3137Yamakaky2015-08-27
* MSVC: use MSVC instead of GCC-like compiler flags.Justin M. Keyes2015-08-27
* cmake: Build with -fstack-protector-strong if available #2597Michael Reed2015-08-26
* Mingw: Use POSIX compatible stdio #3232Rui Abreu Ferreira2015-08-25
* cmake: Generate tags and some vim syntax elementsZyX2015-07-26
* 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
* Remove outdated and unused manuals #2891Michael Reed2015-06-25
* CMake: Fix helptags generation when prefix is not /usr. #2741Thomas Anderson2015-06-09
* CMake: Fix _FORTIFY_SOURCE detection when using hardening-wrapper. #2788Florian Walch2015-06-04
* build: Limit --coverage flag to files under "src"Thiago de Arruda2015-05-18
* Build: Use GNUInstallDirs, install man pages #2649Michael Reed2015-05-17
* build: create prereq targets for test dependenciesJohn Szakmeister2015-05-09
* term: use an argument vector for termopen().Scott Prager2015-05-02
* jemalloc: Force use of prefixed functions.Florian Walch2015-04-29
* CMake: Don't request static linking for dependencies.Florian Walch2015-04-29
* CMake: Refer to Unibilium instead of LibUnibilium.Florian Walch2015-04-29
* CMakeLists.txt: Remove unneeded globsMichael Reed2015-04-16
* deps: Add jemalloc as an optional dependencyThiago de Arruda2015-04-13
* vim-patch:7.4.497 #2295David Bürgin2015-04-05
* CMakeLists: enable USE_FNAME_CASE on MacScott Prager2015-03-31
* Fixed compilation when using custom libtermkey (not installed in baselyuts2015-03-15
* deps: Provide options to disable static linkageVolodymyr Medvid2015-03-08
* deps: Add libvterm to the project dependenciesThiago de Arruda2015-02-28
* illumos requires the use of limits.h for things like INT_MAX #2049Mike Zeller2015-02-26
* build: make sure our deps area is picked up for pkg-config filesJohn Szakmeister2015-02-24
* job: Allow spawning jobs connected to pseudo terminalsThiago de Arruda2015-02-23
* ui: Rewrite the builtin terminal UIThiago de Arruda2015-02-16
* Merge pull request #1588 from equalsraf/tb-no-central-depsJohn Szakmeister2014-12-18
|\
| * Allow cmake caller to override DEPS_PREFIXRui Abreu Ferreira2014-12-16
* | Merge pull request #1686 from jszakmeister/include-opts-in-fortify-checkJohn Szakmeister2014-12-18
|\ \