summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* | | | CMake Nightly Date StampKitware Robot2024-01-191-1/+1
|/ / /
* | | Merge topic 'autogen-exe-per-config'Brad King2024-01-1813-166/+501
|\ \ \
| * | | Autogen: AUTO*_EXECUTABLE: add support for per-config valuesOrkun Tokdemir2024-01-1713-166/+501
* | | | Merge topic 'isspace'Brad King2024-01-1810-33/+18
|\ \ \ \
| * | | | Source: Avoid out-of-range inputs to std::isspace()Brad King2024-01-178-23/+18
| * | | | cmXMLParser: Remove unused IsSpace methodBrad King2024-01-172-10/+0
* | | | | CMake Nightly Date StampKitware Robot2024-01-181-1/+1
|/ / / /
* | | | Merge topic 'cmake-language-exit-code'Brad King2024-01-176-5/+59
|\ \ \ \
| * | | | cmake_language: Add EXIT subcommandleha-bot2024-01-161-0/+26
| * | | | cmakemain: Return the SCRIPT_MODE exit code if it was setleha-bot2024-01-162-5/+8
| * | | | cmMakefile: check cmake script mode exit code after commandleha-bot2024-01-161-0/+6
| * | | | cmMakefile: Store the exit code from cmExecutionStatus to cmake instanceleha-bot2024-01-161-0/+5
| * | | | Source/cmake.h: Add ScriptModeExitCode for proper storing exit codeleha-bot2024-01-161-0/+6
| * | | | cmExecutionStatus: Add ability to set optional custom exit codeleha-bot2024-01-161-0/+8
* | | | | Merge topic 'lcc-updates-2024-01'Brad King2024-01-173-4/+9
|\ \ \ \ \
| * | | | | LCC: Make CMake build without warnings on LCC 1.21makise-homura2024-01-161-1/+6
| * | | | | LCC: get rid of ambiguous assignments of {} for LCCmakise-homura2024-01-162-3/+3
* | | | | | Merge topic 'cxxmodules-obj-lib'Brad King2024-01-171-1/+2
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | cxxmodules: compute link information for C++ module-consuming targetsMatheus Izvekov2024-01-141-1/+2
| * | | | | Merge topic 'vs-scan-for-modules' into release-3.28Brad King2024-01-101-5/+6
| |\ \ \ \ \
| * \ \ \ \ \ Merge topic 'cxxmodules-no-unity' into release-3.28Brad King2024-01-103-1/+39
| |\ \ \ \ \ \
* | | | | | | | CMake Nightly Date StampKitware Robot2024-01-171-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge topic 'ewilde/swift-escapism'Brad King2024-01-161-2/+5
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Swift/Ninja: Fix compile commands output file pathEvan Wilde2024-01-121-2/+5
* | | | | | | CMake Nightly Date StampKitware Robot2024-01-161-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2024-01-151-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2024-01-141-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2024-01-131-1/+1
* | | | | | Merge topic 'swift-sources-in-resp-file'Brad King2024-01-122-2/+12
|\ \ \ \ \ \
| * | | | | | Swift/Ninja: Include sources in response fileEvan Wilde2024-01-112-2/+12
* | | | | | | CMake Nightly Date StampKitware Robot2024-01-121-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge topic 'file-strings-regex-match'Brad King2024-01-112-1/+41
|\ \ \ \ \ \
| * | | | | | file: `STRINGS` + `REGEX` store match resultsCristian Le2024-01-092-1/+41
* | | | | | | CMake Nightly Date StampKitware Robot2024-01-111-1/+1
* | | | | | | Merge topic 'static'Brad King2024-01-101-8/+12
|\ \ \ \ \ \ \
| * | | | | | | Swift: preserve `-static` for static library swiftmodulesSaleem Abdulrasool2024-01-091-8/+12
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'orkun_refactor_09_01_2024'Brad King2024-01-101-22/+20
|\ \ \ \ \ \ \
| * | | | | | | Makefile: Reduce string copiesOrkun Tokdemir2024-01-091-3/+3
| * | | | | | | Makefile: Remove redundant push_backOrkun Tokdemir2024-01-091-2/+1
| * | | | | | | Makefile: Improve const correctnessOrkun Tokdemir2024-01-091-15/+16
| * | | | | | | Makefile: Remove no-op callOrkun Tokdemir2024-01-091-2/+0
* | | | | | | | Merge topic 'vs-scan-for-modules'Brad King2024-01-101-5/+6
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | cmVisualStudio10TargetGenerator: always specify scanningBen Boeckel2024-01-061-3/+4
| * | | | | | | cmVisualStudio10TargetGenerator: fix typo in flag nameBen Boeckel2024-01-061-3/+3
* | | | | | | | Merge topic 'cxxmodules-no-unity'Brad King2024-01-103-1/+39
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | cmLocalGenerator: ignore scanned sources for unity buildsBen Boeckel2024-01-051-0/+9
| * | | | | | | cmGlobalGenerator: add unity sources after computing target compile featuresBen Boeckel2024-01-052-1/+30
| |/ / / / / /
* | | | | | | Merge topic 'makefile-depfile'Brad King2024-01-101-4/+3
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Makefile: Fix double escaping when DEPFILE is usedOrkun Tokdemir2024-01-091-3/+2
| * | | | | | Makefile: Reduce string copiesOrkun Tokdemir2024-01-081-1/+1