Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | FindGTK2: Link freetype libs to targets including freetype includes | Daniele E. Domenichelli | 2013-10-08 | 1 | -0/+21 | |
| * | | | | FindGTK2: Small cleanup | Daniele E. Domenichelli | 2013-10-08 | 1 | -1/+0 | |
| * | | | | FindGTK2: Do not require the GTK_ prefix in all the internal functions | Daniele E. Domenichelli | 2013-10-08 | 1 | -146/+148 | |
| * | | | | FindGTK2: Better handling of include directories | Daniele E. Domenichelli | 2013-10-08 | 1 | -13/+15 | |
| * | | | | FindGTK2: Create targets for each library | Daniele E. Domenichelli | 2013-10-08 | 1 | -3/+147 | |
| * | | | | FindGTK2: Search for glib-object.h instead of gobject/gobject.h | Daniele E. Domenichelli | 2013-10-08 | 1 | -1/+1 | |
| * | | | | FindGTK2: Populate GTK2_DEFINITIONS before searching for libraries | Daniele E. Domenichelli | 2013-10-08 | 1 | -14/+14 | |
| * | | | | FindGTK2: Export GTK2_XXX_FOUND to parent scope in _GTK2_FIND_LIBRARY | Daniele E. Domenichelli | 2013-10-08 | 1 | -0/+3 | |
* | | | | | Merge topic 'FindSDL-path-suffixes' | Brad King | 2013-10-09 | 1 | -1/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | FindSDL: Add path suffixes for <prefix>/include/(SDL|SDL12|SDL11) | Brad King | 2013-10-08 | 1 | -1/+3 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge topic 'haiku-updates' | Brad King | 2013-10-09 | 2 | -14/+115 | |
|\ \ \ \ \ | ||||||
| * | | | | | Haiku: Several fixes to platform module | Adrien Destugues | 2013-10-08 | 2 | -14/+115 | |
* | | | | | | Merge topic 'apple-clang-id' | Brad King | 2013-10-09 | 7 | -2/+17 | |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | ||||||
| * | | | | | Clang: Add separate "AppleClang" compiler id | Brad King | 2013-10-08 | 7 | -2/+17 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge topic 'clang-cl-compiler' | Brad King | 2013-10-08 | 13 | -14/+133 | |
|\ \ \ \ \ | ||||||
| * | | | | | Clang: Support Windows variants for GNU and MSVC (#13035, #14458) | Brad King | 2013-10-04 | 9 | -12/+74 | |
| * | | | | | CMakeDetermineCompilerId: Add notion of "simulated" id/version | Brad King | 2013-10-04 | 6 | -1/+57 | |
| * | | | | | CMakeDetermineCompilerId: Fix local var init | Brad King | 2013-10-04 | 1 | -1/+2 | |
| |/ / / / | ||||||
* | | | | | Merge topic 'FindGTK2-quiet' | Brad King | 2013-10-08 | 1 | -1/+4 | |
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | | ||||||
| * | | | FindGTK2: Search for modules quietly when needed | Daniele E. Domenichelli | 2013-10-08 | 1 | -0/+2 | |
| * | | | FindGTK2: Find freetype quietly | Daniele E. Domenichelli | 2013-10-08 | 1 | -1/+1 | |
| * | | | FindGTK2: Mark GTK_*_INCLUDE_DIR as advanced | Daniele E. Domenichelli | 2013-10-08 | 1 | -0/+1 | |
* | | | | Merge topic 'CheckStructHasMember_CXX' | Brad King | 2013-10-08 | 1 | -9/+26 | |
|\ \ \ \ | ||||||
| * | | | | CheckStructHasMember: Add support for C++ | Daniele E. Domenichelli | 2013-10-08 | 1 | -9/+26 | |
* | | | | | Merge topic 'cxx-flags' | Brad King | 2013-10-08 | 3 | -25/+51 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | Check*CompilerFlag: Add SunStudio 12 regex | William Orr | 2013-10-08 | 1 | -0/+1 | |
| * | | | | Check*CompilerFlag: make C and CXX modules share most error patterns (#14339) | Rolf Eike Beer | 2013-08-13 | 3 | -25/+50 | |
* | | | | | Merge topic 'UseJava-jar-manifest' | Brad King | 2013-10-07 | 1 | -3/+13 | |
|\ \ \ \ \ | ||||||
| * | | | | | UseJava: Add support for the jar 'm' (Manifest) option | Simon Levermann | 2013-09-23 | 1 | -3/+13 | |
* | | | | | | Merge topic 'deprecation-macro-refactor' | Brad King | 2013-10-07 | 1 | -2/+8 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | GEH: Make each element of the deprecation macros overridable. | Stephen Kelly | 2013-09-23 | 1 | -0/+6 | |
| * | | | | | | GEH: Use the macro for the deprecation attribute after definiting it. | Stephen Kelly | 2013-09-23 | 1 | -2/+2 | |
| |/ / / / / | ||||||
* | | | | | | Merge topic 'EclipseFixWarningMessage' | Brad King | 2013-10-07 | 1 | -19/+27 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Eclipse: add version 4.3 for completeness | Alex Neundorf | 2013-09-18 | 1 | -0/+2 | |
| * | | | | | | Eclipse: print different message if CMAKE_ECLIPSE_VERSION is already set | Alex Neundorf | 2013-09-18 | 1 | -17/+23 | |
| * | | | | | | CMakeFindEclipse: use lowercase for macro calls | Alex Neundorf | 2013-09-18 | 1 | -2/+2 | |
* | | | | | | | Merge topic 'openssl-advanced' | Brad King | 2013-10-07 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | FindOpenSSL: mark variables as advanced for MSVC (#14418) | Rolf Eike Beer | 2013-09-17 | 1 | -0/+2 | |
* | | | | | | | | Merge topic 'FixTypoInGraphvizDocs' | Brad King | 2013-10-07 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | CMakeGraphVizOptions.cmake: Fix typo in documentation | Alex Neundorf | 2013-09-11 | 1 | -1/+1 | |
* | | | | | | | | | Merge topic 'FindwxWidgets-msvc-x64' | Brad King | 2013-10-07 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | FindwxWidgets: Look in x64 directories for MSVC (#14393) | Marius Luca | 2013-09-10 | 1 | -0/+2 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge topic 'vs-compiler-id-tolerate-diagnostics' | Brad King | 2013-10-07 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | VS: Tolerate diagnostic output while detecting cl (#14387) | Brad King | 2013-09-03 | 1 | -1/+2 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge topic 'deprecate-add_compiler_export_flags' | Brad King | 2013-10-07 | 1 | -13/+34 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | GenerateExportHeader: Deprecate add_compiler_export_flags function. | Stephen Kelly | 2013-09-02 | 1 | -13/+34 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge topic 'FindPython_versions' | Brad King | 2013-10-07 | 2 | -14/+14 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | FindPython*: simplify version selection | Rolf Eike Beer | 2013-08-31 | 2 | -14/+14 | |
* | | | | | | | | | | Merge topic 'FindLua' | Brad King | 2013-10-07 | 1 | -0/+153 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Modules: add FindLua.cmake | Rolf Eike Beer | 2013-08-31 | 1 | -0/+153 | |
| |/ / / / / / / / / |