summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* FindGTK2: Make pangocairo and cairo optional dependenciesDaniele E. Domenichelli2013-10-081-12/+14
* FindGTK2: Change extra includes -> optionalDaniele E. Domenichelli2013-10-081-24/+18
* FindGTK2: do not skip target creation if optional dependencies are not foundDaniele E. Domenichelli2013-10-081-7/+12
* FindGTK2: Refactor _GTK2_ADJUST_LIB_VARS into _GTK2_ADD_TARGETDaniele E. Domenichelli2013-10-081-152/+161
* FindGTK2: Do not add freetype includes if they are not foundDaniele E. Domenichelli2013-10-081-2/+6
* FindGTK2: Add libraries to the GTK2_LIBRARIES variable only when foundDaniele E. Domenichelli2013-10-081-2/+4
* FindGTK2: Do not link libfreetypeDaniele E. Domenichelli2013-10-081-34/+12
* FindGTK2: Add config directories only if different from include onesDaniele E. Domenichelli2013-10-081-1/+1
* FindGTK2: Set INTERFACE_COMPILE_DEFINITIONS target property only if not emptyDaniele E. Domenichelli2013-10-081-1/+3
* FindGTK2: Add check to ensure that target existsDaniele E. Domenichelli2013-10-081-5/+7
* FindGTK2: Fix gmodule, glibmm, pangoft2, and pangoxft targetsDaniele E. Domenichelli2013-10-081-3/+8
* FindGTK2: Link freetype libs to targets including freetype includesDaniele E. Domenichelli2013-10-081-0/+21
* FindGTK2: Small cleanupDaniele E. Domenichelli2013-10-081-1/+0
* FindGTK2: Do not require the GTK_ prefix in all the internal functionsDaniele E. Domenichelli2013-10-081-146/+148
* FindGTK2: Better handling of include directoriesDaniele E. Domenichelli2013-10-081-13/+15
* FindGTK2: Create targets for each libraryDaniele E. Domenichelli2013-10-081-3/+147
* FindGTK2: Search for glib-object.h instead of gobject/gobject.hDaniele E. Domenichelli2013-10-081-1/+1
* FindGTK2: Populate GTK2_DEFINITIONS before searching for librariesDaniele E. Domenichelli2013-10-081-14/+14
* FindGTK2: Export GTK2_XXX_FOUND to parent scope in _GTK2_FIND_LIBRARYDaniele E. Domenichelli2013-10-081-0/+3
* FindGTK2: Search for modules quietly when neededDaniele E. Domenichelli2013-10-081-0/+2
* FindGTK2: Find freetype quietlyDaniele E. Domenichelli2013-10-081-1/+1
* FindGTK2: Mark GTK_*_INCLUDE_DIR as advancedDaniele E. Domenichelli2013-10-081-0/+1
* Merge topic 'revert-COMPILER_TARGET-feature'Brad King2013-08-094-21/+0
|\
| * Revert "Add compiler target compile options."Stephen Kelly2013-08-094-21/+0
|/
* CMake Nightly Date StampKitware Robot2013-08-091-1/+1
* Merge topic 'cmake-syntax'Brad King2013-08-0850-247/+651
|\
| * Merge branch 'dev/fix-variable-watch-crash' into cmake-syntaxBrad King2013-08-087-86/+156
| |\
| * | cmListFileLexer: Modify flex output to avoid Borland warningBrad King2013-08-082-24/+25
| * | Warn about unquoted arguments that look like long bracketsBrad King2013-08-085-0/+59
| * | Warn about arguments not separated by whitespaceBrad King2013-08-085-65/+119
| * | cmListFileCache: Convert CMake language parser to classBrad King2013-08-081-69/+97
| * | Add RunCMake.Syntax test cases for command invocation stylesBrad King2013-08-0816-0/+74
| * | cmListFileArgument: Generalize 'Quoted' bool to 'Delimeter' enumBrad King2013-08-087-26/+38
| * | cmListFileLexer: Split normal and legacy unquoted argumentsBrad King2013-08-082-78/+103
| * | cmListFileLexer: Fix line number after backslash in stringBrad King2013-08-086-148/+246
| * | Add RunCMake.Syntax test to cover argument parsingBrad King2013-08-0819-0/+53
* | | Merge topic 'dev/fix-variable-watch-crash'Brad King2013-08-087-86/+156
|\ \ \ | | |/ | |/|
| * | variable_watch: Add test for watching a variable multiple timesBen Boeckel2013-08-083-0/+14
| * | variable_watch: Check newValue for NULLBen Boeckel2013-08-081-1/+1
| * | variable_watch: Don't share memory for callbacksBen Boeckel2013-08-082-67/+87
| * | variable_watch: Fix a typo in the error messageBen Boeckel2013-08-081-1/+1
| * | variable_watch: Prevent making extra entries in the watch mapBen Boeckel2013-08-081-0/+4
| * | variable_watch: Allow specifying the data to match in RemoveWatchBen Boeckel2013-08-082-3/+8
| * | variable_watch: Match client_data when finding duplicatesBen Boeckel2013-08-082-6/+7
| * | variable_watch: Add a deleter for the client dataBen Boeckel2013-08-082-3/+14
| * | variable_watch: Store client data as pointersBen Boeckel2013-08-082-7/+22
* | | Merge topic 'parallel-memcheck'Brad King2013-08-088-56/+103
|\ \ \
| * | | CTest: create one output file per memcheck (#14303)Rolf Eike Beer2013-08-078-56/+103
* | | | Merge topic 'borland-no-CTestLimitDashJ'Brad King2013-08-081-3/+5
|\ \ \ \
| * | | | Skip CTestLimitDashJ test on BorlandBrad King2013-08-071-3/+5
| |/ / /