summaryrefslogtreecommitdiff
path: root/Source/cmLocalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cmp0141-pch-reuse'Brad King2022-11-161-2/+4
|\
| * CMP0141: Fix PCH REUSE_FROM when MSVC_DEBUG_INFORMATION_FORMAT is emptyBrad King2022-11-151-2/+4
* | cmGeneratorExpression: Require cmake instanceKyle Edwards2022-11-111-1/+1
|/
* CMP0141: Fix PCH REUSE_FROM under policy NEW behaviorBrad King2022-10-311-6/+16
* cmLocalGenerator: Clarify name of local PDB type variableBrad King2022-10-311-3/+2
* cmLocalGenerator: Factor out helper to compute MSVC_DEBUG_INFORMATION_FORMATBrad King2022-10-311-16/+26
* Merge topic 'Intel-Fortran-warn-errors'Brad King2022-10-101-3/+7
|\
| * COMPILE_WARNING_AS_ERROR: Fix internal formatting of options tableBrad King2022-10-071-3/+7
* | MSVC: Add abstraction for debug information formatGlen Chung2022-09-141-0/+35
* | target_*: Fix cross-directory call backtracesBrad King2022-08-221-1/+2
* | Xcode: don't set SKIP_PRECOMPILE_HEADERS when source has no languageAndrey Filipenkov2022-08-111-1/+3
* | CUDA: Add Device LTO support for nvccRobert Maynard2022-07-221-4/+21
|/
* cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-131-3/+3
* Ninja: Avoid duplicating /DEF: linker flag with MSVC toolsBrad King2022-05-311-16/+2
* cmLocalGenerator: Adopt AppendModuleDefinitionFlag methodBrad King2022-05-311-0/+26
* Merge topic 'ignore-werror-command-arg'Brad King2022-05-191-5/+7
|\
| * COMPILE_WARNING_AS_ERROR: Add command-line optionMartin Duffy2022-05-181-5/+7
* | Merge topic 'werror-property'Brad King2022-05-101-0/+9
|\ \ | |/
| * COMPILE_WARNING_AS_ERROR: Add options to treat warnings as errorsMartin Duffy2022-05-061-0/+9
* | OpenWatcom: Allow specifying the runtime libraryCameron Cawley2022-05-061-0/+32
* | Merge topic 'xcode-pch'Brad King2022-04-121-4/+6
|\ \ | |/ |/|
| * PCH: Fix Xcode non-pch language exclusionCristian Adam2022-04-111-4/+6
| * Merge topic 'nmc-reuse-from' into release-3.22Brad King2021-11-091-3/+3
| |\
* | | color: Introduce CMAKE_COLOR_DIAGNOSTICS variableSemyon Kolton2022-03-081-0/+24
* | | cmExpandListWithBacktrace: add handling of empty elements.Marc Chevrier2022-02-061-2/+2
* | | Merge topic 'link-interface-direct'Brad King2022-01-311-0/+5
|\ \ \
| * | | PCH: Clear link interface cache when adding PCH object to itBrad King2022-01-291-0/+5
* | | | Shorten object name even if still longer than CMAKE_OBJECT_PATH_MAXNick Little2022-01-281-12/+18
|/ / /
* | | cmCustomCommand: Track main dependency explicitlyNAKAMURA Takumi2021-12-141-20/+8
* | | cmLocalGenerator: Remove unused IncludePathStyle infrastructureBrad King2021-12-011-6/+3
* | | cmLocalGenerator: Simplify Add{Custom,Utility}CommandNAKAMURA Takumi2021-11-181-95/+21
* | | cmMakefile: Simplify detail:::Add{Custom,Utility}CommandNAKAMURA Takumi2021-11-181-112/+94
* | | cmCustomCommand: Move constructor arguments to individual settersNAKAMURA Takumi2021-11-181-6/+17
* | | Unity Build: Fix per-config sources in multi-config generatorsBrad King2021-11-111-29/+58
* | | cmLocalGenerator: Add dedicated types to hold unity source infoBrad King2021-11-111-36/+53
* | | cmLocalGenerator: Clarify name of method to write unity source include linesBrad King2021-11-101-5/+7
* | | cmLocalGenerator: Simplify unity source copy-if-different logicBrad King2021-11-101-13/+8
* | | cmLocalGenerator: De-duplicate unity source file generationBrad King2021-11-101-40/+32
* | | Merge topic 'cuda_clang_cmp0105'Brad King2021-11-091-5/+3
|\ \ \
| * | | CUDA: Avoid unnecessary allocation and GetLinkLanguage()Raul Tambre2021-11-071-5/+3
* | | | Merge topic 'nmc-reuse-from'Brad King2021-11-091-3/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | PCH: Fixed Ninja Multi-Config and REUSE_FROM for MSVCCristian Adam2021-11-081-3/+3
* | | | Merge topic 'msvc-pch-reuse-config'Brad King2021-11-091-2/+2
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | PCH: Fix REUSE_FROM when Debug and RelWithDebInfo configs differCristian Adam2021-11-081-2/+2
| |/
* | bootstrap: Do not declare cmSystemTools functions that are not implementedBrad King2021-10-271-1/+4
* | Source: Replace most calls to sprintf with snprintfSean McBride2021-10-251-2/+2
|/
* Source: Fix clang -Wimplicit-fallthrough warningsSean McBride2021-09-281-2/+3
* Rename cmProp in cmValueMarc Chevrier2021-09-211-81/+82
* remove cmToCStr functionMarc Chevrier2021-09-191-5/+4
* cmSystemTools::VersionCompare: use std::string for argumentsMarc Chevrier2021-09-171-6/+6