index
:
emacs-libvterm.git
akermu-patch-1
backtab_support
directory_tracking
doc_improvements
emacs_module_support
fix_ctrl_j
link_pthread
master
remote_directory_tracking
support_pagedown
tmux_mouse_scroll_support
update_libvterm
use_termios
vendor_libvterm
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2023-01-30
add LDFLAGS to statically link libvterm
Anbang Wen
2022-11-18
Fix #643
Gabriele Bozzola
2022-11-17
Support `sb_clear` callback if present
Russell McClellan
2022-08-30
check libvterm version,make it compile with libvterm<0.2
jixiuf
2022-08-27
use mirror https://github.com/Sbozzolo/libvterm-mirror.git v0.2
jixiuf
2021-12-15
Do not export unnecessary symbols in dynamic library
Yikai Zhao
2020-11-12
upgrade libvterm
jixiuf
2020-11-12
Add Cmake rules for BSD
Ashton Fagg
2020-05-03
Fix punctuation
Gabriele Bozzola
2020-04-30
Automatic detection for system libvterm first
condy
2020-03-05
Move RelWithDebInfo default option to CMake
Gabriele Bozzola
2020-03-01
Check for libtool in CMakeList
Gabriele Bozzola
2020-03-01
Update libvterm to 0.1.3
Gabriele Bozzola
2020-01-07
fixed: libvterm's build command on FreeBSD
Michael Figiel
2019-07-30
update GIT_TAG of libvterm in CMakeLists.txt
jixiufeng
2019-07-19
Add workaround for cmake issue
Lukas Fürmetz
2019-07-19
Fix CI build
Lukas Fürmetz
2019-07-18
Update travis distribution to xenial
Lukas Fürmetz
2019-07-18
Minor improvements to cmake
Lukas Fürmetz
2019-01-27
Use by default a vendored libvterm
Lukas Fürmetz
2018-11-19
fix binary output directory after 38eaf28: Add CI
Thomas de Beauchêne
2018-11-16
Fix run command
Lukas Fürmetz
2018-11-16
Add CI
Lukas Fürmetz
2018-11-10
Use CMake library search to look for libvterm location
Konstantin Nazarov
2018-10-24
Run vterm when invoking `make run`
Lukas Fürmetz
2018-10-24
Remove useless includes
Lukas Fürmetz
2018-10-24
Bundle emacs-module header
Lukas Fürmetz
2018-03-13
add -Q option when printing emacs version
Jia Tan
2017-11-22
Fix build on Mac OS X
Lukas Fürmetz
2017-11-17
Add a option to reuse existent emacs source during build
Lukas Fürmetz
2017-11-16
Put vterm-module.so into project root
Lukas Fürmetz
2017-11-16
Extract elisp related functionality into elisp.c
Lukas Fürmetz
2017-11-16
Extract utf8.c
Lukas Fürmetz
2017-11-16
Make build work with emacs from git
Lukas Fürmetz
2017-11-15
Switch to cmake build system
Lukas Fürmetz