summaryrefslogtreecommitdiff
path: root/Modules/FindwxWidgets.cmake
Commit message (Expand)AuthorAgeFilesLines
* FindwxWidgets: Add support for wxWidgets 3.0.0 (#14587)Arnaud Desmier2013-11-201-0/+6
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-57/+86
* FindwxWidgets: Look in x64 directories for MSVC (#14393)Marius Luca2013-09-101-0/+2
* FindwxWidgets: add DOC strings with usual styleAndreas Mohr2013-05-071-3/+5
* use the find_* functions ENV parameterRolf Eike Beer2012-08-141-3/+3
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-105/+105
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-356/+356
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-16/+16
* FindwxWidgets: Do not use -isystem on OpenBSD (#13219)Anthony J. Bentley2012-05-141-2/+2
* FindwxWidgets: Add webview library (#12636)Jason Erb2011-12-221-1/+1
* Modules: Include builtin FindPackageHandleStandardArgs directlyBrad King2011-01-201-1/+1
* Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017Alex Neundorf2011-01-041-1/+1
* Use absolute path to FindPackageHandleStandardArgs.cmake everywhereAlex Neundorf2010-09-281-1/+1
* ENH #8993: FindwxWidgets add support for wx-config custom options.Miguel A. Figueroa-Villanueva2010-09-051-5/+15
* BUG #8184: Fixed FindwxWidgets wrong order of default libs for MinGW.Miguel A. Figueroa-Villanueva2010-09-011-4/+5
* BUG #11123: Generic include dir should come after config specific one.Miguel A. Figueroa-Villanueva2010-09-011-10/+10
* BUG #10658: FindwxWidgets USE_FILE should not include .cmake extension.Miguel A. Figueroa-Villanueva2010-09-011-1/+1
* BUG: #9775 Fixed patch FindwxWidgets-fixed-bug-9775.Miguel A. Figueroa-Villanueva2010-08-301-2/+3
* ENH: #9775 Added support for new wxWidgets 2.9 libraries.Miguel A. Figueroa-Villanueva2010-08-291-2/+3
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* Fix spelling errors reported by Lintian.Kai Wasserbäch2010-07-131-2/+2
* BUG #10209: Fixed FindwxWidget CXX flags parsing error.Miguel A. Figueroa-Villanueva2010-05-091-2/+5
* BUG #9419: Added wxWidgets_EXCLUDE_COMMON_LIBRARIES option.Miguel A. Figueroa-Villanueva2010-03-071-2/+10
* Convert CMake find-modules to BSD LicenseBrad King2009-09-281-1/+14
* STYLE: fix typos in the docsAlexander Neundorf2009-04-191-2/+2
* BUG: Fix copy/paste error in previous commit that references wrong variableMiguel A. Figueroa-Villanueva2009-02-251-1/+1
* BUG: Using PROPERTY COMPILE_DEFINITIONS_DEBUG to support Debug only preproces...Miguel A. Figueroa-Villanueva2009-02-241-4/+16
* BUG: Fixed placement of initial wxWidgets_FOUND=TRUE statement, which allowedMiguel A. Figueroa-Villanueva2008-12-241-2/+2
* BUG: Fix to find wxWidgets_LIB_DIR for windows platform more generally;Miguel A. Figueroa-Villanueva2008-10-201-2/+18
* BUG: Added unicode paths for wxWidgets_LIB_DIR search and the 2.8.9 suffix fo...Miguel A. Figueroa-Villanueva2008-10-191-2/+3
* ENH: Improved support for finding wxWidgets in MinGW environment.Miguel A. Figueroa-Villanueva2008-07-131-6/+17
* BUG: Add new library richtext. Reported in #7284 thanks to earith.Miguel A. Figueroa-Villanueva2008-07-061-2/+3
* ENH: Added support for MSYS as a unix style search.Miguel A. Figueroa-Villanueva2008-06-171-5/+5
* BUG: Fix so that MinGW use win32_find_style (6478). Also, consolidated search...Miguel A. Figueroa-Villanueva2008-06-161-20/+17
* BUG: Fixed incorrectly matched FOREACH (7008).Miguel A. Figueroa-Villanueva2008-06-131-1/+1
* BUG: There are compiler problems with wxWidgets and INCLUDE_DIRECTORIES(SYSTE...David Cole2008-04-161-0/+12
* ENH: remove RAISE_SCOPE() again and instead add SET(<var> <value> PARENT_SCOPE)Alexander Neundorf2008-01-181-4/+4
* BUG: Support cross-compiling; wx-config should be searched for in target plat...Miguel A. Figueroa-Villanueva2008-01-051-7/+5
* ENH: Generalized the WXWIDGETS_ADD_RESOURCES to support header generation, xr...Miguel A. Figueroa-Villanueva2008-01-051-49/+183
* STYLE: Refactored common libs into a variable, modified comments, and cleaned...Miguel A. Figueroa-Villanueva2007-12-221-46/+37
* STYLE: Clarified usage documentation for cmake --help-module FindwxWidgets.Miguel A. Figueroa-Villanueva2007-12-021-5/+30
* STYLE: Use LIST(APPEND ...) instead of SET(...)Miguel A. Figueroa-Villanueva2007-12-011-18/+7
* ENH: Added search entry for the new release: wxWidgets-2.8.7.Miguel A. Figueroa-Villanueva2007-12-011-0/+1
* ENH: Added support for selecting different configurations in UNIX_STYLE: debu...Miguel A. Figueroa-Villanueva2007-12-011-3/+103
* ENH: Added macro support for compiling xrc resources to cpp code.Miguel A. Figueroa-Villanueva2007-12-011-0/+77
* BUG: Fix to support arch and isysroot compilation options on MAC (Bug 5007).Miguel A. Figueroa-Villanueva2007-11-121-0/+4
* BUG: Fixed error related to missing quotes around variable.Miguel A. Figueroa-Villanueva2007-11-041-4/+4
* ENH: Added support for finding wxWidgets-2.9. Thanks to Joshua Jensen and Ste...Miguel A. Figueroa-Villanueva2007-10-171-0/+4
* BUG: Added support for the AUI library module (bug 4338). Also applied someMiguel A. Figueroa-Villanueva2007-10-121-232/+214
* ENH: Patch from Jan for bug#3453. Cleans up find script and enables -isystem...Brad King2006-10-191-40/+38