Brad King
|
c4bb9c9d42
Convert CMake find-modules to BSD License
|
16 gadi atpakaļ |
Alexander Neundorf
|
879f2f98fe
STYLE: fix typos in the docs
|
16 gadi atpakaļ |
Miguel A. Figueroa-Villanueva
|
3dce55fde0
BUG: Fix copy/paste error in previous commit that references wrong variable
|
17 gadi atpakaļ |
Miguel A. Figueroa-Villanueva
|
cf55e01ada
BUG: Using PROPERTY COMPILE_DEFINITIONS_DEBUG to support Debug only preprocessor options (e.g., _DEBUG __WXDEBUG__).
|
17 gadi atpakaļ |
Miguel A. Figueroa-Villanueva
|
1e5d400100
BUG: Fixed placement of initial wxWidgets_FOUND=TRUE statement, which allowed
|
17 gadi atpakaļ |
Miguel A. Figueroa-Villanueva
|
0325639f30
BUG: Fix to find wxWidgets_LIB_DIR for windows platform more generally;
|
17 gadi atpakaļ |
Miguel A. Figueroa-Villanueva
|
a003ac39d3
BUG: Added unicode paths for wxWidgets_LIB_DIR search and the 2.8.9 suffix for wxWidgets_ROOT_DIR search.
|
17 gadi atpakaļ |
Miguel A. Figueroa-Villanueva
|
8adb6b9be2
ENH: Improved support for finding wxWidgets in MinGW environment.
|
17 gadi atpakaļ |
Miguel A. Figueroa-Villanueva
|
5aa8ec2067
BUG: Add new library richtext. Reported in #7284 thanks to earith.
|
17 gadi atpakaļ |
Miguel A. Figueroa-Villanueva
|
6eddfbdd91
ENH: Added support for MSYS as a unix style search.
|
17 gadi atpakaļ |
Miguel A. Figueroa-Villanueva
|
6c97713a27
BUG: Fix so that MinGW use win32_find_style (6478). Also, consolidated search styles selection into a single variable, so that they are mutually exclusive.
|
17 gadi atpakaļ |
Miguel A. Figueroa-Villanueva
|
973b03994a
BUG: Fixed incorrectly matched FOREACH (7008).
|
17 gadi atpakaļ |
David Cole
|
052b82c382
BUG: There are compiler problems with wxWidgets and INCLUDE_DIRECTORIES(SYSTEM ...) use on the Mac. Set variable wxWidgets_INCLUDE_DIRS_NO_SYSTEM on the Mac in FindwxWidgets.cmake to avoid these problems.
|
17 gadi atpakaļ |
Alexander Neundorf
|
fc8ce17433
ENH: remove RAISE_SCOPE() again and instead add SET(<var> <value> PARENT_SCOPE)
|
18 gadi atpakaļ |
Miguel A. Figueroa-Villanueva
|
4c6dcc0ed9
BUG: Support cross-compiling; wx-config should be searched for in target platform ONLY (bug 6187).
|
18 gadi atpakaļ |
Miguel A. Figueroa-Villanueva
|
d1f2e3ff97
ENH: Generalized the WXWIDGETS_ADD_RESOURCES to support header generation, xrs file generation, and other options (BUG: 6162).
|
18 gadi atpakaļ |
Miguel A. Figueroa-Villanueva
|
bfeeb88b1f
STYLE: Refactored common libs into a variable, modified comments, and cleaned use of monolithic build.
|
18 gadi atpakaļ |
Miguel A. Figueroa-Villanueva
|
93f079ecae
STYLE: Clarified usage documentation for cmake --help-module FindwxWidgets.
|
18 gadi atpakaļ |
Miguel A. Figueroa-Villanueva
|
51fce4d391
STYLE: Use LIST(APPEND ...) instead of SET(...)
|
18 gadi atpakaļ |
Miguel A. Figueroa-Villanueva
|
895a2384fa
ENH: Added search entry for the new release: wxWidgets-2.8.7.
|
18 gadi atpakaļ |
Miguel A. Figueroa-Villanueva
|
01dd9bc160
ENH: Added support for selecting different configurations in UNIX_STYLE: debug/release, static/shared, unicode/ansi, and regular/universal.
|
18 gadi atpakaļ |
Miguel A. Figueroa-Villanueva
|
4cee09fd4c
ENH: Added macro support for compiling xrc resources to cpp code.
|
18 gadi atpakaļ |
Miguel A. Figueroa-Villanueva
|
d22df5bef4
BUG: Fix to support arch and isysroot compilation options on MAC (Bug 5007).
|
18 gadi atpakaļ |
Miguel A. Figueroa-Villanueva
|
aa51ca2512
BUG: Fixed error related to missing quotes around variable.
|
18 gadi atpakaļ |
Miguel A. Figueroa-Villanueva
|
97e5b7e01f
ENH: Added support for finding wxWidgets-2.9. Thanks to Joshua Jensen and Steven.
|
18 gadi atpakaļ |
Miguel A. Figueroa-Villanueva
|
1c1cde697b
BUG: Added support for the AUI library module (bug 4338). Also applied some
|
18 gadi atpakaļ |
Brad King
|
2fd1b374c1
ENH: Patch from Jan for bug#3453. Cleans up find script and enables -isystem feature for use script.
|
19 gadi atpakaļ |
Brad King
|
ff46146dfc
BUG: Patch from Peter Visser to run wx-config from an MSYS prompt.
|
19 gadi atpakaļ |
Brad King
|
3c9744f406
ENH: Applying patch from bug#3443 to implement FindwxWidgets.cmake properly. It also updates the UseWX test and WXDialog sources to use the new find script.
|
19 gadi atpakaļ |
Andy Cedilnik
|
ad4f98f3cf
ENH: Cleanup. Use relative path to modules
|
21 gadi atpakaļ |