aboutsummaryrefslogtreecommitdiff
path: root/config/CMakeLists.txt
Commit message (Expand)AuthorAge
* build: Do not check for obsolete <termio.h>Justin M. Keyes2016-12-24
* tui: check stty/termios for kbsJustin M. Keyes2016-12-23
* config: Allow setting USERNAME/HOSTNAME from the environmentJames McCoy2016-10-08
* file: Add buffered reading and writingZyX2016-06-23
* file,os/fs,shada: Separate opening, closing, writing and reading filesZyX2016-06-23
* Fix be64toh() detection on BSDs.John Szakmeister2016-05-14
* config: Remove HAVE_UNISTD_H.Seth Jackson2016-01-18
* config: Remove duplicate check for HAVE_UTIME_H.Seth Jackson2016-01-18
* config: Remove HAVE_FCNTL_H.Seth Jackson2016-01-17
* misc: UNIX => Unix #4022Seth Jackson2016-01-16
* config: Cleanup unused identifiers.Seth Jackson2016-01-12
* Stop using <stropts.h>Michael Reed2016-01-12
* os/*_defs.h: MAXNAMLEN cleanupMichael Reed2016-01-12
* Port fsync() to libuv.Seth Jackson2016-01-01
* Windows: Implement os_setenv() using _putenv_s()Rui Abreu Ferreira2015-12-12
* config: Check order and endianess even when cross-compilingZyX2015-10-08
* shada,config: Use CMake to determine endianess and be64toh existenceZyX2015-10-08
* Small cleanup after #3227Michael Reed2015-08-25
* cmake: Remove unneeded platform checksRui Abreu Ferreira2015-05-21
* Dont require setenv() in non Unix systemsRui Abreu Ferreira2015-05-21
* jemalloc: Force use of prefixed functions.Florian Walch2015-04-29
* Implement os_unsetenv()Rui Abreu Ferreira2015-04-14
* config: split out versiondef.h from config.hBjörn Linse2015-03-08
* ui: Remove/adapt some old code for a big UI refactorThiago de Arruda2015-02-16
* coverity/13745: Argument cannot be negative: RI.Eliseo Martínez2015-02-02
* coverity/100248: Operands don't affect result: HI.Eliseo Martínez2015-01-16
* Remove long_u: Passing-by: put_time(): Refactor implementation.Eliseo Martínez2014-12-24
* build: pull iconv detection into its own FindIconv.cmake fileJohn Szakmeister2014-11-08
* iconv: re-enableNicolas Hillegeer2014-11-06
* os_fchown: impl and remove HAVE_FCHOWNPavel Platto2014-08-13
* cmake: remove check for gettimeofdayNicolas Hillegeer2014-07-21
* Add cmake platform checksRui Abreu Ferreira2014-07-15
* Use platform check for correct selection of khash type in helpers.cThiago de Arruda2014-05-13
* Allow USERNAME to be specified on the command line.John Szakmeister2014-04-21
* Use check_symbol_exists() instead of check_function_exists().John Szakmeister2014-04-03
* Use check_function_exists() to check for _NSGetEnviron().John Szakmeister2014-03-07
* Use _NSGetEnviron on Mac OS X to gain access to environ.John Szakmeister2014-02-28
* CMakeLists: Improve handling of libintlAlexis Hildebrandt2014-02-27
* Improve libintl detection and linking.John Szakmeister2014-02-27
* Use GNU gettext from homebrew on Mac if availableAlexis Hildebrandt2014-02-27
* Fix build on OSX/Archlinux and add READMEaph2014-02-01
* Import vim from changeset v5628:c9cad40b4181Thiago de Arruda2014-01-31