Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Improved support for finding wxWidgets in MinGW environment. | Miguel A. Figueroa-Villanueva | 2008-07-13 | 1 | -6/+17 |
| | |||||
* | BUG: Add new library richtext. Reported in #7284 thanks to earith. | Miguel A. Figueroa-Villanueva | 2008-07-06 | 1 | -2/+3 |
| | |||||
* | ENH: Added support for MSYS as a unix style search. | Miguel A. Figueroa-Villanueva | 2008-06-17 | 1 | -5/+5 |
| | |||||
* | BUG: Fix so that MinGW use win32_find_style (6478). Also, consolidated ↵ | Miguel A. Figueroa-Villanueva | 2008-06-16 | 1 | -20/+17 |
| | | | | search styles selection into a single variable, so that they are mutually exclusive. | ||||
* | BUG: Fixed incorrectly matched FOREACH (7008). | Miguel A. Figueroa-Villanueva | 2008-06-13 | 1 | -1/+1 |
| | |||||
* | BUG: There are compiler problems with wxWidgets and ↵ | David Cole | 2008-04-16 | 1 | -0/+12 |
| | | | | INCLUDE_DIRECTORIES(SYSTEM ...) use on the Mac. Set variable wxWidgets_INCLUDE_DIRS_NO_SYSTEM on the Mac in FindwxWidgets.cmake to avoid these problems. | ||||
* | ENH: remove RAISE_SCOPE() again and instead add SET(<var> <value> PARENT_SCOPE) | Alexander Neundorf | 2008-01-18 | 1 | -4/+4 |
| | | | | Alex | ||||
* | BUG: Support cross-compiling; wx-config should be searched for in target ↵ | Miguel A. Figueroa-Villanueva | 2008-01-06 | 1 | -7/+5 |
| | | | | platform ONLY (bug 6187). | ||||
* | ENH: Generalized the WXWIDGETS_ADD_RESOURCES to support header generation, ↵ | Miguel A. Figueroa-Villanueva | 2008-01-05 | 1 | -49/+183 |
| | | | | xrs file generation, and other options (BUG: 6162). | ||||
* | STYLE: Refactored common libs into a variable, modified comments, and ↵ | Miguel A. Figueroa-Villanueva | 2007-12-22 | 1 | -46/+37 |
| | | | | cleaned use of monolithic build. | ||||
* | STYLE: Clarified usage documentation for cmake --help-module FindwxWidgets. | Miguel A. Figueroa-Villanueva | 2007-12-02 | 1 | -5/+30 |
| | |||||
* | STYLE: Use LIST(APPEND ...) instead of SET(...) | Miguel A. Figueroa-Villanueva | 2007-12-02 | 1 | -18/+7 |
| | |||||
* | ENH: Added search entry for the new release: wxWidgets-2.8.7. | Miguel A. Figueroa-Villanueva | 2007-12-02 | 1 | -0/+1 |
| | |||||
* | ENH: Added support for selecting different configurations in UNIX_STYLE: ↵ | Miguel A. Figueroa-Villanueva | 2007-12-02 | 1 | -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-Villanueva | 2007-12-02 | 1 | -0/+77 |
| | |||||
* | BUG: Fix to support arch and isysroot compilation options on MAC (Bug 5007). | Miguel A. Figueroa-Villanueva | 2007-11-12 | 1 | -0/+4 |
| | |||||
* | BUG: Fixed error related to missing quotes around variable. | Miguel A. Figueroa-Villanueva | 2007-11-04 | 1 | -4/+4 |
| | |||||
* | ENH: Added support for finding wxWidgets-2.9. Thanks to Joshua Jensen and ↵ | Miguel A. Figueroa-Villanueva | 2007-10-17 | 1 | -0/+4 |
| | | | | Steven. | ||||
* | BUG: Added support for the AUI library module (bug 4338). Also applied some | Miguel A. Figueroa-Villanueva | 2007-10-13 | 1 | -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 King | 2006-10-19 | 1 | -40/+38 |
| | | | | -isystem feature for use script. | ||||
* | BUG: Patch from Peter Visser to run wx-config from an MSYS prompt. | Brad King | 2006-09-13 | 1 | -4/+4 |
| | |||||
* | ENH: Applying patch from bug#3443 to implement FindwxWidgets.cmake properly. ↵ | Brad King | 2006-07-21 | 1 | -1/+654 |
| | | | | It also updates the UseWX test and WXDialog sources to use the new find script. | ||||
* | ENH: Cleanup. Use relative path to modules | Andy Cedilnik | 2004-08-27 | 1 | -1/+1 |
| | |||||
* | BUG: fix for bug 618 | Bill Hoffman | 2004-04-22 | 1 | -0/+1 |