sunn
c73f3c5eb2
Updates to allow the setting of the dateTime format string ( #5763 )
2020-04-09 09:20:35 +02:00
William Cheng
eecc05f888
Fix CI failures ( #5734 )
...
* update ci to use petstore 1.0.4
* comment out test
* comment out test
* comment out update user test
* comment out more tests
* use latest petstore
* comment out updatePetWithForm
* comment out update pet test
2020-03-29 00:55:06 +08:00
sunn
5de9deb6e7
Handle negative response from the server ( #5649 )
2020-03-21 21:31:39 +08:00
Martin Delille
8991168518
[C++] [Qt5] Clang format Code ( #4444 )
...
* HttpFileElement
* HttpRequest
* Add .clang-format
* cpp-qt5-client: fix warning reordering member initialization
* api
* enum
* licenseInfo
* model
* object
* helper
* test
* QString::arg start from %1 (not from %0)
* fixup! model
2019-11-27 15:37:24 +08:00
Martin Delille
21a291f569
cpp-qt5-client: remove host since it is not well handled ( #4429 )
...
* fixup! Simpler timeout with QTimer::singleShot (#4430 )
* cpp-qt5-client: remove host since it is not well handled
* Move disconnect again
* cpp-qt5-client: handle scheme/host/port properly
* Fix port change try
2019-11-12 09:39:31 +01:00
Martin Delille
3e87a5fbaf
cpp qt5 client: fix prefix bug ( #4432 )
2019-11-10 09:44:45 +01:00
sunn
f901a84743
Update tests to prevent memory leakage ( #4164 )
...
Install C and C++ tools in Travis
2019-10-17 11:48:35 +02:00
Martin Delille
1fc03c88b2
cpp-qt5-client: add valgrind memory test ( #3663 )
2019-08-23 14:23:47 +02:00
Martin Delille
1adb0ba588
cpp-qt5-client: Improve tests ( #3667 )
2019-08-19 17:58:03 +02:00
sunn
08415d1d83
Remove QRandomGenerator ( #3508 )
2019-08-01 20:50:28 +02:00
sunn
2e6b911022
Set default base path and change constructor to const ref ( #2973 )
2019-05-26 17:03:48 +08:00
sunn
3bb4edf865
[C++] [Qt5] Add enum support for client and server ( #2339 )
...
* Add enum support to Qt5 client and server
* Correct model name prefix
* Remove tabs
* Correct wrong filename when prefix used
2019-03-30 09:32:06 +08:00
sunn
308515bbc1
[cpp-qt5] client response headers and validation of properties for client and server ( #1508 )
...
* Add validation of required properties
Add Header extraction for client
* Remove some todos
* Add Test for Store API
Improve some checks for serialization
2018-11-29 11:00:37 +01:00
sunn
75b1403c1e
[cpp-qt5] improvements for server and client ( #1284 )
...
- Remove pointer usage in generated models
- Use const reference wherever possible
- Reuse same super class for Qt5 client and server
- Support primitive return types for Qt5 client
- Add const reference to API calls
2018-11-08 14:18:57 +01:00
sunn
6d05ea5716
Allow generated code to do cleanup of object by preventing premature loop exit ( #270 )
2018-07-08 12:55:27 +08:00
sunn
a2c27ba8a6
[cpp-qt5] Remove std::shared_ptr from Qt5 ( #267 )
...
* Remove std::shared_ptr from Qt5
Updated Petstore
Update Object Template to be able to store the json body
* Remove tabs
2018-06-10 17:39:38 +08:00
Akihito Nakano
cf657f1c7b
[C++] Adjust the names (script, sample folder, generator) to lang option ( #220 )
...
* Rename script: qt5-petstore.sh -> cpp-qt5-petstore.sh
* Rename sample folder: qt5cpp -> cpp-qt5
* Rename script: cpprest-petstore.sh -> cpp-restsdk-petstore.sh
* Rename sample folder: cpprest -> cpp-restsdk
* Rename generator: CppRestClientCodegen -> CppRestSdkClientCodegen
* Rename script: tizen-petstore.sh -> cpp-tizen-petstore.sh
* Rename sample folder: tizen -> cpp-tizen
* Rename script(security): qt5cpp-petstore.sh -> cpp-qt5-petstore.sh
* Rename sample folder(security): qt5cpp -> cpp-qt5
* Rename script(windows): qt5cpp-petstore.bat -> cpp-qt5-petstore.bat
* Change sample folder
* Rename script(windows): cpprest-petstore.bat -> cpp-restsdk-petstore.bat
* Change sample folder
* Rename script(windows): tizen-petstore.bat -> cpp-tizen-petstore.bat
* Change sample folder
* Change output folder: tizen -> cpp-tizen
* Rename the scripts under bin/openapi3
cpp-restsdk is not exist under bin/openapi3
* Change sample folder
2018-06-07 16:55:43 +08:00