- 04 Aug, 2014 1 commit
-
-
Brad King authored
Suggested-by:
Petr Bena <benapetr@gmail.com>
-
- 01 Aug, 2014 1 commit
-
-
Kitware Robot authored
-
- 31 Jul, 2014 10 commits
-
-
Brad King authored
-
5cabc2cd CPack: Mark CPACK_BINARY_IFW option as advanced
-
9d93e099 CPack: Add lzma-compressed package options
-
cac91206 Check*CompilerFlag: Avoid ';' in common pattern (#15048)
-
b2282631 cmTarget: Do not mistake a preceding error for a CMP0049 failure
-
9fd04f87 CTEST: Update Jacoco Coverage search paths
-
-
Kitware Robot authored
-
- 30 Jul, 2014 12 commits
-
-
Brad King authored
All similar options are already marked. Suggested-by:
Daniel Pfeifer <daniel@pfeifer-mail.de>
-
Add options to package binary and source tarballs: CPACK_BINARY_7Z CPACK_BINARY_TXZ CPACK_SOURCE_7Z CPACK_SOURCE_TXZ
-
Brad King authored
-
Brad King authored
In commit v3.0.0-rc1~551^2~1 (Check*CompilerFlag: make C and CXX modules share most error patterns, 2013-08-08) a pattern containing a ';' was moved out of a ""-quoted argument and into a variable. CMake flattens the containing list and breaks the pattern. Use a '.' to match ';'.
-
Brad King authored
After calls to ProcessSourceItemCMP0049, check for an empty return string to detect a failure instead of trusting GetErrorOccuredFlag. The latter could have been left from a preceding non-fatal error. Extend the RunCMake.Configure test to cover a case that exposed this problem.
-
Joe Snyder authored
Add a new additional entry to the FilePaths array when a "package" tag has been found. This path should consist of the package information found appended to the projects source directory. This change will allow code held in a /src/main/java/* directory off of the projects source directory to be found, unlike now which assumes a subdirectory contains the code.
-
Brad King authored
-
250ad08a Ninja: Remove _COMPILER_LINKER_OPTION_FLAG_ remnants
-
0ac28adc VS: Map .jpg and .png sources to Image tool 58bb14d4 VS: Map .xml to XML tool 972cf1d7 VS: Map .appxmanifest sources to AppxManifest tool 15fb1022 VS: Refactor handling of resx headers c2ef6d23 VS: Refactor handling of "header" sources in VS >= 10 2df38911 VS: Refactor handling of "extra" sources in VS >= 10 143b4005 VS: Convert 'WriteSource' tool argument to std::string
-
f931a18c CPack: add generators for .7z and .tar.xz (#13072, #14519)
-
Kitware Robot authored
-
- 29 Jul, 2014 16 commits
-
-
-
-
Nils Gladitz authored
-
Brad King authored
Inspired-by:
Gilles Khouzam <gillesk@microsoft.com>
-
Brad King authored
Inspired-by:
Gilles Khouzam <gillesk@microsoft.com>
-
Brad King authored
Inspired-by:
Minmin Gong <minmin.gong@gmail.com>
-
Brad King authored
Move generation of the ClInclude element to WriteHeaderSource.
-
Brad King authored
Create a WriteHeaderSource method to handle writing of sources classified by cmGeneratorTarget as header files. This will be useful to add special VS-specific handling for some headers.
-
Brad King authored
Create a WriteExtraSource method to handle writing of sources not classified by cmGeneratorTarget for any particular purpose. This will be useful to add special VS-specific handling for some sources.
-
Brad King authored
-
-
Brad King authored
Add .7z, .tar.xz, and .txz file extensions. Inspired-by:
Joke de Buhr <joke@seiken.de> Inspired-by:
David Cole <DLRdave@aol.com>
-
Brad King authored
Also fix .bz2 extension to be .tar.bz2 since we only support compressed tarballs and not plain compressed files. Suggested-by:
Nils Gladitz <nilsgladitz@gmail.com> Suggested-by:
Rolf Eike Beer <eike@sf-mail.de>
-
-
99e14a38 cmGlobalVisualStudio10Generator: Fix typo KHLM => HKLM
-