index
:
qt/qtopenapi.git
6.11
6.11.0
6.11.1
Hunyuan
dev
tqtc/harmonyos-hunyuan
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix include guards in generated headers to use filename-based macros
Rym Bouabid
10 days
2
-7
/
+8
*
Fix filename references in templates for reserved word model/API names
Rym Bouabid
10 days
4
-7
/
+7
*
Escape {{prefix}}BaseApi method names used as operationIds
Rym Bouabid
11 days
3
-0
/
+49
*
Replace fromJsonObject/asJsonObject API with fromJsonValue/asJsonValue
Tatiana Borisova
12 days
6
-51
/
+54
*
Make all optional fields valid by default
Tatiana Borisova
12 days
1
-8
/
+22
*
Fix nested container field validation to respect required status
Tatiana Borisova
12 days
1
-29
/
+62
*
Fix nested model serialization state tracking
Tatiana Borisova
12 days
1
-33
/
+92
*
Escape Qt keywords and QObject method names used as identifiers
Rym Bouabid
14 days
3
-31
/
+41
*
De-virtualize generated api operation methods
Rym Bouabid
2026-04-20
4
-29
/
+14
*
Remove `sortParamsByRequiredFlag` CLI option and force it to true
Rym Bouabid
2026-04-09
1
-0
/
+13
*
Rely on AbstractCppCodegen's escapeReservedWord() implementation
Rym Bouabid
2026-04-09
1
-11
/
+0
*
Remove the possibility of changing licenseName value from CLI
Rym Bouabid
2026-04-09
1
-12
/
+5
*
Force allowUnicodeIdentifiers value to false and add tests
Rym Bouabid
2026-04-09
1
-0
/
+6
*
Ensure generator warnings are printed consistently
Rym Bouabid
2026-04-09
3
-8
/
+18
*
Fix serialization of empty arrays to preserve semantic information
Tatiana Borisova
2026-04-07
1
-2
/
+2
*
Validate array item types strictly according to JSON Schema
Tatiana Borisova
2026-04-07
2
-14
/
+29
*
When an object field has type string, it should accept strings only
Tatiana Borisova
2026-04-07
1
-14
/
+4
*
Fix fromJsonValue(value, jval) for Integer Types
Tatiana Borisova
2026-04-07
1
-14
/
+31
*
Fix relative server URI generation
Tatiana Borisova
2026-04-07
1
-1
/
+6
*
Doc: Spell out TP as Technology Preview
Kai Köhne
2026-03-27
1
-1
/
+1
*
Remove the possibility of changing makeOperationsVirtual value from CLI
Rym Bouabid
2026-03-25
1
-10
/
+2
*
Re-aligned some blocks in the model-body.mustache file
Tatiana Borisova
2026-03-19
1
-31
/
+90
*
Delete an empty {{#isEnum}}{{/isEnum}} block from model-header.mustashe
Tatiana Borisova
2026-03-16
1
-2
/
+6
*
Doc: Show full signature of qt_add_openapi_client in synopsys
Kai Köhne
2026-03-10
1
-16
/
+10
*
Clean up whitespaces in operations macros templates
Rym Bouabid
2026-03-10
1
-4
/
+4
*
Doc: Fix language and style issues in Qt OpenAPI
Jerome Pasion
2026-03-06
3
-16
/
+22
*
Set documentation warnings limit to 0
Tatiana Borisova
2026-03-02
1
-1
/
+1
*
Add internal README document
Ivan Solovev
2026-02-25
1
-0
/
+119
*
Doc: Move CMake package info for qt6_add_openapi_client() to intro
Kai Köhne
2026-02-24
3
-5
/
+7
*
Fix the doxygen generation warning
Tatiana Borisova
2026-02-20
1
-1
/
+1
*
Use prefix when generating the common exports header
Rym Bouabid
2026-02-20
10
-10
/
+10
*
Fix doxygen generation warnings
Tatiana Borisova
2026-02-19
1
-4
/
+4
*
Use versionless CMake macro version in examples
Tatiana Borisova
2026-02-19
1
-1
/
+1
*
OpenApiCommon: enable QT_NO_CAST_FROM_ASCII
Ivan Solovev
2026-02-19
1
-2
/
+1
*
Add information about Qt OpenAPI licensing
Tatiana Borisova
2026-02-19
1
-0
/
+14
*
Add JAVA_OPTIONS documentation
Rym Bouabid
2026-02-18
1
-0
/
+19
*
Do not generate module exports header for OpenApiCommon
Ivan Solovev
2026-02-17
1
-0
/
+1
*
Update minimal required Qt and CMake versions in README.mustache
Tatiana Borisova
2026-02-13
1
-3
/
+3
*
Generator plugin: collect dependencies from the yaml file
Ivan Solovev
2026-02-13
4
-9
/
+207
*
Add documentation for ADDITIONAL_PROPERTIES and GENERATE_OPTIONS args
Rym Bouabid
2026-02-13
1
-2
/
+57
*
Update \page in qt_add_openapi_client documentation
Rym Bouabid
2026-02-13
1
-1
/
+1
*
Update documentation: qt_add_openapi_client is a function not a macro
Rym Bouabid
2026-02-13
2
-2
/
+2
*
Add JAVA_OPTIONS multiValue argument to our generation function
Rym Bouabid
2026-02-13
1
-2
/
+11
*
Support --api-name-suffix generate option in generated files names
Rym Bouabid
2026-02-13
1
-1
/
+3
*
Add GENERATE_OPTIONS argument to qt_add_openapi_client
Rym Bouabid
2026-02-13
1
-8
/
+12
*
Add a multiValue ADDITIONAL_PROPERTIES argument to the macro
Rym Bouabid
2026-02-13
2
-29
/
+12
*
Docs: remove the jar file version from the code samples
Ivan Solovev
2026-02-10
1
-2
/
+2
*
Do not add a version to the name of the jar file
Ivan Solovev
2026-02-10
3
-2
/
+3
*
Generate the client library sources at configuration time
Ivan Solovev
2026-02-09
4
-197
/
+160
*
Build Java generator plugin during the configuration (again)
Ivan Solovev
2026-02-09
1
-28
/
+83
[next]