index
:
zsh-completions
add-bento4
add-v8-options
add_pwsh
add_sox_ng
ai_review
cache-expiration-date
ctest_cpack
elixir_completions
fix-format
fix_cmake_help_completion
issue-1214
master
openvpn-install
perl-package-managers
refactor-cask
refactor-jrnl
refactor_cf
refactor_cmake
refactor_fail2ban
refactor_gist
refactor_git_flow
refactor_golang
refactor_inxi
refactor_mix
refactor_mvn
refactor_openvpn3
refactor_tmuxp
remove_drush
update
update-flutter
update-golang
update-node
update-node-js
update-pre-commit
update-qmk
update-rubocop
update_cmake
update_fab
update_port
[no description]
git mirrorbot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
_cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update cmake completion to version 4.3.0
Shohei YOSHIDA
6 days
1
-1
/
+3
*
Remove needless variable declarations
fix_cmake_help_completion
Shohei YOSHIDA
2026-03-19
1
-5
/
+3
*
fix formatting issue
Shohei YOSHIDA
2026-03-19
1
-4
/
+4
*
fix help item completion
Shohei YOSHIDA
2026-03-19
1
-0
/
+2
*
simplify assignments and remove needless functions
refactor_cmake
Shohei YOSHIDA
2026-03-14
1
-47
/
+55
*
Reduce top level local variables, use function local variables instead
Shohei YOSHIDA
2026-03-14
1
-78
/
+114
*
Simplify cmake targets
Shohei YOSHIDA
2026-03-14
1
-16
/
+7
*
Do not use global variables
Shohei YOSHIDA
2026-03-14
1
-8
/
+11
*
`--build` option should be an optional parameter
issue-1214
Shohei YOSHIDA
2026-03-12
1
-1
/
+1
*
Update cmake completion version 3.31
Shohei YOSHIDA
2025-07-10
1
-1
/
+5
*
Add -DBUILD_SHARED_LIBS completion for cmake completions
Jeremy Rifkin
2023-11-13
1
-0
/
+2
*
Fix broken boolean parameter completion
Shohei YOSHIDA
2022-12-03
1
-8
/
+11
*
Update cmake completion
Shohei YOSHIDA
2022-11-18
1
-76
/
+84
*
Extract generators from 'cmake --help'
Shohei YOSHIDA
2022-11-02
1
-17
/
+2
*
Update cmake options for version 3.24
Shohei YOSHIDA
2022-08-10
1
-0
/
+2
*
_cmake: fix cmake presets for real
Norbert Lange
2022-07-19
1
-7
/
+6
*
Rewrite JSON parsing code in Perl for portability
Shohei YOSHIDA
2022-02-24
1
-13
/
+6
*
re-write to use python, hopefully this is portable enough, tested with python...
Huw Percival
2022-02-23
1
-4
/
+12
*
fix presets
Huw Percival
2022-02-22
1
-1
/
+1
*
Use correct makefile for target completion
Aske Bækdal Møller
2021-01-16
1
-1
/
+1
*
CMake: note myself as additional author
Norbert Lange
2020-12-25
1
-0
/
+1
*
CMake: udpate generators list
Norbert Lange
2020-12-25
1
-14
/
+18
*
CMake: Major update to options, adapted to 3.19
Norbert Lange
2020-12-25
1
-21
/
+74
*
CMake: add -E command completions
Norbert Lange
2020-12-25
1
-5
/
+37
*
CMake: Completely overhaul help command completions
Norbert Lange
2020-12-25
1
-52
/
+28
*
CMake: Turn some property values into local arrays
Norbert Lange
2020-12-25
1
-61
/
+16
*
CMake: fix option completion after first argument
Norbert Lange
2020-12-25
1
-3
/
+4
*
support cmake --install related options
Zhuo Zhang
2020-05-15
1
-3
/
+78
*
Fix typos
Dimitris Apostolou
2020-04-09
1
-8
/
+8
*
Merge pull request #676 from pseyfert/cmake_unity
Shohei YOSHIDA
2020-03-20
1
-0
/
+4
|
\
|
*
cmake: new command line options
Paul Seyfert
2020-01-01
1
-0
/
+2
|
*
cmake: add CMAKE_UNITY_BUILD variable
Paul Seyfert
2020-01-01
1
-0
/
+2
*
|
Fix typo in _cmake (#672)
vaporwavy
2020-01-17
1
-1
/
+1
|
/
*
cmake: Add `--parallel` build option
Daniel Teunis
2019-10-07
1
-0
/
+5
*
Merge pull request #637 from pseyfert/cmake_generator_variable
Julien Nicoulaud
2019-06-18
1
-2
/
+4
|
\
|
*
[cmake] complete CMAKE_GENERATOR environment variable values
Paul Seyfert
2019-06-13
1
-2
/
+4
*
|
provide CMAKE_<LANG>_COMPILER_LAUNCHER in cmake completion
Paul Seyfert
2019-06-12
1
-0
/
+15
|
/
*
fixup based on review comment
Paul Seyfert
2018-08-29
1
-1
/
+1
*
use CPPFLAGS completion for CMAKE_CXX_FLAGS completion
Paul Seyfert
2018-08-29
1
-2
/
+2
*
shift words array before passing from _cmake to build tool
Paul Seyfert
2018-06-25
1
-9
/
+17
*
Merge pull request #577 from pseyfert/c_standards
okapia
2018-06-18
1
-0
/
+34
|
\
|
*
added cxx and c language standards
Paul Seyfert
2017-12-21
1
-0
/
+34
*
|
Merge pull request #546 from pseyfert/cmake_module_path
okapia
2018-06-18
1
-1
/
+2
|
\
\
|
*
|
add CMAKE_PREFIX_PATH to cmake completion
Paul Seyfert
2017-12-12
1
-1
/
+2
|
|
/
*
/
extend cmake completion
Paul Seyfert
2017-11-17
1
-2
/
+6
|
/
*
[_cmake] add CMAKE_MODULE_PATH to common property names
Paul Seyfert
2016-10-30
1
-0
/
+1
*
import updates from pseyfert/zsh-cmake-completion@cc043d7ff6121c5c47eb21a2677...
Paul Seyfert
2016-09-26
1
-33
/
+158
*
Fix a typo in the cmake script
Morgan Lieberthal
2016-09-26
1
-1
/
+1
*
#207: Add license header to _cmake, with explicit permission from Scott Kroll...
0.19.0
Julien Nicoulaud
2016-07-18
1
-1
/
+26
*
Complete cmake property CMAKE_EXPORT_COMPILE_COMMANDS
Dave Lee
2016-02-25
1
-0
/
+2
[next]