summaryrefslogtreecommitdiff
path: root/Source/cmGlobalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-21/+17
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-7/+7
* Autogen: Defer setup until Generate stepOrkun Tokdemir2023-04-051-8/+14
* Merge topic 'automoc-cxx-standard'Brad King2023-03-311-12/+10
|\
| * Autogen: Split creation and setup of custom targets into separate stepsOrkun Tokdemir2023-03-241-12/+10
* | macOS: Do not pass Apple-specific flags to llvm-stripBrad King2023-03-291-0/+29
* | Merge topic 'module-depends-static-lib-cycle'Brad King2023-03-271-2/+7
|\ \ | |/ |/|
| * cmGlobalGenerator: Factor out helper to check target orderingBrad King2023-03-241-2/+7
* | cmMakefile: Store recursion depth limit as size_tBrad King2023-03-131-2/+0
* | Deprecate "extra" generators in favor of cmake-file-api(7)Brad King2023-02-151-0/+10
* | cmGlobalGenerator: Avoid referencing CMAKE_CFG_INTDIRKyle Edwards2023-02-031-1/+1
|/
* Merge topic 'try_compile-verbose'Brad King2023-01-231-1/+1
|\
| * try_compile: Run native build tool with verbose outputBrad King2023-01-201-1/+1
* | Merge topic 'configure-log'Brad King2023-01-201-8/+0
|\ \
| * | cmake: Stop pointing users at logs on configure errorsBrad King2023-01-191-8/+0
| |/
* | Merge topic 'print-configure-generate-time'Brad King2023-01-201-2/+19
|\ \ | |/ |/|
| * cmake: Print configure/generate timeKyle Edwards2023-01-191-2/+19
* | cmValue: Use operator* explicitly to convert to std::string; avoid extra callVitaly Stakhovsky2023-01-151-1/+1
|/
* cmGlobalGenerator: factor out C++ module support checkingBen Boeckel2022-11-231-0/+15
* ASM_MARMASM: Add support for Microsoft ARM assembler languageIlia K2022-11-091-1/+2
* USE_FOLDERS: Treat as on by defaultJuan Ramos2022-11-081-7/+6
* CUDA: Revert "Always mark cuda toolkit as system include"Robert Maynard2022-10-171-9/+0
* Genex LINK_LIBRARY: Add support for framework with postfixMarc Chevrier2022-09-211-5/+14
* Merge topic 'link-framework-with-multi-config-postfix'Brad King2022-09-151-1/+2
|\
| * Apple: Fix regression when linking a framework with postfixMarc Chevrier2022-09-141-1/+2
* | Merge topic 'check-library-properties-fix-performances-regression'Brad King2022-09-091-4/+4
|\ \ | |/
| * renames method FinalizeTargetCompileInfo() in FinalizeTargetConfiguration().Marc Chevrier2022-09-071-4/+4
* | CUDA: Always mark cuda toolkit as system includeRobert Maynard2022-08-181-0/+9
|/
* VERIFY_INTERFACE_HEADER_SETS: Add verification target for allKyle Edwards2022-08-031-0/+8
* Merge topic 'verify-interface-header-sets-add-compile-definitions' into relea...Brad King2022-07-281-29/+5
|\
| * cmTarget: Factor out FinalizeTargetCompileInfo()Kyle Edwards2022-07-271-29/+5
* | cmSystemTools: Factor out method to get Windows OS versionBrad King2022-07-251-31/+6
|/
* Merge topic 'export-try-compile-crash' into release-3.24Kyle Edwards2022-07-141-1/+3
|\
| * cmGlobalGenerator: Only compute build files for all targetsKyle Edwards2022-07-131-1/+3
* | cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-131-12/+12
* | Merge topic 'dependency-providers'Brad King2022-05-251-0/+5
|\ \
| * | Dependency providers: Add find_package and FetchContent supportCraig Scott2022-05-251-0/+5
* | | cmGlobalGenerator: check for `nullptr` in `GetLanguageFromExtension`Ben Boeckel2022-05-211-1/+4
|/ /
* | project(): Add new CMAKE_PROJECT_TOP_LEVEL_INCLUDES file injection pointCraig Scott2022-05-131-0/+27
* | xcode: add support for xcconfig filesGregor Jasny2022-04-031-0/+1
* | Merge topic 'verify-header-sets'Brad King2022-03-301-0/+26
|\ \
| * | FILE_SET: Add VERIFY_HEADER_SETS target propertyKyle Edwards2022-03-291-0/+26
* | | CMP0132: Don't set compiler environment variables on first runCraig Scott2022-03-291-1/+3
|/ /
* | GenEx/LINK_LIBRARY: Add features for framework support on AppleMarc Chevrier2022-02-151-1/+12
* | cmGlobalGenerator: Add helper to split framework pathMarc Chevrier2022-02-131-0/+31
|/
* cmGlobalVisualStudio10Generator: Auto restore NuGet packages.Carsten Rudolph2022-01-221-1/+1
* cmBuildOptions: Split build arguments into separate object.Carsten Rudolph2022-01-221-9/+13
* CMP0028: Report the target whose link interface has an offending itemBrad King2021-12-161-0/+15
* Merge topic 'env-init-configs'Brad King2021-11-231-1/+2
|\
| * try_compile: Do not use CMAKE_BUILD_TYPE or CMAKE_CONFIGURATION_TYPES env varsBrad King2021-11-221-1/+2