Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/oatpp/oatpp

🌱Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable.
https://github.com/oatpp/oatpp

Merge branch 'master' into ql_client_draft

33aae43d02b6b25fa99b80a55d34d8189e934bf6 authored over 4 years ago
Merge pull request #270 from oatpp/configurable_loglevels

Proposal for #261: Fine grained configurable Loglevel

7a047df3901d56145c2fbbddcd14579ca6b04046 authored over 4 years ago
Use std::unique_ptr<char[]> instead of new char[]

The user-provides `log()` function could throw an exception. This could cause a memleak since de...

e0802b94b662290af6ec6a0cda02111c4ca336c6 authored over 4 years ago
Codegen. DbClient. Generate query parameters type-map.

72050130fd23165acb74c98712caeaf2fff4c94e authored over 4 years ago
Refactor. Rename namespace db --> database.

9ba10c61fb6929357d19f7ad647c644f3a2999f1 authored over 4 years ago
db::Client. Pass template name to db::Executor::parseQueryTemplate().

b9060d20fb60dd3b12a822db2aed9833b2497a2f authored over 4 years ago
data::share::StringTemplate. Associate extra data with template.

3e00c10d1e7b70c89109726ebd1cfa97e6a267ff authored over 4 years ago
data::share::StringTemplate. Format string template using ValueProvider.

a6aaa1eb4852aca541d9022f9fac77bd68c619ce authored over 4 years ago
Proposal for #261: Implemented Leonids input

ad69f19757b1406efa8847250bae037a4a6f3e0e authored over 4 years ago
Logging: Do not print message if there is none

4e218c5b6b6dae6b1dd9eab04171abf9bfd816f4 authored over 4 years ago
Merge branch 'master' into ql_client_draft

9003a680c0bfe8bcd0f059c5eaca62648fd5df48 authored over 4 years ago
Proposal for #261: Fine grained configurable Loglevel

2d6ab88255fa1d53c43e1b45f450144ab90b663e authored over 4 years ago
Merge pull request #268 from gooichi/feature/support-endpoint-consumes-description

Add "description" argument with a default value to Endpoint::addConsu…

e91a667a6a15f495a994ddd0318ce3909391b88c authored over 4 years ago
Add "description" argument with a default value to Endpoint::addConsumes()

070fa333d94889c9edc343ac6c797849dee67311 authored over 4 years ago
db::Client. Codegen draft.

d6680a2dbcbc7f703abdb9d920d6a98a76fd4623 authored over 4 years ago
Merge branch 'master' into ql_client_draft

ef081cf200426bb8a5f9403093fd5fb3d3a4bce8 authored over 4 years ago
Merge pull request #267 from oatpp/minor_cleanup

virtual_::Interface.hpp. No need to #undef interface.

6b35bf26ae985696994ffd0e154e1f36eb61d4ea authored over 4 years ago
virtual_::Interface.hpp. No need to #undef interface.

bc44bb4ad70ab5ab38f50c07c87e9ebc0c1849eb authored over 4 years ago
Merge pull request #266 from oatpp/fix_windows_min_max_macro_collision

IODefinitions. Move #include <WinSock2.h> back to .cpp file.

dc34092eba3c8624f6f8e3e53842603075436013 authored over 4 years ago
IODefinitions. Move #include <WinSock2.h> back to .cpp file.

a158acf3a024ffe7b3cc7c5477c2963f2de7468d authored over 4 years ago
Merge pull request #265 from srogatch/master

Fixed warnings in MSVS2019 with Warning level 4 (just oatpp static lib project)

3037d5e7dcf82496c2e4f8debd36a14e7515c66a authored over 4 years ago
Fixed the compilation errors in older standard versions, which latest draft compiles successfully.

bf2cfb0d551ac119c5a96b31f161ffad87a13bbe authored over 4 years ago
Addressed the code review comments

8f36e7b38efcbe610379f668aa62c082ed8af272 authored over 4 years ago
Fixed warnings in MSVS2019 with Warning level 4 (just oatpp static lib project)

7c95edff7e0e82d8c0059e037b4779738511dfec authored over 4 years ago
ql::Client. First steps.

b026a007e922afd9995aedcfb59b2a9ca4f964a5 authored over 4 years ago
Update README.md

0fac55fece6092d016db53cdba0f96eb8e2d651f authored over 4 years ago
Merge pull request #255 from oatpp/oatpp_better_compat

Oat++ better compat

1cb82ead162dd70169f4db9cdb38f8ae271fcbb8 authored over 4 years ago
README.md. Add jump-link to Examples.

c60042accac26a6274e3cc99ba04dc41bed531a7 authored over 4 years ago
CMakeLists.txt. Add compat option 'OATPP_COMPAT_BUILD_NO_SET_AFFINITY'

24c18ad166a1071551d55f29a6e760ed814b9bdf authored over 4 years ago
Merge branch 'master' into oatpp_better_compat

cc9a6e6ca3b18535546b971dfe163feb1b33f255 authored over 4 years ago
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

bee390c493e60c9561be7b60865d8619c89a0a49 authored over 4 years ago
add check for gcc version less than 5 due to missing std::put_time

015e5dab03568f68c0684e66c7bbd6a6c94b853e authored over 4 years ago
concurrency/Thread.cpp. Add check for 'OATPP_HAS_NO_SETAFFINITY_NP'

65e4e7f3f6136e5b042a0a5fcf6d182a4f97b711 authored over 4 years ago
Compat. Stub IOEventWorker for systeam with no IO event interface.

3100d83c46cc837044879ea4ca49385a493a14fe authored over 4 years ago
Merge pull request #253 from br4m1/refactor-add-link-libs

Adding option for turning off linking atomic and refactor linking ext…

b71221ac31790363832ff905d072df64c1839026 authored over 4 years ago
Fixed elseif statement

948348f334d8884973a68ac37428cbee017b178f authored over 4 years ago
Adding option for turning off linking atomic and refactor linking external libraries code block

f3f17032b4abed1f8041e3b4631e11025ae1d185 authored over 4 years ago
Update README.md

b162b190ded129a94fe31ea6c42870f2cf564600 authored over 4 years ago
Merge pull request #251 from oatpp/fix_any_deserialization

oatpp::Any. Fix object wrapper staticCast for Any.

d3e60fbcdff4937b720c1d1d4d172020687b9d4b authored over 4 years ago
oatpp::Any. Fix object wrapper staticCast for Any.

e9ee65cb97f40c42d8e4c5cdbf834d43e24bd8dd authored over 4 years ago
README.md - Update examples list.

92625b1db03cbe48e94aa8cbd916bc3a4b9eca65 authored over 4 years ago
Fix changelog inconsistency.

c2d84c77980c306069f8bfd03fa8912a909059f4 authored over 4 years ago
Merge branch 'master' of github.com:oatpp/oatpp

4427123bb3608a78806ebce654cfe74605a389bf authored over 4 years ago
API-Docs. Better oatpp/core/Types.hpp

585d437b3fc46e5231aa167fe0a3e5e9639d8426 authored over 4 years ago
Merge pull request #249 from oatpp/better_api_docs

Better api docs

a626de023d3a79e4fccdc8b34feab8aff05c639d authored over 4 years ago
ApiDocs. Document mapping::type::<Collections>.

aa9d53ca5b94d9cee019d35491c1bd4ede60678e authored over 4 years ago
http::incoming::Response. Fix readBodyToDto method.

b32b90572312850088d0a6603579123e9b6c90b0 authored over 4 years ago
Merge with master

44b17624b5c46ff89defd86a8b92b8a54036aa54 authored over 4 years ago
Merge pull request #248 from oatpp/finalize_object_wrapper_api

Finalize object wrapper api

b9696687792c1b7bf8594a4a2e81045a66f3a6cc authored over 4 years ago
Update 1.1.0.md

f7fa5477d33232bfdc1d4bde54d5ee308e726455 authored over 4 years ago
Update README.md

a8ceacbced457e11845929d0a5e49d277c88ca8c authored over 4 years ago
DTO. Introduce the new oatpp::Object<T> - as an ObjectWrapper over oatpp::DTO.

1c0aea3f886c66f10a72254261b9972b3fffdf7c authored over 4 years ago
DTO. Rename oatpp::Object --> oatpp::DTO.

0ec5fb78226131fe91be38116d29469c8f63d231 authored over 4 years ago
DTO. Remove inconsistent Wrapper definitions.

ed0c068c0c9ef271e279b2430336e5178d8d5576 authored over 4 years ago
API-Docs. oatpp::Any, oatpp::Enum.

6f2ba3cdccda2887015a03f8bfc82dc83e917a01 authored over 4 years ago
Merge pull request #246 from olivier-molero/typo

Fixed few typos

e14ddf60b876103174d43987e63646f07c45b90e authored over 4 years ago
Fixed few typos

7aeaed16432ad4a7e6dc96bf41b5558458a82d71 authored over 4 years ago
Merge pull request #245 from oatpp/fix_enum_initialization

Fix enum initialization

3f3c3b1e473443ea7b4cfc08ba32f9b8f5016f86 authored over 4 years ago
Update changelog 1.1.0.md

8ee11754d09bbf82d8ec45e99815f4449b39d6c0 authored over 4 years ago
type::Enum. Fix duplicate initialization.

fe8bf161fefdd4feb630aab7654170eb43d1cb0a authored over 4 years ago
Update README.md

066f8f9626ae95cbcaca556db1f56a4aeb96efe1 authored over 4 years ago
Update README.md

750fcc7646ec35357921a69c18118bac43ada575 authored over 4 years ago
mapping::type::PairList. Add 'getValueById()' method.

32ae087417fabd25a05bb74436e16fa673503a9b authored over 4 years ago
Merge pull request #244 from oatpp/v_1.1.0

V 1.1.0

e4d0776584e947429096f4bac7181790db554ce5 authored over 4 years ago
oatpp::Enum. Hash function.

eb92c2a60cbdd7f72bfaaa3788be9c0aff1b8d57 authored over 4 years ago
Merge pull request #243 from oatpp/dto_fields_description

Dto fields description

8aae916f92ab474b574d934a08fd29814b8dc895 authored over 4 years ago
Changelog. Update 1.1.0.md

547515744a1f23007482b7600a2bc815fd18e9df authored over 4 years ago
DTO. createShared(...) with parameters.

4b94aa771faa62215e73985cd5f1fe1970f5e2da authored over 4 years ago
Codegen. DTO. No additional class members when adding DTO_FIELD_INFO.

92d0a68e20ce5b992921bb1715fdf83b73c9c428 authored over 4 years ago
DTO. Lazy initialization of properties list.

3bc7dad57e70c8f8427757d8778f99e5725357fb authored over 4 years ago
Codegen. Better DTO.

337fb49835251eff0f13434102373e187388f5d5 authored over 4 years ago
Merge pull request #241 from oatpp/dto_hashcode_equals

Dto hashcode equals

b209cc2684895776e13bf09b1aeb96ac6e6d640d authored over 4 years ago
Changelog. Update 1.1.0.md

3355953c355e3d6ae2c973b1f40da523796a9488 authored over 4 years ago
DTO. Hashcode + Equals. Use address comparison by default.

87edb02e6d55a6c676c8f41afe8a12f3a001ea3b authored over 4 years ago
DTO. Hashcode + equals contract for DTOs.

4a0aaa2a84621cb15bfb04809d7c809c6a02723b authored over 4 years ago
Update 1.1.0.md

5b512f3cbc647810ec5130629686e214de6ef147 authored over 4 years ago
Merge pull request #240 from oatpp/collection_unordered_set

Collection unordered set

be084689fe5c40e595fe5764196eb8750af1828d authored over 4 years ago
parser::json. Add ser/de for oatpp::UnorderedSet.

5f213dd85304b04983c532cf32bf522b930ffcf8 authored over 4 years ago
Tests. UnorderedSet test.

70e898f86d5b649650ce6f130cabb1342b3f0ef1 authored over 4 years ago
data::mapping. Collections. Add UnorderedSet. Initial commit.

75675ae61a10f63e60bdfd60ba0e808f6666cf69 authored over 4 years ago
Merge branch 'master' into v_1.1.0

06e39a12bce6063bfade5a40a3e4debc4d778a59 authored over 4 years ago
Update 1.1.0.md

28ad80cc7975fa8080360c1701250cd769cd2841 authored over 4 years ago
Update README.md

9b59aa9f20f9e5e96ccf58013e59c11aeca7e80d authored over 4 years ago
Update changelog/1.1.0.md Add TOC

61b0722390bf925b4dba55ea569b2f8755d22c4c authored over 4 years ago
Update 1.1.0.md

902a83bc36e8bb09e391880e825782ba959bec90 authored over 4 years ago
Add changelog/1.1.0.md

b46bcfc7b1c9e1984e5aff52a445285a9c0a2158 authored over 4 years ago
Merge pull request #237 from oatpp/dto_enum

Dto enum

e0828a83ab0a7489336c0f0d10ac5d98df68b99a authored over 4 years ago
ApiClient. Enum support.

4d6629395d0db68dee5e922806029471537ecd02 authored over 4 years ago
Build. Fix Ubuntu build.

c3f6dd39e5744829e32fc7b6094fee1926fc7451 authored over 4 years ago
ApiController. Integrate oatpp::Enum with ApiController.

a124a5c510efe4ff84566f45615e6a16325d9123 authored over 4 years ago
Fix windows and ubuntu builds.

48c1fcce0532325725f9b7302773ae08f9914e5e authored over 4 years ago
code-gen. Enum. undef script.

692a248edda0536d37680917192dda3eccbe5fd0 authored over 4 years ago
oatpp::Enum. Add description.

1d63dd547edf761a8bfac8972505b46d8e462d4f authored over 4 years ago
parser::json. Correct Enum Ser/De.

9ee3c80626b72e6adc8488771e3cb419088b903b authored over 4 years ago
parser::json. Enum Ser/De.

babeec5e2ccdb3eb868f30a058dc05c220754278 authored over 4 years ago
Merge pull request #236 from oatpp/dto_enum_fix_win2

Dto enum fix win2

59fe9ae32bbe3566dddd73775876a8122fba4d26 authored over 4 years ago
dto::Enum. Codegen. Make initializer a singleton.

4365096ce05f513df2c8a9bf4cd71ee81b43b3a9 authored over 4 years ago
dto::Enum. Make static enum info a singleton.

cff565f788efb76b1d436f743b6d29930569adc5 authored over 4 years ago
Tests. mapping::type::Enum. Enum ObjectWrapper test.

0de8204ad44c325e1f7708e24b8b74b628b40eae authored over 4 years ago
dto::Enum. Enum interpreters POC.

bfcb159b489b066f41de306dd08ac637e5fe9551 authored over 4 years ago