sunn
e32b70d579
Allow all apis under a single endpoint to be hosted in one server ( #1230 )
2018-10-20 13:50:09 +02:00
sunn
3d4c3c545b
[c++ pistache server] Support basic query handling ( #943 )
...
Support basic query handling
Add helpers for primitive de-serialization
Remove warnings due to unneeded commas
Deserialize basic types in queries
Add dependencies chain for external libraries
Fixes wrong parameter passed to API
2018-09-12 09:53:01 +02:00
William Cheng
5328f103da
Add C++ Pistache petstore server to Travis CI ( #616 )
...
* test cpp pistache petstore in travis
* make build_petstore executable
* add submodule update init
* use addExternalLibs option
* update samples
* update gcc version to 5
* fix addon, env
* restore cargo path
* trigger build failure, add cache
* undo build failure change
2018-07-22 16:41:20 +08:00
sunn
1dee3e227c
[cpp-pistache] add the option to fetch dependencies ( #495 )
...
* Add the Possibility to fetch dependencies needed by the generated code
* Fix typo
* Make External Libraries default to false
* Add parameter string to the javadoc comment
2018-07-22 10:46:38 +08:00
sunn
97d6b71460
[cpp-pistache] Fix compilation of petstore for Pistache ( #497 )
...
* Fix compilation of petstore for Pistache
Add Map support
* Add support for ByteArray
* Add Support for ByteArray in cpprest
* Implement TODOs
2018-07-20 22:04:25 +08:00
Akihito Nakano
2392a09eeb
[C++ server] Adjust the names (script, sample folder, generator) to lang option ( #250 )
...
* Renamce C++ server scripts
* Change output folder
* Rename sample folder: pistache-server -> cpp-pistache
* Rename sample folder: restbed -> cpp-restbed
2018-06-10 22:48:30 +08:00