index
:
qt/qtremoteobjects.git
5.10
5.11
5.12
5.13
5.14
5.15
5.9
6.10
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
wip/cmake
wip/serialization
Qt distributed object system
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
repparser
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Prevent creation of private modules without private headers
Joerg Bornemann
2025-03-12
1
-0
/
+1
*
[minor] Remove dead code
Brett Stottlemyer
2024-12-02
1
-2
/
+0
*
Fix external use of RepParser
Brett Stottlemyer
2024-12-02
1
-1
/
+7
*
Use NO_GENERATE_CPP_EXPORTS explicitly
Alexey Edelev
2024-03-25
1
-0
/
+1
*
Re-allow names containing ENUM in rep files
Mårten Nordheim
2023-11-27
1
-3
/
+7
*
repc: Add support for #HEADER and #FOOTER lines
Dominik Holland
2023-10-30
1
-1
/
+9
*
Add support for class attributes in rep files
Dominik Holland
2023-10-17
1
-3
/
+8
*
Remove qlalr warnings when building the module
Brett Stottlemyer
2022-12-31
1
-27
/
+32
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
2
-4
/
+4
*
Port from container::count() and length() to size()
Marc Mutz
2022-10-06
1
-1
/
+1
*
Port away from deprecated QRegularExpression::match() call
Ivan Solovev
2022-08-30
1
-2
/
+2
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-23
1
-1
/
+1
*
Add license headers to cmake files
Lucie Gérard
2022-07-07
1
-0
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-06-14
2
-77
/
+4
*
repparser: add missing #include <QHash>, <QSet>
Marc Mutz
2022-04-05
1
-0
/
+2
*
Fix addData() calls for upstream change
Brett Stottlemyer
2022-02-02
1
-2
/
+2
*
Allow PODs to include enums/flags
Brett Stottlemyer
2021-09-07
1
-12
/
+225
*
Move class signature handling to parser.g
Brett Stottlemyer
2021-08-24
1
-16
/
+202
*
Enable use of Flags in .rep files
Brett Stottlemyer
2021-08-17
1
-1
/
+75
*
Add ability to use class enums in .rep
Brett Stottlemyer
2021-08-17
1
-2
/
+10
*
Allow multiline comments in .rep files
Brett Stottlemyer
2021-08-10
1
-1
/
+2
*
Install parser.g from RepParser
Brett Stottlemyer
2021-07-12
1
-25
/
+3
*
Remove QMake project files
Sona Kurazyan
2021-04-16
3
-78
/
+0
*
Fix build with qtdeclarative and remove deprecated CMake API
Joerg Bornemann
2021-03-05
2
-2
/
+2
*
Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE
Andreas Buhr
2021-02-22
1
-11
/
+11
*
Use QList instead of QVector
Jarek Kobus
2021-02-16
2
-16
/
+16
*
Update via run_pro2cmake.py
Brett Stottlemyer
2020-06-29
2
-0
/
+2
*
Merge remote-tracking branch 'origin/wip/cmake' into dev
Alexandru Croitor
2020-06-16
2
-0
/
+78
|
\
|
*
Regenerate projects
wip/cmake
Alexandru Croitor
2019-11-15
2
-4
/
+2
|
*
Port QtRemoteObjects to CMake
Joerg Bornemann
2019-11-12
2
-0
/
+80
*
|
Qt6: Port QtRemoteObjects from QStringRef to QStringView
Karsten Heimrich
2020-06-15
1
-6
/
+7
*
|
Update dependencies
Brett Stottlemyer
2020-06-01
3
-135
/
+46
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-04-07
1
-2
/
+9
|
\
\
|
*
|
Allow for default string values
Andy Shaw
2020-03-15
1
-2
/
+9
|
|
/
*
/
Update dependencies
Friedemann Kleint
2020-04-06
1
-2
/
+2
|
/
*
Annual QStringLiteral sweep
Marc Mutz
2019-08-05
2
-15
/
+15
*
Eradicate some simple Q_FOREACH loops
Marc Mutz
2019-07-04
2
-11
/
+12
*
Eradicate Java-style iterators and mark the module free of them
Marc Mutz
2019-07-03
1
-4
/
+3
*
Fix dynamic enums in Props and Signals
Brett Stottlemyer
2019-05-07
1
-2
/
+2
*
Fix includes in public headers
Friedemann Kleint
2018-08-27
1
-9
/
+9
*
Improve support for comments in .rep files
Brett Stottlemyer
2018-06-26
1
-1
/
+2
*
Update parameter list handling
Brett Stottlemyer
2018-06-25
1
-9
/
+22
*
Support non-CONSTANT pointer types
Brett Stottlemyer
2018-04-25
1
-3
/
+6
*
Rework REPC QObject* handling
v5.11.0-beta3
Brett Stottlemyer
2018-04-04
1
-35
/
+25
*
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2018-01-16
1
-12
/
+18
|
\
|
*
Fix license headers
Jani Heikkinen
2018-01-15
1
-12
/
+18
*
|
Add/extend Class/Model keywords for repc
Brett Stottlemyer
2017-12-13
1
-1
/
+42
*
|
Replace Q_DECL_OVERRIDE with override
Kevin Funk
2017-09-20
1
-2
/
+2
|
/
*
Only the core module is needed for this, so just specify that
Andy Shaw
2017-07-21
1
-1
/
+1
*
Add MODEL keyword to repc
Brett Stottlemyer
2017-05-19
1
-1
/
+69
[next]