Merge branch 'cmake'

Closes https://github.com/wxWidgets/wxWidgets/pull/330
This commit is contained in:
Vadim Zeitlin
2017-12-15 00:33:07 +01:00
66 changed files with 13600 additions and 24 deletions

View File

@@ -81,6 +81,7 @@ INCOMPATIBLE CHANGES SINCE 3.1.0:
All:
- Add CMake-based build system (Tobias Taschner).
- Add wxSecretStore for storing passwords using the OS-provided facilities.
- Add support for compiling application code with wxNO_UNSAFE_WXSTRING_CONV.
- Add support for translating strings in different contexts (RickS).