index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
*
Add install target for runtime dir
Rui Abreu Ferreira
2014-07-31
*
Use strict function prototypes #945
Pavel Platto
2014-07-14
*
Check dependencies for each lua interpreter.
Rui Abreu Ferreira
2014-07-11
*
Refactor the lua dependency checking.
Rui Abreu Ferreira
2014-07-11
*
Remove pthread fatal check from CMakeLists.txt #891
Rui Abreu Ferreira
2014-06-30
*
Fix #867: cmake doesn't issue `-isystem` for versioned gcc
John Szakmeister
2014-06-27
*
Fix #838: build with "USE_BUNDLED=OFF" fails to find dependencies
John Szakmeister
2014-06-27
*
Add automatic generation of headers
ZyX
2014-06-02
*
Turn off -Werror by default.
John Szakmeister
2014-05-29
*
Introduce nvim namespace: Fix build process.
Eliseo Martínez
2014-05-15
*
Tell cmake to use `-isystem` third-party includes
Thiago de Arruda
2014-05-15
*
Don't allow undefined references under Linux.
John Szakmeister
2014-05-14
*
Generate a lua module to help pass build-related settings.
John Szakmeister
2014-05-03
*
Configure travis to perform a 32-bit build
Thiago de Arruda
2014-04-22
*
Fix unit tests
Thiago de Arruda
2014-04-14
*
Add checks for lpeg/cmsgpack lua packages
Thiago de Arruda
2014-04-13
*
Use cmake to find a lua executable
Thiago de Arruda
2014-04-13
*
Add cmake module for finding msgpack
Thiago de Arruda
2014-04-11
*
Fix #451: Build broken on OSX.
Eliseo Martínez
2014-04-03
*
enable coveralls support
aph
2014-04-01
*
Append to CMAKE_PREFIX_PATH instead setting it outright.
John Szakmeister
2014-03-28
*
Don't require busted.
John Szakmeister
2014-03-23
*
Deal with the missing dependencies for libuv.
John Szakmeister
2014-03-21
*
Revamp the build system.
John Szakmeister
2014-03-21
*
Use include paths relative to src/
James McCoy
2014-03-14
*
Refactor travis build to use clang's sanitizers
Thiago de Arruda
2014-03-13
*
Fix `free_all_mem` and EXITFREE definition
Thiago de Arruda
2014-03-07
*
Use -Werror.
Gaelan Steele
2014-03-03
*
MAKE: ask gnulikes to warn and be pedantic + fixes
Nicolas Hillegeer
2014-02-28
*
Setup better warning flags for Clang.
John Szakmeister
2014-02-28
*
Only include libintl's include dir if libintl was found.
John Szakmeister
2014-02-28
*
CMakeLists: Improve handling of libintl
Alexis Hildebrandt
2014-02-27
*
Use GNU gettext from homebrew on Mac if available
Alexis Hildebrandt
2014-02-27
*
Use CMAKE_C_FLAGS variable to set compiler flags.
Rich Wareham
2014-02-27
*
Add configuration to help debug memory leaks
Thiago de Arruda
2014-02-26
*
link to rt if it provides clock_gettime
Rich Wareham
2014-02-26
*
CMakeLists: remove hardcoded .deps directory
Rich Wareham
2014-02-26
*
make use of libuv when found by CMake
Rich Wareham
2014-02-26
*
automatically discover libuv in CMake
Rich Wareham
2014-02-26
*
add custom CMake module path
Rich Wareham
2014-02-26
*
use CMake's built in pthread detection
Rich Wareham
2014-02-24
*
Changed binary output directory from src/ to bin/
jdiez17
2014-02-24
*
Import vim from changeset v5628:c9cad40b4181
Thiago de Arruda
2014-01-31