Skip to content

Commit

Permalink
Merge pull request #94 from arBmind/feature/release_1.3
Browse files Browse the repository at this point in the history
Update Changelog and Readme for 1.3 release
  • Loading branch information
arBmind authored Aug 15, 2022
2 parents 550a9c1 + 73c7bc4 commit 345d5ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 1.3 (August 2022)
* Add C++ API to allow meta programming your properties
* Added Option to reduce macro spam a bit (W_NO_PROPERTY_MACRO)
* Build with MSVC 2017, 2019, 2022
* Support from Qt 5.9 to 5.15 and Qt 6.0.0 to Qt 6.3.0

Version 1.2 (Juli 2019)
* Added W_OBJECT_IMPL_INLINE / W_GADGET_IMPL_INLINE / W_NAMESPACE_IMPL_INLINE (#51)
* Fix multiple-definition linker errors caused by W_NAMESPACE macro (#54)
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Almost all features of Qt are working. The Qt test have been ported.

Features that are not yet working:
- Q_PLUGIN_METADATA: This would require compiling to the Qt's binary json. Out of scope for now.
- QML_ELEMENT: This is a Qt6 feature that automatically registers the QObjects for QML. Out of scope for now.
- BINDABLE: Needs to be backported to the current C++ and Qt requirements.
- QMetaMethod::tag(): Not yet implemented, could be supported if needed, but is not really needed
for anything. (not even tested by Qt's auto test)
- Q_ENUM: Working, but requires to repeat the name of every enum value. Could be improved.
Expand All @@ -41,7 +43,7 @@ You will find the headers in the 'src/' sub-directory.
Also make sure to set your compiler in, at least, C++14 mode. With qmake, you can do that with
`CONFIG += c++14`.

Tested with Qt >= 5.5.
Tested with Qt >= 5.9.
Need a compiler that can do C++14 relaxed constexpr such as GCC 5.1 or Clang 3.5, or MSVC 2017

### Translations
Expand Down

0 comments on commit 345d5ba

Please sign in to comment.