aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAge
* 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
|\ \
| * | build: include the flags for the build type in the _FORTIFY_SOURCE checkJohn Szakmeister2014-12-16
| |/
* / Detect and propagate _FORTIFY_SOURCE prefixRoss Smith2014-12-17
|/
* Allow building as a static -fPIC libraryoakes2014-12-12
* build: probe the compiler to see if we need to turn down _FORTIFY_SOURCEJohn Szakmeister2014-11-25
* CMake: Set -Wconversion by default.Florian Walch2014-11-19
* Use cmake --build instead of MakeRui Abreu Ferreira2014-11-14
* build: fix CMAKE_MODULE_PATH usageJohn Szakmeister2014-11-10
* version: Add compilation info.Florian Walch2014-11-09
* Merge pull request #1437 from jszakmeister/build-search-fixesJohn Szakmeister2014-11-09
|\
| * build: pull iconv detection into its own FindIconv.cmake fileJohn Szakmeister2014-11-08
| * build: give priority to /sw and /opt/local on Mac OS XJohn Szakmeister2014-11-08
| * build: use the proper libintl include variableJohn Szakmeister2014-11-08
* | build: only attempt to use -Og if it's supportedJohn Szakmeister2014-11-09
* | Merge pull request #1383 from fwalch/nvim-buildtypeJustin M. Keyes2014-11-08
|\ \ | |/ |/|
| * CMake: Set custom RelWithDebInfo compile flags.Florian Walch2014-11-08
* | build: default to using -O2 for release buildsJohn Szakmeister2014-11-07
|/
* build: fix running of functional tests directly with CMakeJohn Szakmeister2014-11-05
* CMake: Rename target "test" to "functionaltest".Florian Walch2014-11-05
* CMake: Modify _FORTIFY_SOURCE only for release builds.Florian Walch2014-11-05
* build: turn down the _FORTIFY_SOURCE level on gcc >= 4.0John Szakmeister2014-11-05
* Add missing linker flags required for LuaJIT on 64-bit Mac OS X.John Szakmeister2014-10-17
* test: Remove run-functional-tests.pyThiago de Arruda2014-10-16
* cmake: handle missing git or .git/Justin M. Keyes2014-10-15
* version: generate "build number" from commit timestampJustin M. Keyes2014-10-07
* version: report commit hash as "build number" in long version stringJustin M. Keyes2014-10-07
* test: Replace vroom by lua/busted for functional testsThiago de Arruda2014-09-30
* build: install with the correct permissionsJohn Szakmeister2014-09-22
* deps: Switch lua msgpack library to one that supports 2.0Thiago de Arruda2014-09-16
* Update busted to 2.0.rc3.Florian Walch2014-09-11
* Add 'bit' to the list of lua dependenciesRui Abreu Ferreira2014-08-29
* CMake: Generate helptags during install step.Florian Walch2014-08-23
* Set the policy to 'OLD' to avoid warning CMP0026 in CMake 3.0.Joey Gouly2014-08-23
* 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