Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG #10209: Fixed FindwxWidget CXX flags parsing error. | Miguel A. Figueroa-Villanueva | 2010-05-09 | 1 | -2/+5 |
| | | | | | | | | | Was not removing definition flags (-D...) from cxx flags, when the definition flag was last in the list returned from wx-config. --HG-- extra : rebase_source : 3452c52b92717f181e902abef38c1e2718ce3b27 | ||||
* | BUG #9419: Added wxWidgets_EXCLUDE_COMMON_LIBRARIES option. | Miguel A. Figueroa-Villanueva | 2010-03-07 | 1 | -2/+10 |
| | | | | | | | | | | This allows the user not to link to the common libraries, which are regularly required. The user must specify all libraries that he does want to link in the find_package line (png tiff jpeg zlib regex expat). --HG-- extra : rebase_source : df29f96c957600629a34a1c5fafb8b3d6f274e22 | ||||
* | Convert CMake find-modules to BSD License | Brad King | 2009-09-28 | 1 | -1/+14 |
| | | | | | | | This adds copyright/license notification blocks CMake's find-modules. Many of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices. | ||||
* | STYLE: fix typos in the docs | Alexander Neundorf | 2009-04-19 | 1 | -2/+2 |
| | | | | Alex | ||||
* | BUG: Fix copy/paste error in previous commit that references wrong variable | Miguel A. Figueroa-Villanueva | 2009-02-25 | 1 | -1/+1 |
| | | | | (wxWidgets_INCLUDE_DIRS instead of wxWidgets_DEFINITIONS). | ||||
* | BUG: Using PROPERTY COMPILE_DEFINITIONS_DEBUG to support Debug only ↵ | Miguel A. Figueroa-Villanueva | 2009-02-24 | 1 | -4/+16 |
| | | | | preprocessor options (e.g., _DEBUG __WXDEBUG__). | ||||
* | BUG: Fixed placement of initial wxWidgets_FOUND=TRUE statement, which allowed | Miguel A. Figueroa-Villanueva | 2008-12-24 | 1 | -2/+2 |
| | | | | some cases to breakaway from tests without resetting to FALSE (BUG: 8188). | ||||
* | BUG: Fix to find wxWidgets_LIB_DIR for windows platform more generally; | Miguel A. Figueroa-Villanueva | 2008-10-20 | 1 | -2/+18 |
| | | | | supports gcc, nmake, and visual studio in all configurations. | ||||
* | BUG: Added unicode paths for wxWidgets_LIB_DIR search and the 2.8.9 suffix ↵ | Miguel A. Figueroa-Villanueva | 2008-10-20 | 1 | -2/+3 |
| | | | | for wxWidgets_ROOT_DIR search. | ||||
* | 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 |