- 05 Jun, 2017 1 commit
-
-
Kitware Robot authored
-
- 04 Jun, 2017 1 commit
-
-
Kitware Robot authored
-
- 03 Jun, 2017 1 commit
-
-
Kitware Robot authored
-
- 02 Jun, 2017 1 commit
-
-
Kitware Robot authored
-
- 01 Jun, 2017 5 commits
-
-
-
-
Brad King authored
-
Brad King authored
-
Kitware Robot authored
-
- 31 May, 2017 3 commits
-
-
Brad King authored
For CMP0058 we identify dependencies that have no rules to generate them by collecting a set of all dependencies and a set of all files CMake knows are generated by something, and then computing a set difference. Fix construction of these sets to use the same form for each path. This is after ConvertToNinjaPath but before EncodePath. Without this, the slash conversion done by EncodePath for the GNU compiler on Windows results in a mismatch, triggering an incorrect CMP0058 warning.
-
Brad King authored
-
Kitware Robot authored
-
- 30 May, 2017 5 commits
-
-
Brad King authored
Replace the dedicated and non-portable escaping code with use of our standard escaping logic.
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Kitware Robot authored
-
- 29 May, 2017 1 commit
-
-
Kitware Robot authored
-
- 28 May, 2017 1 commit
-
-
Kitware Robot authored
-
- 27 May, 2017 1 commit
-
-
Kitware Robot authored
-
- 26 May, 2017 7 commits
-
-
Pavel Solodovnikov authored
-
Pavel Solodovnikov authored
-
Pavel Solodovnikov authored
-
Pavel Solodovnikov authored
-
Sebastian Holtermann authored
Closes #14760 Closes #14313
-
Sebastian Holtermann authored
-
Kitware Robot authored
-
- 25 May, 2017 3 commits
-
-
Daniel Pfeifer authored
-
Brad King authored
The previous implementation assumed that only one byte would be given in the `from` buffer by the caller at a time. This may be true for MSVC but is not for the GNU library on Windows. Re-implement these methods to handle more than one byte per call. Also simplify the state management by keeping all state between calls directly in the `mbstate_t` argument instead of using it to index our own heap-allocated state. Fixes: #16893
-
Kitware Robot authored
-
- 24 May, 2017 4 commits
-
-
Pavel Solodovnikov authored
-
Brad King authored
Patch-by: vvs31415 on gitlab.kitware.com
-
Brad King authored
-
Kitware Robot authored
-
- 23 May, 2017 3 commits
-
-
If CONFIG or MODULE is given and the package is not REQUIRED, output a one-liner instead of the full warning. Update Tests/RunCMake/find_package expected output to match.
-
-
Kitware Robot authored
-
- 22 May, 2017 2 commits
-
-
Brad King authored
Don't bother writing `UseOfMfc` to `.vcxproj` files when the value is just the default of `0`. This keeps the files cleaner. Patch-by: vvs31415 on gitlab.kitware.com
-
Kitware Robot authored
-
- 21 May, 2017 1 commit
-
-
Kitware Robot authored
-