summaryrefslogtreecommitdiffstats
path: root/Modules/FindwxWidgets.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ENH: remove RAISE_SCOPE() again and instead add SET(<var> <value> PARENT_SCOPE)Alexander Neundorf2008-01-181-4/+4
| | | | Alex
* BUG: Support cross-compiling; wx-config should be searched for in target ↵Miguel A. Figueroa-Villanueva2008-01-061-7/+5
| | | | platform ONLY (bug 6187).
* ENH: Generalized the WXWIDGETS_ADD_RESOURCES to support header generation, ↵Miguel A. Figueroa-Villanueva2008-01-051-49/+183
| | | | xrs file generation, and other options (BUG: 6162).
* STYLE: Refactored common libs into a variable, modified comments, and ↵Miguel A. Figueroa-Villanueva2007-12-221-46/+37
| | | | cleaned use of monolithic build.
* 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-021-18/+7
|
* ENH: Added search entry for the new release: wxWidgets-2.8.7.Miguel A. Figueroa-Villanueva2007-12-021-0/+1
|
* ENH: Added support for selecting different configurations in UNIX_STYLE: ↵Miguel A. Figueroa-Villanueva2007-12-021-3/+103
| | | | debug/release, static/shared, unicode/ansi, and regular/universal.
* ENH: Added macro support for compiling xrc resources to cpp code.Miguel A. Figueroa-Villanueva2007-12-021-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 ↵Miguel A. Figueroa-Villanueva2007-10-171-0/+4
| | | | Steven.
* BUG: Added support for the AUI library module (bug 4338). Also applied someMiguel A. Figueroa-Villanueva2007-10-131-232/+214
| | | | | | STYLE changes including: deprecation of wxWidgets_USE_LIBS in favor of using standard FIND_PACKAGE COMPONENTS, removed some CMake 2.4.2 compatibility patches, use of execute_process instead of exec_program, etc.
* ENH: Patch from Jan for bug#3453. Cleans up find script and enables ↵Brad King2006-10-191-40/+38
| | | | -isystem feature for use script.
* BUG: Patch from Peter Visser to run wx-config from an MSYS prompt.Brad King2006-09-131-4/+4
|
* ENH: Applying patch from bug#3443 to implement FindwxWidgets.cmake properly. ↵Brad King2006-07-211-1/+654
| | | | It also updates the UseWX test and WXDialog sources to use the new find script.
* ENH: Cleanup. Use relative path to modulesAndy Cedilnik2004-08-271-1/+1
|
* BUG: fix for bug 618Bill Hoffman2004-04-221-0/+1