Maarten Bent
7b79423470
CMake: Add argument to specify console app that uses gui libraries
2021-02-07 20:11:56 +01:00
Artur Wieczorek
e73cb85246
Add tests of wxGraphicsBitmap
2021-02-05 23:52:29 +01:00
Maarten Bent
226a3de596
CMake: Use common function for adding samples, tests and demos
2021-01-19 19:58:46 +01:00
Vadim Zeitlin
febd185fc6
Merge branch 'web-request'
...
Add wxWebViewRequest and related classes allowing to use HTTPS and
HTTP/2.
See https://github.com/wxWidgets/wxWidgets/pull/977
2021-01-17 18:19:47 +01:00
Artur Wieczorek
1527927643
Add new wxImageList test files to CMake
2021-01-13 09:03:04 +01:00
Vadim Zeitlin
6bdab7b3c8
Merge branch 'master' into web-request
...
Merge with the latest master in preparation for merging into master.
Rebake to resolve conflicts in generated files.
2020-12-12 18:12:25 +01:00
Maarten Bent
badf0eb64e
CMake: add image test files
2020-10-20 21:11:17 +02:00
Maarten Bent
56521ad8af
CMake: add missing test files
...
Add the source files present in the bkl but not CMakeLists.txt to the
latter one too.
Also link with AUI library now that a test file using it is included.
Closes https://github.com/wxWidgets/wxWidgets/pull/2064
2020-09-29 03:30:15 +02:00
Maarten Bent
e9ce104e4a
CMake: add headers test
2020-07-23 20:30:36 +02:00
Maarten Bent
0f806ad96d
CMake: use wx prefix in library names
...
Rename all library targets to start with wx. This way it does not use generic
names like base or core that could interfere with other libraries that add
include the wxWidgets project.
2020-05-17 20:01:02 +02:00
Maarten Bent
ef741462cd
CMake: fix file names in info header
2020-05-17 20:01:02 +02:00
New Pagodi
5f39bb4157
Update other test build files by hand for the new STC test
2019-03-20 17:07:56 -05:00
Tobias Taschner
6db3f5f115
Add unit test for wxWebRequest
...
The environment variable WX_TEST_WEBREQUEST_URL has to
be set to https://httpbin.org or a local instance of it
to be run.
2018-12-10 19:37:31 +01:00
Maarten Bent
33a550d97f
CMake: Set wx-config base, gui and built libraries
...
Remove unused propagated variables.
2018-12-06 22:39:41 +01:00
Maarten Bent
f666510cbb
CMake: Add headers of demos and drawing test
2018-09-22 14:44:08 +02:00
Vadim Zeitlin
f71c4f55a3
Completely remove "adv" library from CMake build system
...
This build system is new and so doesn't need to keep "adv" for
compatibility.
2018-08-27 21:13:04 +02:00
Maarten Bent
3c0ea566fd
CMake: copy data files of test projects
...
Add headers to source files so they are included in IDE projects.
2018-08-02 20:50:54 +02:00
Maarten Bent
8f9f319093
CMake: Add missing test files
...
Update the file list to match the contents of tests/test.bkl.
2018-07-29 16:29:36 +02:00
Maarten Bent
fb8403a064
CMake: Only link executables to enabled libraries
2018-01-24 00:47:58 +01:00
Vadim Zeitlin
82b92c6d8f
Update CMake files after switch from CppUnit to Catch
...
Don't look for CppUnit library nor build it any longer, but just use the
Catch headers under 3rdparty/catch.
2017-12-09 18:33:12 +01:00
Vadim Zeitlin
d37f758ae9
Update the list of non-GUI test source files
...
streams/bstream.cpp was removed in the meanwhile while a new
strings/hexconv.cpp was added.
2017-12-09 18:25:33 +01:00
Vadim Zeitlin
c66c9c5ae6
Merge branch 'build_cmake' of https://github.com/TcT2k/wxWidgets
...
Add CMake-based build system.
Merge the original branch without any changes except for resolving the
conflict due to moving the contents of .travis.yml to a separate file by
propagating the changes done in this file since then to the new script
and rerunning ./build/update-setup-h and ./build/cmake/update_files.py
to update the file lists changed in the meanwhile.
Closes https://github.com/wxWidgets/wxWidgets/pull/330
2017-12-09 15:09:47 +01:00
Tobias Taschner
da2b8ea812
Add CMake build system
...
Add CMake build system for libraries, tests and samples
update_files.py converts build/files into CMake format.
build/update-setup-h has been modified to update build/cmake/setup.h.in.
2017-01-03 20:53:10 +01:00