summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'android-ndk-r16'Brad King2017-09-061-1/+1
|\
| * Android: Update for NDK r16Brad King2017-09-051-1/+1
* | Merge topic 'csharp_fix_initial_flags'Brad King2017-09-062-1/+2
|\ \
| * | VS: Initialize CSharp flags consistentlyMichael Stürmer2017-09-052-1/+2
| |/
* | Merge topic 'vs-csharp-ref-no-asm'Brad King2017-09-066-0/+48
|\ \
| * \ Merge branch 'backport-vs-csharp-ref-no-asm' into vs-csharp-ref-no-asmBrad King2017-09-056-0/+48
| |\ \
| | * | VS: Do not reference output assemblies if not possible for CSharp targetMichael Stürmer2017-09-056-0/+48
* | | | CMake Nightly Date StampKitware Robot2017-09-061-1/+1
* | | | Merge topic 'ExternalProject-command'Brad King2017-09-054-0/+63
|\ \ \ \
| * | | | ExternalProject: Prevent COMMAND from being treated as a true keywordCraig Scott2017-09-024-0/+63
* | | | | Merge topic 'add-FindPatch-module'Brad King2017-09-057-0/+164
|\ \ \ \ \
| * | | | | FindPatch: Add module to find 'patch' command-line toolJean-Christophe Fillion-Robin2017-09-017-0/+164
| | |/ / / | |/| | |
* | | | | Merge topic 'update-kwsys'Brad King2017-09-054-10/+82
|\ \ \ \ \
| * \ \ \ \ Merge branch 'upstream-KWSys' into update-kwsysBrad King2017-09-014-10/+82
| |\ \ \ \ \
| | * | | | | KWSys 2017-09-01 (aee0cf59)KWSys Upstream2017-09-014-10/+82
* | | | | | | CMake Nightly Date StampKitware Robot2017-09-051-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2017-09-041-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2017-09-031-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2017-09-021-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Merge topic 'server-refactor'Brad King2017-09-0111-119/+340
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | server: Added thread check to protect writedataJustin Berger2017-08-313-0/+21
| * | | | | server: Protect several fields from potentially pointing to bad memoryJustin Berger2017-08-312-1/+7
| * | | | | server: Added assert to monitor uv_run statusJustin Berger2017-08-311-2/+10
| * | | | | server: Made connections in a server have a mutex to avoid use after freesJustin Berger2017-08-312-7/+29
| * | | | | server: Moved buffer formatting into bufferstrategyJustin Berger2017-08-315-3/+25
| * | | | | server: test buffer parsingJustin Berger2017-08-314-0/+110
| * | | | | server: Made stdio connection accept different types of streamsJustin Berger2017-08-313-57/+112
| * | | | | server: Remove unused fields / functionsJustin Berger2017-08-312-22/+1
| * | | | | server: Fixed minor memory leaksJustin Berger2017-08-311-4/+1
| * | | | | server: Fixed mismatched new/delete; added proper shutdown procedureJustin Berger2017-08-316-28/+29
* | | | | | Merge topic 'flang'Brad King2017-09-017-2/+32
|\ \ \ \ \ \
| * | | | | | FindOpenMP: Add Flang flag.Tin Huynh2017-08-311-0/+1
| * | | | | | Flang: Add support for flang Fortran compilerTin Huynh2017-08-316-2/+31
| |/ / / / /
* | | | | | Merge topic 'vs-std-cxx17-flag-map'Brad King2017-09-011-0/+1
|\ \ \ \ \ \
| * | | | | | VS: Add v141 flag table entry for -std:c++17Brad King2017-08-311-0/+1
* | | | | | | Merge topic 'tll-global-unknown-lib'Brad King2017-09-013-0/+6
|\ \ \ \ \ \ \
| * | | | | | | target_link_libraries: Allow linking to UNKNOWN IMPORTED GLOBAL libsBrad King2017-08-313-0/+6
| |/ / / / / /
* | | | | | | Merge topic 'fix-genex-SOURCES'Brad King2017-09-016-1/+16
|\ \ \ \ \ \ \
| * | | | | | | Genex: Fix TARGET_PROPERTY value of SOURCESBrad King2017-09-016-1/+16
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge topic 'FindThreads-cross-compile-no-try_run'Brad King2017-09-012-44/+11
|\ \ \ \ \ \ \
| * | | | | | | FindThreads: Drop try_run to improve cross-compiling supportSteffen Dettmer2017-08-302-44/+11
| | |_|_|_|/ / | |/| | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2017-09-011-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge topic 'update-vim-syntax'Brad King2017-08-313-30/+68
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Merge branch 'upstream-vim-cmake-syntax'Patrick Boettcher2017-08-303-30/+68
| |\ \ \ \ \
| | * | | | | vim-cmake-syntax 2017-08-30 (40f5f4f3)vim-cmake-syntax upstream2017-08-303-30/+71
* | | | | | | Merge topic 'cxx11-clang-format'Brad King2017-08-3153-142/+130
|\ \ \ \ \ \ \
| * | | | | | | clang-tidy: blacklist "modernize" checksDaniel Pfeifer2017-08-301-6/+13
| * | | | | | | clang-format: format all code as Cpp11Daniel Pfeifer2017-08-3052-136/+117
* | | | | | | | Merge topic 'doc-xref-prefix-path'Brad King2017-08-312-12/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | Help: Cross-reference and clarify CMAKE_FIND_NO_INSTALL_PREFIX docsBrad King2017-08-302-12/+19
| | |/ / / / / / | |/| | | | | |