Commit Graph

933 Commits

Author SHA1 Message Date
lganzzzo
24c18ad166 CMakeLists.txt. Add compat option 'OATPP_COMPAT_BUILD_NO_SET_AFFINITY' 2020-06-05 00:49:07 +03:00
lganzzzo
cc9a6e6ca3 Merge branch 'master' into oatpp_better_compat 2020-06-04 04:10:02 +03:00
Leonid Stryzhevskyi
bee390c493
Merge pull request #254 from cdigruttola/check-put_time-gcc-less-5
add check for gcc version less than 5 due to missing std::put_time
2020-06-03 14:39:58 +03:00
cdigruttola
015e5dab03 add check for gcc version less than 5 due to missing std::put_time 2020-06-03 12:33:42 +02:00
lganzzzo
65e4e7f3f6 concurrency/Thread.cpp. Add check for 'OATPP_HAS_NO_SETAFFINITY_NP' 2020-06-03 05:36:12 +03:00
lganzzzo
3100d83c46 Compat. Stub IOEventWorker for systeam with no IO event interface. 2020-06-03 05:14:54 +03:00
Leonid Stryzhevskyi
b71221ac31
Merge pull request #253 from br4m1/refactor-add-link-libs
Adding option for turning off linking atomic and refactor linking ext…
2020-06-03 04:55:42 +03:00
Bram
948348f334 Fixed elseif statement 2020-06-02 16:47:30 +02:00
Bram
f3f17032b4 Adding option for turning off linking atomic and refactor linking external libraries code block 2020-06-02 16:32:27 +02:00
lganzzzo
b162b190de Update README.md 2020-05-31 11:11:53 +03:00
Leonid Stryzhevskyi
d3e60fbcdf
Merge pull request #251 from oatpp/fix_any_deserialization
oatpp::Any. Fix object wrapper staticCast for Any.
2020-05-29 02:50:21 +03:00
lganzzzo
e9ee65cb97 oatpp::Any. Fix object wrapper staticCast for Any. 2020-05-29 02:30:50 +03:00
Leonid Stryzhevskyi
92625b1db0
README.md - Update examples list. 2020-05-26 03:35:49 +03:00
Leonid Stryzhevskyi
c2d84c7798
Fix changelog inconsistency. 2020-05-25 20:39:19 +03:00
lganzzzo
4427123bb3 Merge branch 'master' of github.com:oatpp/oatpp 2020-05-24 11:08:31 +03:00
lganzzzo
585d437b3f API-Docs. Better oatpp/core/Types.hpp 2020-05-24 11:07:56 +03:00
Leonid Stryzhevskyi
a626de023d
Merge pull request #249 from oatpp/better_api_docs
Better api docs
2020-05-24 09:16:07 +03:00
lganzzzo
aa9d53ca5b ApiDocs. Document mapping::type::<Collections>. 2020-05-24 04:07:44 +03:00
lganzzzo
b32b905723 http::incoming::Response. Fix readBodyToDto method. 2020-05-24 00:38:55 +03:00
lganzzzo
44b17624b5 Merge with master 2020-05-23 04:33:03 +03:00
Leonid Stryzhevskyi
b969668779
Merge pull request #248 from oatpp/finalize_object_wrapper_api
Finalize object wrapper api
2020-05-23 04:29:32 +03:00
Leonid Stryzhevskyi
f7fa5477d3
Update 1.1.0.md 2020-05-23 03:53:08 +03:00
Leonid Stryzhevskyi
a8ceacbced
Update README.md 2020-05-23 03:34:01 +03:00
lganzzzo
1c0aea3f88 DTO. Introduce the new oatpp::Object<T> - as an ObjectWrapper over oatpp::DTO. 2020-05-23 03:27:22 +03:00
lganzzzo
0ec5fb7822 DTO. Rename oatpp::Object --> oatpp::DTO. 2020-05-23 02:58:31 +03:00
lganzzzo
ed0c068c0c DTO. Remove inconsistent Wrapper definitions. 2020-05-23 02:45:37 +03:00
lganzzzo
6f2ba3cdcc API-Docs. oatpp::Any, oatpp::Enum. 2020-05-22 04:32:41 +03:00
Leonid Stryzhevskyi
e14ddf60b8
Merge pull request #246 from olivier-molero/typo
Fixed few typos
2020-05-19 11:05:48 +03:00
Olivier MOLERO
7aeaed1643 Fixed few typos 2020-05-19 09:47:53 +02:00
Leonid Stryzhevskyi
3f3c3b1e47
Merge pull request #245 from oatpp/fix_enum_initialization
Fix enum initialization
2020-05-19 04:54:50 +03:00
lganzzzo
8ee11754d0 Update changelog 1.1.0.md 2020-05-19 04:41:47 +03:00
lganzzzo
fe8bf161fe type::Enum. Fix duplicate initialization. 2020-05-19 03:48:29 +03:00
Leonid Stryzhevskyi
066f8f9626
Update README.md 2020-05-17 04:53:31 +03:00
lganzzzo
750fcc7646 Update README.md 2020-05-17 04:34:17 +03:00
lganzzzo
32ae087417 mapping::type::PairList. Add 'getValueById()' method. 2020-05-17 03:25:08 +03:00
Leonid Stryzhevskyi
e4d0776584
Merge pull request #244 from oatpp/v_1.1.0
V 1.1.0
2020-05-16 19:15:44 +03:00
lganzzzo
eb92c2a60c oatpp::Enum. Hash function. 2020-05-16 15:30:22 +03:00
Leonid Stryzhevskyi
8aae916f92
Merge pull request #243 from oatpp/dto_fields_description
Dto fields description
2020-05-16 03:29:44 +03:00
lganzzzo
547515744a Changelog. Update 1.1.0.md 2020-05-16 02:20:34 +03:00
lganzzzo
4b94aa771f DTO. createShared(...) with parameters. 2020-05-16 01:51:05 +03:00
lganzzzo
92d0a68e20 Codegen. DTO. No additional class members when adding DTO_FIELD_INFO. 2020-05-16 01:25:29 +03:00
lganzzzo
3bc7dad57e DTO. Lazy initialization of properties list. 2020-05-16 00:28:45 +03:00
lganzzzo
337fb49835 Codegen. Better DTO. 2020-05-15 04:31:54 +03:00
Leonid Stryzhevskyi
b209cc2684
Merge pull request #241 from oatpp/dto_hashcode_equals
Dto hashcode equals
2020-05-14 01:42:14 +03:00
lganzzzo
3355953c35 Changelog. Update 1.1.0.md 2020-05-14 01:12:00 +03:00
lganzzzo
87edb02e6d DTO. Hashcode + Equals. Use address comparison by default. 2020-05-14 00:53:48 +03:00
lganzzzo
4a0aaa2a84 DTO. Hashcode + equals contract for DTOs. 2020-05-13 03:12:39 +03:00
Leonid Stryzhevskyi
5b512f3cbc
Update 1.1.0.md 2020-05-10 08:18:20 +03:00
Leonid Stryzhevskyi
be084689fe
Merge pull request #240 from oatpp/collection_unordered_set
Collection unordered set
2020-05-10 08:11:22 +03:00
lganzzzo
5f213dd853 parser::json. Add ser/de for oatpp::UnorderedSet. 2020-05-10 02:59:31 +03:00