index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmServerProtocol.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-6/+5
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-3/+3
*
Merge topic 'server-polish-opt-handshake'
Brad King
2018-01-25
1
-14/+15
|
\
|
*
Server-mode: Rename functions to reflect what they do
Tobias Hunger
2018-01-24
1
-14/+15
*
|
sourceFile properties: add property INCLUDE_DIRECTORIES
Marc Chevrier
2018-01-24
1
-1/+18
*
|
sourceFile properties: add property COMPILE_OPTIONS
Marc Chevrier
2018-01-23
1
-0/+5
|
/
*
server: fix crash if no min version specified
Justin Goshi
2018-01-19
1
-2/+2
*
server: Expand generator expressions for test info
Justin Goshi
2018-01-04
1
-7/+18
*
Genex: Per-source $<COMPILE_LANGUAGE:...> support
Marc Chevrier
2017-12-13
1
-7/+12
*
Merge branch 'backport-revert-server-target-backtraces' into revert-server-ta...
Brad King
2017-12-06
1
-48/+0
|
\
|
*
server: Revert "Report backtraces in codemodel response"
Brad King
2017-12-06
1
-49/+0
*
|
server: drop "ctestInfo" backtrace information
Brad King
2017-12-06
1
-3/+0
*
|
Add generator expression support to per-source COMPILE_DEFINITIONS
Marc Chevrier
2017-12-05
1
-2/+8
*
|
Refactor per-source generator expression evaluation
Marc Chevrier
2017-12-04
1
-5/+3
*
|
Merge topic 'server-target-isGeneratorProvided'
Brad King
2017-11-27
1
-0/+2
|
\
\
|
*
|
server: return whether or not a target is generator provided
Justin Goshi
2017-11-20
1
-0/+2
*
|
|
Merge topic 'serverFixTestDiscovery'
Brad King
2017-11-27
1
-72/+19
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
server: ctestInfo fix to return all tests
Justin Goshi
2017-11-17
1
-72/+19
*
|
|
server: project has install rule bug fix
Justin Goshi
2017-11-16
1
-1/+14
|
/
/
*
|
server: return minimum cmake required version for each project
Justin Goshi
2017-11-07
1
-0/+2
*
|
server: add "ctestInfo" request to get test info
Justin Goshi
2017-11-03
1
-0/+165
*
|
cmake-server: Add target install destinations to codemodel
Justin Goshi
2017-10-24
1
-1/+33
|
/
*
Improve several occurrences of vector::push_back in loops
Matthias Maennich
2017-09-28
1
-1/+2
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-32/+30
*
clang-format: format all code as Cpp11
Daniel Pfeifer
2017-08-30
1
-2/+2
*
Merge topic 'cstyle-casts'
Daniel Pfeifer
2017-08-30
1
-1/+1
|
\
|
*
Replace C-style casts
Daniel Pfeifer
2017-08-27
1
-1/+1
*
|
server: backport to C++11
Daniel Pfeifer
2017-08-26
1
-1/+1
|
/
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-1/+1
*
Performance: Fix a few more unnecessary vector copies missed in af3fd6f
Aaron Orenstein
2017-08-18
1
-1/+1
*
cmServerProtocol: Do not move into json::Value::append()
Daniel Pfeifer
2017-08-15
1
-1/+1
*
cmServerProtocol: pass cmBacktraceRange by value
Daniel Pfeifer
2017-08-15
1
-1/+1
*
cmServerProtocol: allow 'cache' request before 'configure'
Daniel Pfeifer
2017-08-13
1
-4/+0
*
cmServerProtocol: fix test of empty values
Daniel Pfeifer
2017-08-13
1
-7/+8
*
Merge topic 'server-fix-crash'
Brad King
2017-08-03
1
-1/+3
|
\
|
*
server: Fix crash on missing cache entries
Laurent Rineau
2017-08-02
1
-1/+3
*
|
Merge topic 'server-refactor'
Brad King
2017-07-18
1
-2/+4
|
\
\
|
*
|
server: Add connection as part of a request
Justin Berger
2017-07-11
1
-2/+4
|
|
/
*
|
server: Report backtraces in codemodel response
Ivan Shcherbakov
2017-07-11
1
-1/+51
*
|
server: Rename cmServerProtocol1_0 to cmServerProtocol1
Ivan Shcherbakov
2017-07-06
1
-17/+17
|
/
*
cmake: initialize with Role that controls which commands to register
Daniel Pfeifer
2017-05-08
1
-1/+1
*
cmServer: include what you use
Daniel Pfeifer
2017-05-05
1
-8/+13
*
cmServerProtocol: avoid copies in range for
Daniel Pfeifer
2017-04-26
1
-16/+13
*
Replace boolean `implib` parameters with enum
Gregor Jasny
2017-04-20
1
-2/+4
*
Merge topic 'server-mode-fix-home-dir-check'
Brad King
2017-03-23
1
-2/+22
|
\
|
*
server-mode: Make CMAKE_HOME_DIRECTORY more reliable
Tobias Hunger
2017-03-22
1
-2/+22
*
|
server-mode: Do not crash when running into INTERFACE_LIBRARY
Tobias Hunger
2017-01-09
1
-2/+6
*
|
Merge topic 'mr-reset-error-flag-on-configure'
Brad King
2017-01-09
1
-0/+2
|
\
\
|
*
|
server-mode: Call ResetErrorOccured before configure
Tobias Hunger
2016-12-16
1
-0/+2
|
|
/
*
|
clang-tidy: apply readability-static-definition-in-anonymous-namespace fixes
Daniel Pfeifer
2016-12-12
1
-10/+9
[next]