summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* cmUVHandlePtr: Add cm::uv_loop_ptrKyle Edwards2019-04-252-8/+86
* Refactor: Move/rename cmProcessGetPipes() to cmGetPipes()Kyle Edwards2019-04-254-44/+60
* CMake Nightly Date StampKitware Robot2019-04-251-1/+1
* Merge topic 'ctest_xml_tweaks'Kyle Edwards2019-04-243-2/+6
|\
| * ctest: consistently format generator nameZack Galbreath2019-04-232-2/+2
| * ctest: Include ChangeId in Update.xmlZack Galbreath2019-04-231-0/+4
* | CMake Nightly Date StampKitware Robot2019-04-241-1/+1
|/
* CMake Nightly Date StampKitware Robot2019-04-231-1/+1
* Merge topic 'msvc-warning-flags'Brad King2019-04-221-1/+4
|\
| * MSVC: Do not add /W3 to CMAKE_<LANG>_FLAGS by defaultBrad King2019-04-191-1/+4
* | Merge topic 'vs-default-platform'Brad King2019-04-223-1/+12
|\ \
| * | VS: Provide the default platform name to project codeBrad King2019-04-193-1/+12
| * | CMake 3.14.2v3.14.2Brad King2019-04-121-1/+1
| * | Merge branch 'fix-overlay-icon-windows' into release-3.14Brad King2019-04-111-1/+0
| |\ \
| * \ \ Merge branch 'xcode-extra-sources' into release-3.14Brad King2019-04-111-18/+23
| |\ \ \
* | | | | CMake Nightly Date StampKitware Robot2019-04-221-1/+1
* | | | | CMake Nightly Date StampKitware Robot2019-04-211-1/+1
* | | | | CMake Nightly Date StampKitware Robot2019-04-201-1/+1
| |_|_|/ |/| | |
* | | | CMake Nightly Date StampKitware Robot2019-04-191-1/+1
* | | | Merge topic 'unique'Brad King2019-04-187-30/+21
|\ \ \ \
| * | | | Ninja,Makefile: use `unique_ptr` for memory managementSaleem Abdulrasool2019-04-187-30/+21
* | | | | Merge topic 'update-kwsys'Brad King2019-04-184-88/+76
|\ \ \ \ \
| * | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2019-04-174-88/+76
* | | | | | CMake Nightly Date StampKitware Robot2019-04-181-1/+1
* | | | | | Merge topic 'msvc-runtime-library'Brad King2019-04-175-7/+55
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | MSVC: Add abstraction for runtime library selectionBrad King2019-04-174-3/+51
| * | | | | VS: Fix Fortran runtime library flag map special case for '-' optionsBrad King2019-04-101-4/+4
* | | | | | CMake Nightly Date StampKitware Robot2019-04-171-1/+1
* | | | | | Merge topic 'vs-project-import'Brad King2019-04-162-0/+20
|\ \ \ \ \ \
| * | | | | | VS: add target property VS_PROJECT_IMPORT_<propspath>Leonid Pospelov2019-04-152-0/+20
* | | | | | | Merge topic 'genex-output_name'Brad King2019-04-161-16/+16
|\ \ \ \ \ \ \
| * | | | | | | Genex: Rename $<TARGET_*_OUTPUT_NAME:...> in $<TARGET_*_FILE_BASE_NAME:...>Marc Chevrier2019-04-151-16/+16
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge topic 'string-repeat'Brad King2019-04-162-0/+62
|\ \ \ \ \ \ \
| * | | | | | | string: introduce `REPEAT` sub-commandAlex Turbov2019-04-152-0/+62
* | | | | | | | Merge topic 'autogen_moc_uic_single_job_queue'Brad King2019-04-168-1268/+1574
|\ \ \ \ \ \ \ \
| * | | | | | | | Autogen: Rename `cmQtAutoGeneratorMocUic` class to `cmQtAutoMocUic`Sebastian Holtermann2019-04-154-69/+64
| * | | | | | | | Autogen: Factor out concurrency framework to cmWorkerPool classSebastian Holtermann2019-04-157-1234/+1545
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-04-161-1/+1
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge topic 'ctest-build-and-test-no-progress'Brad King2019-04-151-3/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | ctest: drop incremental progress-only messages from build-and-test outputBrad King2019-04-121-3/+4
| |/ / / / / / /
* | | | | | | | Merge topic 'code-cleanup'Brad King2019-04-152-37/+23
|\ \ \ \ \ \ \ \
| * | | | | | | | cmVisualStudio10TargetGenerator: Simplify code of two functionsLeonid Pospelov2019-04-121-8/+6
| * | | | | | | | cmVisualStudio10TargetGenerator: Use count instead of findLeonid Pospelov2019-04-121-19/+9
| * | | | | | | | cmVisualStudio10TargetGenerator: Remove uses of const_castLeonid Pospelov2019-04-122-12/+10
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'ghs_custom'Brad King2019-04-156-211/+697
|\ \ \ \ \ \ \ \
| * | | | | | | | GHS: Update ExternalProject for GHS toolsFred Baksik2019-04-111-1/+1
| * | | | | | | | GHS: Update project layout to accommodate gbuild inconsistenciesFred Baksik2019-04-114-135/+35
| * | | | | | | | GHS: Update project layout to build targets correctlyFred Baksik2019-04-114-155/+322
| * | | | | | | | GHS: Support add_dependencies() commandFred Baksik2019-04-113-80/+102
| * | | | | | | | GHS: Support add_custom_target() commandFred Baksik2019-04-115-79/+184