Ravi
f101a43b9e
[C++][CppRest] Add CMake file template to generate CMakeLists build file ( #5561 )
...
* Add operationId in exception message
* add number data type mapping
* removing mergetool lines
* first draft of cmake file
* compiles generated source files with 64 bit cpprest and boost
* using glob recurs to add source files
* using glob recurse for source files
* cmake to build statuc library
* add cmake style comments, use project source dir and lib
* fix_issue5488: Add supporting files and source files separately
* fix_issue5488: Add supporting files and source files separately
* fix_issue5488: Add supporting files and source files separately
* fix_issue5488 - updated header comments
* updated samples
2017-05-05 15:47:39 +08:00
wing328
aa85468932
remove trailing space in cpprest, update samples
2017-04-24 22:45:16 +08:00
Martin Brown
fc2b3d49ea
Issue 4632 ( #4803 )
...
* Updated the Petstore samples
* This change uses std::stringstream for string conversions instead of std::to_string(). Android doesn't yet support std::to_string(). This should fix #4632
2017-04-24 22:27:51 +08:00
Ravi
e9a438b73f
[CppRest] Overload toJson for bool in Modelbase ( #5448 )
...
* Add operationId in exception message
* add number data type mapping
* fix_issue5434
2017-04-21 22:20:46 +08:00
wing328
5818f2c882
[C++] better code format for cpprest
templates ( #4379 )
...
* replace tab with 4-space in cpprest templates
* remove trailing whitespaces from templates
* fix code indentation in cpprest templates
* remove empty block in cpprest templates
2016-12-13 16:09:56 +08:00
Scott Richter
da9d64d053
Fix for issue #4370 - Cpprest does not set Content-Type header on POST requests. ( #4374 )
...
* Fixed cpprest generator to include Content-Type header in requests.
* Fixing indent to use spaces.
2016-12-13 15:01:47 +08:00
wing328
90512e6326
Remove Apache license from API client generators ( #4197 )
...
* remove php apache license
* remove apache license from C#
* remove apache license in objc code
* remove license from swift 3 code
* remove apache license from perl code
* remove license from scala code
* remove license from ts, go, android, cpp, scala
* remove license from java api client
* restore clojure petstore files
* remove license from travis file
* clean up apache-related terms in php, ruby, python mustache tempaltes
* remove license from JS API cilent
2016-11-16 21:44:49 +08:00
Scott Richter
b2e2643fd2
[Cpprest] Fixing issue #3773 ( #3876 )
...
* Fixed errors with cpprest client generation when generating a client that uses arrays of primitive types (vector) and file responses (HttpContent).
* Updated the petstore sample using script.
* Removed debug code.
* Removed extra newline to match master.
* Fixed binary file handling in cpprest. Updated petstore samples.
* Update readme to add Cummins to list
* Cleaning up for pull. Removing unnecessary changes.
* Fixing petstore
* Fixing error in build.
* Fixed error in stream copy for binary data
* Replaced tab with 4 spaces in all modified files.
Replaced tab with 4 spaces in all modified files.
2016-09-30 10:31:24 +08:00
Sergii Rustamov
fee23f2230
Support cpprest on Linux ( #3847 )
...
* Support cpprest on Linux
* Update petstore code
2016-09-23 18:32:33 +08:00
wing328
2b7288d525
add license to cpprest files
2016-06-18 18:09:19 +08:00
wing328
ecd80a3d70
add cpprest and samples
2016-06-14 16:33:50 +08:00