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: link with lexilla
Maarten Bent
2023-11-01
1
-4/+7
*
FindwxWidgets: Convert include and library paths to cmake-style
Maarten Bent
2023-11-01
1
-0/+3
*
FindwxWidgets: Prevent searching libraries multiple times
Maarten Bent
2023-11-01
1
-0/+3
*
FindwxWidgets: Improve linking with scintilla
Maarten Bent
2023-11-01
1
-3/+9
*
FindwxWidgets: Move wx-config specific checks inside UNIX find-style
Maarten Bent
2023-11-01
1
-20/+20
*
FindwxWidgets: Include hotfix number
Maarten Bent
2023-11-01
1
-0/+9
*
FindwxWidgets: use IN_LIST
Maarten Bent
2023-11-01
1
-2/+6
*
FindwxWidgets: Fix returning optional components
Rick Budé
2023-08-02
1
-1/+2
*
FindwxWidgets: Add an imported target
CheesyNacho10
2023-03-08
1
-0/+21
*
Source: Fix a few typos
Vitaly Stakhovsky
2023-01-17
1
-1/+1
*
FindwxWidgets: Do not reset wxWidgets_LIB_DIR unnecessarily
Maarten Bent
2022-07-06
1
-2/+4
*
FindwxWidgets: Restore win32 find style on MinGW
Maarten Bent
2022-07-06
1
-18/+9
*
FindwxWidgets: Support more wxWidgets versions, including 3.2
Maarten Bent
2022-07-05
1
-40/+18
*
FindwxWidgets: Use version number from header for library names
Maarten Bent
2022-07-05
1
-35/+12
*
FindwxWidgets: Move extracting version number to a macro
Maarten Bent
2022-07-05
1
-20/+24
*
FindwxWidgets: set wxWidgets_FIND_STYLE to unix on MINGW
Mehdi Chinoune
2022-04-11
1
-1/+1
*
Help: Add `.. versionadded` directives to module docs
Nikita Nemkin
2020-12-02
1
-0/+9
*
FindwxWidgets: Expand list of names for wx-config
Adriaan de Groot
2020-10-07
1
-1/+9
*
FindwxWidgets: Add support for 3.1.3 on macOS
Tobias Taschner
2019-12-10
1
-0/+2
*
FindwxWidgets: Fix finding both release and debug libs
Brad King
2019-11-22
1
-1/+1
*
FindwxWidgets: Find wxQt debug libraries
Craig Sturdy
2019-11-20
1
-0/+2
*
Merge topic 'FindwxWidgets-mingw' into release-3.16
Brad King
2019-11-13
1
-1/+1
|
\
|
*
FindwxWidgets: Add link dependencies for MinGW
Grant Kim
2019-11-13
1
-1/+1
*
|
Merge topic 'FindwxWidgets-qt' into release-3.16
Brad King
2019-11-13
1
-22/+26
|
\
\
|
|
/
|
*
FindwxWidgets: Add support for wxQt
Craig Sturdy
2019-11-12
1
-22/+26
*
|
FindwxWidgets: Add support for 3.1.3 VS binaries
Tomasz Słodkowicz
2019-11-01
1
-0/+10
|
/
*
Help: Convert remaining modules to block-style comments
Kitware Robot
2018-10-22
1
-105/+106
*
FindwxWidgets: implement detailed components status on Windows
Tomasz Słodkowicz
2018-10-10
1
-0/+10
*
FindwxWidgets: honor OPTIONAL_COMPONENTS
Tomasz Słodkowicz
2018-10-04
1
-9/+27
*
FindwxWidgets: Use more private name for local variable
Andrea Ranieri
2018-04-11
1
-4/+6
*
Merge topic 'findwxwidgets-msys-library-dirs'
Brad King
2018-04-05
1
-0/+20
|
\
|
*
FindwxWidgets: Fix wxWidgets_LIBRARY_DIRS on Cygwin/MSYS
ARATA Mizuki
2018-04-04
1
-0/+20
*
|
Modules: Use MSVC_TOOLSET_VERSION variable to simplify logic
Arkady Shapkin
2018-04-04
1
-13/+1
|
/
*
FindwxWidgets: Add support for MSVC versions of the v141 toolset
Adam Oleksy
2018-03-19
1
-6/+6
*
Fix eating "-L" in path names
Raffi Enficiaud
2018-02-17
1
-1/+1
*
wxWidgets: Respect WX_CONFIG and WXRC_CMD env vars
Christian Pfeiffer
2017-11-19
1
-3/+4
*
Fix trivial typos in text
luzpaz
2017-11-03
1
-1/+1
*
FindwxWidgets: Add support for Windows XP compatible buils
Tomasz Słodkowicz
2017-08-30
1
-0/+4
*
FindwxWidgets: Fix parsing of cxxflags when paths contain -D or -I
Thierry Crozat
2017-06-19
1
-19/+15
*
FindwxWidgets: Verify existence of libraries reported by wx-config
Jan Mrázek
2017-04-20
1
-0/+22
*
FindwxWidgets: link with the new required libs under MSW
Vadim Zeitlin
2017-04-07
1
-1/+1
*
FindwxWidgets: Add support for VS 2017 v141 toolset
Brad King
2017-03-22
1
-1/+3
*
FindwxWidgets: Use `MSVC_VERSION` instead of `MSVC##`
Brad King
2017-03-22
1
-5/+5
*
FindwxWidgets: Fix finding unversioned VS-built directory prefixes
Brad King
2016-10-17
1
-12/+22
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-14/+3
*
FindwxWidgets: Add VS-versioned library directory prefixes
Brad King
2016-08-25
1
-3/+15
*
FindwxWidgets: Add version 3.1.0
Brad King
2016-08-25
1
-0/+1
*
Use string(APPEND) in Modules
Daniel Pfeifer
2016-07-27
1
-1/+1
*
FindwxWidgets: Resolve Cygwin/MSYS paths to Windows paths
Wayne Stambaugh
2016-02-17
1
-0/+30
*
FindwxWidgets: Drop suppression of -isystem
Brad King
2016-01-11
1
-12/+0
[next]