summaryrefslogtreecommitdiffstats
path: root/Source/cmServerProtocol.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmake-server: Normalize build and source directoriesGregor Jasny2019-01-311-2/+11
* clang-tidy: Pass by valueRegina Pfeifer2019-01-221-14/+14
* Properties: Add CMAKE_ROLE global propertyKyle Edwards2019-01-171-1/+2
* clang-tidy: Fix readability-static-accessed-through-instanceRegina Pfeifer2018-11-211-1/+1
* cmake-server: Revert "Support codemodel filegroups for INTERFACE_SOURCES"Brad King2018-10-171-6/+1
* server: Compile json object generation source separatelyBrad King2018-09-211-6/+6
* server: Split json dictionary into separate headerBrad King2018-09-211-0/+1
* server: Split json object generation into separate sourceBrad King2018-09-211-801/+2
* server: factor out json object generation entry pointsBrad King2018-09-211-20/+34
* Merge topic 'gicv-stdstring'Brad King2018-09-121-4/+4
|\
| * cmState::GetInitializedCacheValue: Return as const std::string*Vitaly Stakhovsky2018-09-101-4/+4
* | genex: Simplify cmGeneratorExpressionInterpreterBrad King2018-09-071-5/+4
|/
* Merge topic 'cmakeServerSourcesForInterfaceLibraries'Brad King2018-09-041-40/+183
|\
| * cmake-server: Support codemodel filegroups for INTERFACE_SOURCESJustin Goshi2018-08-301-40/+183
* | Merge topic 'genex-evaluate-stdstring'Brad King2018-08-301-1/+1
|\ \
| * | Genex: Return Evaluate results as const std::string&Vitaly Stakhovsky2018-08-281-1/+1
* | | cmMakefile: return directories as const std::string&Vitaly Stakhovsky2018-08-271-1/+1
|/ /
* | cmCompiledGeneratorExpression::Evaluate(): return const std::string&Vitaly Stakhovsky2018-08-091-4/+3
|/
* IWYU: Fix workaround mapping for std::hashBrad King2018-08-071-1/+0
* IWYU: Add workaround mapping for std::hashBrad King2018-07-311-0/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-13/+23
* Genex: Fix COMPILE_LANGUAGE in SYSTEM include directoriesBrad King2018-03-121-3/+4
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-6/+5
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-3/+3
* Merge topic 'server-polish-opt-handshake'Brad King2018-01-251-14/+15
|\
| * Server-mode: Rename functions to reflect what they doTobias Hunger2018-01-241-14/+15
* | sourceFile properties: add property INCLUDE_DIRECTORIESMarc Chevrier2018-01-241-1/+18
* | sourceFile properties: add property COMPILE_OPTIONSMarc Chevrier2018-01-231-0/+5
|/
* server: fix crash if no min version specifiedJustin Goshi2018-01-191-2/+2
* server: Expand generator expressions for test infoJustin Goshi2018-01-041-7/+18
* Genex: Per-source $<COMPILE_LANGUAGE:...> supportMarc Chevrier2017-12-131-7/+12
* Merge branch 'backport-revert-server-target-backtraces' into revert-server-ta...Brad King2017-12-061-48/+0
|\
| * server: Revert "Report backtraces in codemodel response"Brad King2017-12-061-49/+0
* | server: drop "ctestInfo" backtrace informationBrad King2017-12-061-3/+0
* | Add generator expression support to per-source COMPILE_DEFINITIONSMarc Chevrier2017-12-051-2/+8
* | Refactor per-source generator expression evaluationMarc Chevrier2017-12-041-5/+3
* | Merge topic 'server-target-isGeneratorProvided'Brad King2017-11-271-0/+2
|\ \
| * | server: return whether or not a target is generator providedJustin Goshi2017-11-201-0/+2
* | | Merge topic 'serverFixTestDiscovery'Brad King2017-11-271-72/+19
|\ \ \ | |/ / |/| |
| * | server: ctestInfo fix to return all testsJustin Goshi2017-11-171-72/+19
* | | server: project has install rule bug fixJustin Goshi2017-11-161-1/+14
|/ /
* | server: return minimum cmake required version for each projectJustin Goshi2017-11-071-0/+2
* | server: add "ctestInfo" request to get test infoJustin Goshi2017-11-031-0/+165
* | cmake-server: Add target install destinations to codemodelJustin Goshi2017-10-241-1/+33
|/
* Improve several occurrences of vector::push_back in loopsMatthias Maennich2017-09-281-1/+2
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-32/+30
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-2/+2
* Merge topic 'cstyle-casts'Daniel Pfeifer2017-08-301-1/+1
|\
| * Replace C-style castsDaniel Pfeifer2017-08-271-1/+1
* | server: backport to C++11Daniel Pfeifer2017-08-261-1/+1
|/