1149 Commits (a41d6e4d7a264954bebd6c1c45475647da60e14c)

Author SHA1 Message Date
Alex Neundorf 9198e6a27b Generators: remove KDevelop3 generator 8 years ago
Wouter Klouwen e6a80ccfc4 Make use of std::chrono throughout every component 8 years ago
Kyle Edwards a9c483071e cmCacheManager: Truncate values containing newlines 8 years ago
Robert Maynard 81868e6bad CUDA: Add cu as default source file extension 8 years ago
Aaron Orenstein 4a6348dbbd Performance: Improve efficiency of source file lookup in cmMakefile 8 years ago
Matthias Maennich 57132765e0 Replace cmArray{Begin,End,Size} by their standard counterparts 8 years ago
Brad King 314613d1af Add infrastructure for generators to select a build tool instance 8 years ago
Gregor Jasny 5de37a4a64 cmake: Add --open option for IDE generators 8 years ago
Brad King 298493769f try_compile: Simplify generator platform and toolset propagation 8 years ago
Matthias Maennich f0489856e3 Retire std::auto_ptr and its macro CM_AUTO_PTR 8 years ago
Pavel Solodovnikov 5db3aac111 Meta: replace empty-string assignments with `clear()`. 8 years ago
Pavel Solodovnikov 7d5095796a Meta: modernize old-fashioned loops to range-based `for`. 8 years ago
Daniel Pfeifer 5962db4389 Use C++11 nullptr 8 years ago
Daniel Pfeifer cbcfb79f9c Use C++11 unordered containers 8 years ago
Pavel Solodovnikov 86dc86dd6c Add const-reference qualifications 8 years ago
Daniel Pfeifer c2c2bbb3d4 cmake: register fake project commands in -P mode 8 years ago
Daniel Pfeifer c36d63cd48 cmake: initialize with Role that controls which commands to register 8 years ago
Brad King c94f1bcf92 Drop Visual Studio 7 .NET 2003 generator 8 years ago
Daniel Pfeifer 1d829c862c Use quotes for non-system includes 8 years ago
Daniel Pfeifer e9fc7ff505 Add self-sufficient wrapper for <sys/stat.h> 8 years ago
Ben Boeckel aba92ffd92 cmWorkingDirectory: use the new class 9 years ago
Daniel Pfeifer e0f3931226 cmCommands: add commands directly to cmState 9 years ago
Daniel Pfeifer 72dcbbe5c0 split Default commands into Scripting and Project 9 years ago
Iyyappa Murugandi c93e85d87e VS: Use Visual Studio Installer to locate VS 2017 9 years ago
Roman Wüger d639620e14 VS: Rename VS 15 generator to 'Visual Studio 15 2017' 9 years ago
Yves Frederix 427b6da9e5 VS: Teach `cmake --build` to reconfigure if needed before building 9 years ago
Daniel Pfeifer 2e620f0b38 Fix several include-what-you-use findings 9 years ago
Daniel Pfeifer 1a74e71906 Introduce CM_UNORDERED_MAP 9 years ago
Daniel Pfeifer 4fb70919a5 Create all commands from a single function 9 years ago
Stephen Kelly cde6eb6249 cmState: Port dependent code to new cmStateSnapshot name 9 years ago
Stephen Kelly 2fe3e55d53 cmState: Move CacheEntryType enum to separate namespace 9 years ago
Brad King 5380948fae cmake: Fix default VS generator selection for Microsoft Build Tools 9 years ago
Brad King 1aee54ed87 cmake: Simplify default generator search by switching direction 9 years ago
Brad King 24c86e1c3f cmake: Use array iteration for default generator VS variants 9 years ago
Brad King 6db64ad432 cmake: Use array iteration for default generator list 9 years ago
Brad King d3df00ae53 cmake: Rename default generator selection list variable 9 years ago
Brad King 10160f691c cmake: Rename default generator selection internal variable 9 years ago
Brad King 0838d20e50 cmake: Simplify VS registry entry lookup 9 years ago
Brad King 8f33de92ba cmake: Factor out default generator selection into helper 9 years ago
Brad King bf86012ada cmake-gui: Fix "extra" generator entries in drop-down list 9 years ago
Stephen Kelly f03d446e96 cmLinkLineComputer: Move FrameworkPath computation from cmLocalGenerator 9 years ago
Stephen Kelly 0c97806325 cmLinkLineComputer: Move ComputeLinkLibs from cmLocalGenerator 9 years ago
Stephen Kelly 5b361fdda0 cmLinkLineComputer: Extract from cmLocalGenerator 9 years ago
Stephen Kelly 6c8dc7f1df cmake: Simplify find-package mode library addition 9 years ago
Brad King 86578eccf2 Simplify CMake per-source license notices 9 years ago
Tobias Hunger cd049f012e cmake-server: Report server mode availablitily in Capabilities 9 years ago
Brad King a098ca0d7a cmake: Fix --find-package mode link line output 9 years ago
Brad King cc770e7670 cmake: Make FindCacheFile a static method 9 years ago
Tobias Hunger 3e58b9af57 cmake: Factor out method to find the CMakeCache.txt file 9 years ago
Tobias Hunger c73967cb4a cmake: Introduce ReportCapabilitiesJson 9 years ago