index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
FindwxWidgets.cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
FindwxWidgets: Add support for wxWidgets 3.0.0 (#14587)
Arnaud Desmier
2013-11-20
1
-0/+6
*
Convert builtin help to reStructuredText source files
Kitware Robot
2013-10-15
1
-57/+86
*
FindwxWidgets: Look in x64 directories for MSVC (#14393)
Marius Luca
2013-09-10
1
-0/+2
*
FindwxWidgets: add DOC strings with usual style
Andreas Mohr
2013-05-07
1
-3/+5
*
use the find_* functions ENV parameter
Rolf Eike Beer
2012-08-14
1
-3/+3
*
Remove CMake-language block-end command arguments
Kitware Robot
2012-08-13
1
-105/+105
*
Convert CMake-language commands to lower case
Kitware Robot
2012-08-13
1
-356/+356
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-16/+16
*
FindwxWidgets: Do not use -isystem on OpenBSD (#13219)
Anthony J. Bentley
2012-05-14
1
-2/+2
*
FindwxWidgets: Add webview library (#12636)
Jason Erb
2011-12-22
1
-1/+1
*
Modules: Include builtin FindPackageHandleStandardArgs directly
Brad King
2011-01-20
1
-1/+1
*
Remove usage of CMAKE_CURRENT_LIST_DIR now that we have CMP0017
Alex Neundorf
2011-01-04
1
-1/+1
*
Use absolute path to FindPackageHandleStandardArgs.cmake everywhere
Alex Neundorf
2010-09-28
1
-1/+1
*
ENH #8993: FindwxWidgets add support for wx-config custom options.
Miguel A. Figueroa-Villanueva
2010-09-05
1
-5/+15
*
BUG #8184: Fixed FindwxWidgets wrong order of default libs for MinGW.
Miguel A. Figueroa-Villanueva
2010-09-01
1
-4/+5
*
BUG #11123: Generic include dir should come after config specific one.
Miguel A. Figueroa-Villanueva
2010-09-01
1
-10/+10
*
BUG #10658: FindwxWidgets USE_FILE should not include .cmake extension.
Miguel A. Figueroa-Villanueva
2010-09-01
1
-1/+1
*
BUG: #9775 Fixed patch FindwxWidgets-fixed-bug-9775.
Miguel A. Figueroa-Villanueva
2010-08-30
1
-2/+3
*
ENH: #9775 Added support for new wxWidgets 2.9 libraries.
Miguel A. Figueroa-Villanueva
2010-08-29
1
-2/+3
*
Modules: Fix spelling 'To distributed' -> 'To distribute'
Todd Gamblin
2010-08-09
1
-1/+1
*
Fix spelling errors reported by Lintian.
Kai Wasserbäch
2010-07-13
1
-2/+2
*
BUG #10209: Fixed FindwxWidget CXX flags parsing error.
Miguel A. Figueroa-Villanueva
2010-05-09
1
-2/+5
*
BUG #9419: Added wxWidgets_EXCLUDE_COMMON_LIBRARIES option.
Miguel A. Figueroa-Villanueva
2010-03-07
1
-2/+10
*
Convert CMake find-modules to BSD License
Brad King
2009-09-28
1
-1/+14
*
STYLE: fix typos in the docs
Alexander Neundorf
2009-04-19
1
-2/+2
*
BUG: Fix copy/paste error in previous commit that references wrong variable
Miguel A. Figueroa-Villanueva
2009-02-25
1
-1/+1
*
BUG: Using PROPERTY COMPILE_DEFINITIONS_DEBUG to support Debug only preproces...
Miguel A. Figueroa-Villanueva
2009-02-24
1
-4/+16
*
BUG: Fixed placement of initial wxWidgets_FOUND=TRUE statement, which allowed
Miguel A. Figueroa-Villanueva
2008-12-24
1
-2/+2
*
BUG: Fix to find wxWidgets_LIB_DIR for windows platform more generally;
Miguel A. Figueroa-Villanueva
2008-10-20
1
-2/+18
*
BUG: Added unicode paths for wxWidgets_LIB_DIR search and the 2.8.9 suffix fo...
Miguel A. Figueroa-Villanueva
2008-10-20
1
-2/+3
*
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 search...
Miguel A. Figueroa-Villanueva
2008-06-16
1
-20/+17
*
BUG: Fixed incorrectly matched FOREACH (7008).
Miguel A. Figueroa-Villanueva
2008-06-13
1
-1/+1
*
BUG: There are compiler problems with wxWidgets and INCLUDE_DIRECTORIES(SYSTE...
David Cole
2008-04-16
1
-0/+12
*
ENH: remove RAISE_SCOPE() again and instead add SET(<var> <value> PARENT_SCOPE)
Alexander Neundorf
2008-01-18
1
-4/+4
*
BUG: Support cross-compiling; wx-config should be searched for in target plat...
Miguel A. Figueroa-Villanueva
2008-01-06
1
-7/+5
*
ENH: Generalized the WXWIDGETS_ADD_RESOURCES to support header generation, xr...
Miguel A. Figueroa-Villanueva
2008-01-05
1
-49/+183
*
STYLE: Refactored common libs into a variable, modified comments, and cleaned...
Miguel A. Figueroa-Villanueva
2007-12-22
1
-46/+37
*
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: debu...
Miguel A. Figueroa-Villanueva
2007-12-02
1
-3/+103
*
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 Ste...
Miguel A. Figueroa-Villanueva
2007-10-17
1
-0/+4
*
BUG: Added support for the AUI library module (bug 4338). Also applied some
Miguel A. Figueroa-Villanueva
2007-10-13
1
-232/+214
*
ENH: Patch from Jan for bug#3453. Cleans up find script and enables -isystem...
Brad King
2006-10-19
1
-40/+38
[next]