Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'sdcc-sdar' | Brad King | 2019-11-19 | 1 | -0/+6 |
|\ | |||||
| * | SDCC compiler: use sdar instead of sdcclib as librarian for recent versions | Johnny Jazeix | 2019-11-18 | 1 | -0/+6 |
* | | Merge topic 'FindFLEX-work-dir' | Brad King | 2019-11-19 | 3 | -0/+44 |
|\ \ | |/ |/| | |||||
| * | FindFLEX: Add policy CMP0098 to run flex in build tree | Jannick | 2019-11-15 | 3 | -0/+44 |
* | | Merge topic 'compile-features-other-lang' | Brad King | 2019-11-18 | 1 | -1/+6 |
|\ \ | |||||
| * | | Help: Clarify compile features handling for OBJC and OBJCXX | Craig Scott | 2019-11-17 | 1 | -1/+6 |
* | | | Merge topic 'docs-pch-reorg' | Brad King | 2019-11-18 | 2 | -49/+75 |
|\ \ \ | |||||
| * | | | Help: Provide guidance on INTERFACE for target_precompile_headers() | Craig Scott | 2019-11-13 | 2 | -0/+16 |
| * | | | Help: Reorganise target_precompile_headers() docs for readability | Craig Scott | 2019-11-13 | 1 | -49/+59 |
| |/ / | |||||
* | | | Merge topic 'tutorial-replace-unicode-dash' | Craig Scott | 2019-11-18 | 1 | -2/+2 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Tutorial: replace Unicode EN DASH with ASCII dash | Arkadiusz Drabczyk | 2019-11-17 | 1 | -2/+2 |
| |/ | |||||
| * | Merge topic 'add_custom_command-supports-COMMAND_EXPAND_LISTS' into release-3.16 | Kyle Edwards | 2019-11-12 | 1 | -1/+2 |
| |\ | |||||
| * \ | Merge topic 'objc-standard-docs' into release-3.16 | Brad King | 2019-11-12 | 15 | -1/+238 |
| |\ \ | |||||
| * \ \ | Merge topic 'reference-IMPORTED_IMPLIB-more' into release-3.16 | Brad King | 2019-11-12 | 1 | -0/+3 |
| |\ \ \ | |||||
| * \ \ \ | Merge topic 'remove-CPACK_INSTALL_CMAKE_CONFIGURATIONS' into release-3.16 | Craig Scott | 2019-11-12 | 2 | -3/+4 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge topic 'cmake-e-rm' | Kyle Edwards | 2019-11-15 | 2 | -4/+32 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmake -E: Add rm with improved semantics over remove and remove_directory | Johnny Jazeix | 2019-11-13 | 2 | -4/+32 |
* | | | | | | | Merge topic 'ctest_test-repeat' | Brad King | 2019-11-15 | 2 | -0/+23 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | ctest_test: Add option to REPEAT tests | Brad King | 2019-11-07 | 2 | -0/+23 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'add_custom_command-supports-COMMAND_EXPAND_LISTS' | Kyle Edwards | 2019-11-12 | 1 | -1/+2 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | Help: Both add_custom_command signatures support COMMAND_EXPAND_LISTS | Marc Aldorasi | 2019-11-11 | 1 | -1/+2 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge topic 'cpack-pkg-background' | Brad King | 2019-11-12 | 3 | -2/+111 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CPack: Set background image in macOS installer | Sergey Larin | 2019-11-08 | 3 | -2/+111 |
* | | | | | | | Merge topic 'objc-standard-docs' | Brad King | 2019-11-12 | 15 | -1/+238 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | ObjC: Document ObjC/ObjCXX standard properties / variables | Cristian Adam | 2019-11-11 | 15 | -1/+238 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge topic 'reference-IMPORTED_IMPLIB-more' | Brad King | 2019-11-12 | 1 | -0/+3 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Help: Reference IMPORTED_IMPLIB from the IMPORTED_LOCATION documentation | Marc Aldorasi | 2019-11-11 | 1 | -0/+3 |
* | | | | | | Merge topic 'remove-CPACK_INSTALL_CMAKE_CONFIGURATIONS' | Craig Scott | 2019-11-12 | 2 | -3/+4 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | CPack: Remove CPACK_INSTALL_CMAKE_CONFIGURATIONS | Alex Turbov | 2019-11-11 | 2 | -3/+4 |
| |/ / / / | |||||
* | | | | | Merge topic 'doc-backport' | Craig Scott | 2019-11-11 | 2 | -3/+36 |
|\ \ \ \ \ | |||||
| * | | | | | Help/dev: Document "Backport:" footer for MR descriptions | Brad King | 2019-11-11 | 2 | -3/+32 |
| * | | | | | Help/dev: Add 'external-discussion' to the main workflow status list | Brad King | 2019-11-06 | 1 | -0/+4 |
* | | | | | | Merge topic 'docs-UNITY_BUILD' | Craig Scott | 2019-11-10 | 7 | -75/+120 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | / / | |_|_|/ / |/| | | | | |||||
| * | | | | Help: Improve readability and fix inaccuracies in unity build docs | Craig Scott | 2019-11-09 | 7 | -75/+120 |
| * | | | | Merge topic 'doc-pch-genex' into release-3.16 | Brad King | 2019-11-08 | 1 | -0/+11 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge topic 'ctest-resource-groups' into release-3.16 | Kyle Edwards | 2019-11-07 | 7 | -139/+140 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge topic 'doc-pch-genex' | Brad King | 2019-11-08 | 1 | -0/+11 |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | / | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | Help: Document target_precompile_headers genex with angle brackets | Brad King | 2019-11-08 | 1 | -0/+11 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge topic 'ctest-resource-groups' | Kyle Edwards | 2019-11-07 | 7 | -139/+140 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'backport-ctest-resource-groups' | Brad King | 2019-11-05 | 7 | -139/+140 |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | |||||
| | * | | | | Help: Fix error in resource allocation example | Kyle Edwards | 2019-11-05 | 1 | -2/+2 |
| | * | | | | CTest: Rename hardware -> resources for CMake variables, command options | Craig Scott | 2019-11-05 | 4 | -46/+45 |
| | * | | | | CTest: Rename PROCESSES test property to RESOURCE_GROUPS | Brad King | 2019-11-05 | 5 | -99/+101 |
| | |/ / / | |||||
* | | | | | Merge topic 'refactor-foreach' | Brad King | 2019-11-07 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Refactor: Modernize `foreach` code and fix some bugs | Alex Turbov | 2019-11-06 | 1 | -1/+1 |
* | | | | | | Merge topic 'unity-include-generated' | Brad King | 2019-11-07 | 1 | -3/+2 |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | / | |_|_|_|/ |/| | | | | |||||
| * | | | | Unity build: Include GENERATED files into unity build | Cristian Adam | 2019-11-06 | 1 | -3/+2 |
| * | | | | Merge topic 'doc-discourse' into release-3.16 | Craig Scott | 2019-11-06 | 2 | -12/+9 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'clarify_compile_features_documentation' into release-3.16 | Brad King | 2019-11-05 | 3 | -15/+15 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'docs-INSTALL_REMOVE_ENVIRONMENT_PATH' into release-3.16 | Brad King | 2019-11-05 | 2 | -11/+17 |
| |\ \ \ \ \ \ |