- 02 Jul, 2015 9 commits
-
-
Brad King authored
Reported-by: Radovan Bast
-
Brad King authored
Reported-by: Radovan Bast
-
48c6a92b cmMakefile: Merge two Scope types and instances. e28e110d cmMakefile: Rename a variable. 3f5200ec cmMakefile: Expand the scope of scoped buildsystem file state. 0a34ea59 cmMakefile: Compute the filename processed in a scope. be5997ef cmMakefile: Inline ProcessBuildsystemFile into only caller. 5bf9bfda cmMakefile: Don't use string comparison to check directory level. f346d88d cmMakefile: Avoid invoking EnforceDirectoryLevelRules. b6614031 cmMakefile: Add filename to ReadListFile auto scopes. 6708d216 cmMakefile: Remove IncludeScope Quiet call. 0818737c cmMakefile: Make listfile scopes responsible for logical checks. dd7e4275 cmMakefile: Move the lexical scope. 92cecd93 cmMakefile: Add automatic scopes to listfile readers. 276c6225 cmMakefile: Move the IncludeScope to where it is used.
-
99d16038 CMakeDetermineCompilerId: Use per-language regex to match Xcode compiler tool
-
Brad King authored
-
Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ 1f19c187 | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' d217407c..1f19c187 Brad King (1): 1f19c187 CONTRIBUTING: Spell "offered" correctly
-
Kitware Robot authored
-
- 01 Jul, 2015 3 commits
-
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Kitware Robot authored
-
- 30 Jun, 2015 16 commits
-
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
This is part of the CMP0000 implementation and only needs to be invoked for top-level buildsystem files currently.
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
Remove the LexicalPushPop.
-
Stephen Kelly authored
-
Stephen Kelly authored
-
Stephen Kelly authored
-
327490e6 enable_language: Allow CMakeDetermine<LANG>Compiler module to fail early
-
Brad King authored
Move the Ld invocation match expression from CMakeDetermineCompilerId into CMakeDetermine{C,CXX,Fortran}Compiler so that it can be specified on a per-language basis.
-
Kitware Robot authored
-
- 29 Jun, 2015 6 commits
-
-
Brad King authored
If the module reports a FATAL_ERROR, skip the rest of the steps to enable the language to avoid unnecessary following error messages.
-
8306108f CMakeDetermineCompilerId: Simplify src reference in IDE projects
-
806609c7 VS: Add /machine: flag to Librarian tool (#11240)
-
6524ed5e FindMatlab: Fix documentation section header underline style
-
Replace caret-headers with double-quote-headers and replace dash-headers with caret-headers. This makes the headers match their level of nesting according to our documentation style guide in cmake-developers(7).
-
Kitware Robot authored
-
- 28 Jun, 2015 1 commit
-
-
Kitware Robot authored
-
- 27 Jun, 2015 1 commit
-
-
Kitware Robot authored
-
- 26 Jun, 2015 4 commits
-
-
Brad King authored
-
Brad King authored
If a Windows resource (.rc) source file is included in a STATIC library, the VS "link" tool will process the compiled ".res" file and needs to know the target architecture. Without it, we may get a LNK4068 warning and possibly a LNK1112 error. Add /machine: to the default static library flags to give the link tool the information it needs.
-
Brad King authored
-
Brad King authored
-