summaryrefslogtreecommitdiffstats
path: root/Help
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Add variable CMAKE_FRAMEWORKRuslan Baratov2019-05-213-0/+14
* | | | | Merge topic 'default-generator-env'Brad King2019-05-2211-5/+68
|\ \ \ \ \
| * | | | | Help: Add documentation for default generator environment variablesEicke Herbertz2019-05-2211-5/+68
* | | | | | Merge topic 'find-package-prefer-config'Brad King2019-05-225-0/+44
|\ \ \ \ \ \
| * | | | | | find_package: Add option to prefer Config modeCristian Adam2019-05-215-0/+44
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'file-remove-no-empty'Craig Scott2019-05-222-1/+8
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | file: Change REMOVE to ignore empty namesBrad King2019-05-212-1/+8
| |/ / / /
* | | | | Merge topic 'FindPostgreSQL-config-support'Brad King2019-05-211-0/+5
|\ \ \ \ \
| * | | | | FindPostgreSQL: Find debug lib, imported configsAndrei Lebedev2019-05-201-0/+5
* | | | | | Merge topic 'doc-ipo-check'Brad King2019-05-211-1/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Help: Add CheckIPOSupported link to INTERPROCEDURAL_OPTIMIZATIONRuslan Baratov2019-05-171-1/+3
* | | | | | Merge topic 'ninja-swift'Brad King2019-05-2011-0/+78
|\ \ \ \ \ \
| * | | | | | Help: add some initial documentation for Swift supportSaleem Abdulrasool2019-05-1611-0/+78
| |/ / / / /
* | | | | | Merge topic 'interface-library-export-properties'Brad King2019-05-201-0/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | InterfaceLibrary: Whitelist EXPORT_PROPERTIES propertyBrad King2019-05-171-0/+1
| |/ / / /
* | | | | Merge topic 'bracket-comment-doc-clarification'Craig Scott2019-05-181-3/+3
|\ \ \ \ \
| * | | | | Help: Clarify that bracket comments start with bracket openKyle Edwards2019-05-161-3/+3
| |/ / / /
* | | | | Merge topic 'file-install-follow-symlink-chain'Marc Chevrier2019-05-182-0/+33
|\ \ \ \ \
| * | | | | file(INSTALL): Add FOLLOW_SYMLINK_CHAIN argumentKyle Edwards2019-05-162-0/+33
| |/ / / /
* | | | | Merge topic 'autogen_ninja_clean'Brad King2019-05-171-1/+1
|\ \ \ \ \
| * | | | | Autogen: Update documentation for ADDITIONAL_CLEAN_FILESSebastian Holtermann2019-05-151-1/+1
| | |_|/ / | |/| | |
* | | | | Merge topic 'offer_compiler_lang_generator_expression'Brad King2019-05-172-10/+53
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Genex: Add COMPILE_LANG_AND_ID generator expressionRobert Maynard2019-05-142-0/+43
| * | | | Docs: Generator-expressions remove usage of `CMake-id`Robert Maynard2019-05-131-10/+10
* | | | | Merge topic 'armclang'Brad King2019-05-162-0/+5
|\ \ \ \ \
| * | | | | ARMClang: Add support for Clang-based ARM compilerJohan Stridkvist2019-05-142-0/+5
* | | | | | Merge topic 'sunpro-supports-cxx14-release-note'Brad King2019-05-161-0/+4
|\ \ \ \ \ \
| * | | | | | Help: Add release note that SunPro supports C++14Robert Maynard2019-05-151-0/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'msvc-jmc'Brad King2019-05-155-0/+29
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | MSVC: Add support for /JMC (Just My Code)Luca Cappa2019-05-145-0/+29
* | | | | | Merge topic 'additional_clean_files'Brad King2019-05-155-3/+57
|\ \ \ \ \ \
| * | | | | | Release notes: Add release notes for ADDITIONAL_CLEAN_FILES propertiesSebastian Holtermann2019-05-141-0/+10
| * | | | | | Doc: Update and deprecate ADDITIONAL_MAKE_CLEAN_FILES directory propertySebastian Holtermann2019-05-141-3/+13
| * | | | | | Doc: Add documentation for ADDITIONAL_CLEAN_FILES propertiesSebastian Holtermann2019-05-143-0/+34
* | | | | | | Merge topic 'ninja-pool-custom-command'Brad King2019-05-154-0/+27
|\ \ \ \ \ \ \
| * | | | | | | Support job pools in custom commands and targetsRosen Matev2019-05-144-0/+27
* | | | | | | | Merge topic 'doc-relnotes-3.14'Brad King2019-05-142-0/+19
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Help: Add 3.14.4 release notesBrad King2019-05-141-0/+10
| * | | | | | | Merge branch 'doc-relnotes-3.13' into doc-relnotes-3.14Brad King2019-05-141-0/+9
| |\ \ \ \ \ \ \
| | * | | | | | | Help: Add 3.13.5 release notesBrad King2019-05-141-0/+9
* | | | | | | | | Merge topic 'find-boost-cmp0093'Brad King2019-05-143-0/+28
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | FindBoost: Introduce CMP0093 to report Boost_VERSION in x.y.z formatDennis Klein2019-05-133-0/+28
* | | | | | | | | Merge topic 'apple_clang_cxx_20_support'Brad King2019-05-141-0/+4
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Features: Activate C++20 support for AppleClang 10.0+Robert Maynard2019-05-071-0/+4
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge topic 'iar-new_architectures'Brad King2019-05-131-0/+6
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | IAR: Add architecture support for RL78, RH850 and MSP430Stefan Andersson2019-05-081-0/+6
* | | | | | | | Merge topic 'FindPython-module'Marc Chevrier2019-05-101-0/+6
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | FindPython*: Manage weak link for Python modulesMarc Chevrier2019-05-071-0/+6
* | | | | | | | Merge topic 'FindBoost-fphsa'Brad King2019-05-081-0/+31
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | FindBoost: Modernize module mode with FPHSADennis Klein2019-05-071-0/+3