- Dec 11, 2015
-
-
e0ad72d8 Graphviz: Fix handling of spaces in GRAPHVIZ_GRAPH_NAME
-
39abbaed FindOpenAL: Detect Windows architecture-specific installation
-
Kitware Robot authored
- Dec 10, 2015
-
-
Brad King authored
-
Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ cdcf4c47 | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' 6bfc1aef..cdcf4c47 Brad King (2): 452b10d5 FundamentalType: Drop KWSYS_CAN_CONVERT_UI64_TO_DOUBLE macro cdcf4c47 Drop the CPU.h component of KWSys
-
d462ac27 cmELF: Use KWIML ABI.h header to get endian-ness
-
Remove the duplicate code in cmake::Configure to set the cache variables for the warning message suppression. Replace it with calls to the dedicated methods to carry this out.
-
Create a new dialog window for the cmake-gui that provides controls for setting the state of suppression of developer and deprecated warning messages. This replaces the previous single checkbox for setting the state of suppression of developer warnings. Added a note for the new functionality to the release notes.
-
Without this patch, `SET (GRAPHVIZ_GRAPH_NAME "hello world")` does not work (it results in a parsing error in GraphViz when the generated output is processed), but `SET (GRAPHVIZ_GRAPH_NAME "\"hello world\"")` does.
-
Brad King authored
Some OpenAL implementations on Windows provide both Win32 and Win64 binaries. Search the location of the matching architecture. Author: George "Zogzer@GitHub" <insertlogic@gmail.com>
-
Brad King authored
This topic name will supersede cmake-E-copy-multiple-inputs.
-
Kitware Robot authored
-
- Dec 09, 2015
-
-
Brad King authored
Port away from KWSys CPU header.
-
This is an extensive refactoring of the Cray compiler wrapper usage. Using the new compiler wrapper checks, the CrayPrgEnv info files have been moved from Platform/ to Compiler/. The adjusted naming convention allows the compiler-wrapper information files to be loaded for both the CrayLinuxEnvironment platform when cross-compiling and the Linux platform if building natively on the Cray compute nodes. It also creates a separation of common arguments for compiler id and language information used to perform the appropriate introspection of implicit arguments and libraries used by the compiler wrappers based on the loaded module environment.
-
Kitware Robot authored
-
- Dec 08, 2015
-
-
Kitware Robot authored
-
- Dec 07, 2015
-
-
Domen Vrankar authored
-
-
Chuck Atkins authored
-
Chuck Atkins authored
-
ebaca629 FindTIFF: Add imported targets and update documentation
-
71e5f253 Fortran: Add ftn, the Cray compiler wrapper, to the default search.
-
4d4fcabd FindJNI: Add support for AIX java sdk
-
56c11eee UseJava: Allow relative path to manifest file just as with other sources
-
d8b251e2 FindJava: Fix typos in IdlJ and JarSigner component implementation
-
- Add TIFF::TIFF imported target - Document imported target - Add testcase to test the standard variables and the imported target Also: - Add TIFF_INCLUDE_DIRS to match common practice - Update documentation generally, including documenting TIFF_INCLUDE_DIRS
-
Kitware Robot authored
-