aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAge
* 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
|\ \
| * | 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