Ecosyste.ms: OpenCollective

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

Oat++

Open-source C++ web framework for highly scalable and resource-efficient web applications.
Collective - Host: opensource - https://opencollective.com/oatpp - Website: https://oatpp.io/ - Code: https://github.com/oatpp

Merge pull request #916 from oatpp/monitor_invalidate_all

network::monitor::ConnectionMonitor: invalidateAll() method

github.com/oatpp/oatpp - 17ef2a7f6c8a932498799b2a5ae5aab2869975c7 authored 11 months ago by Leonid Stryzhevskyi <[email protected]>
network::monitor::ConnectionMonitor: invalidateAll() method

github.com/oatpp/oatpp - d95e763da11ae22c6f46b344da59c7734b88b413 authored 11 months ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #915 from fhuberts/bugfix/894

Fix a potential crash, indicated by a compiler warning (#894)

github.com/oatpp/oatpp - a85ee40b369817ca2994033efb807665286f80f1 authored 11 months ago by Leonid Stryzhevskyi <[email protected]>
Fix a potential crash, indicated by a compiler warning (#894)

At this point in the code it == m_statCollectors.end() and therefore
it->first has no meaning an...

github.com/oatpp/oatpp - b338db70ee7bae633e2341469906d187ca59f958 authored 11 months ago by Ferry Huberts <[email protected]>
Merge pull request #909 from oatpp/fix_url_enconding_method_params

encoding::Url: fix method params

github.com/oatpp/oatpp - bc24a9c090b30f6cedc7f955d19767d7f13b235e authored 11 months ago by Leonid Stryzhevskyi <[email protected]>
encoding::Url: fix method params

github.com/oatpp/oatpp - d22dfca9e880b898de1754ac93cc1edaa18a9e4b authored 11 months ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #904 from linhaojun857/fix_902

Fix the bug of send "null" in request body causes seg-fault

github.com/oatpp/oatpp - a5fe65becc48a7aab474623cf2fd5e2897a53e12 authored 12 months ago by Leonid Stryzhevskyi <[email protected]>
Add test

github.com/oatpp/oatpp - 02a21de839fabdae26b1a68782eb4dfeb8b58869 authored about 1 year ago by linhaojun857 <[email protected]>
fix the bug of send "null" in request body causes seg-fault on any endpoint w/ BODY_DTO

github.com/oatpp/oatpp - df9ddc0313bf2d0d9c0db2d6b3c5f299c5c1dd93 authored about 1 year ago by linhaojun857 <[email protected]>
Merge pull request #22 from dipit2007/master

Update README.md

github.com/oatpp/oatpp-openssl - 5925e8ba856fa71cda8937c4cb357508d4fdb3fb authored about 1 year ago by Leonid Stryzhevskyi <[email protected]>
Merge branch 'master' into master

github.com/oatpp/oatpp-openssl - 31c9e1103157dd8c629e29756a539404ae51e0dc authored about 1 year ago by Leonid Stryzhevskyi <[email protected]>
Connection: DO NOT throw, DO NOT log on handshake error.

github.com/oatpp/oatpp-openssl - dbbe65fbe728ea05480abc07271a475de5f45f72 authored about 1 year ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #896 from linhaojun857/add_test_sample

Add test sample for HttpRouter

github.com/oatpp/oatpp - 57e6a714d757d3fcc85214bc59011f01bbdb1cc4 authored about 1 year ago by Leonid Stryzhevskyi <[email protected]>
Add test sample for HttpRouter

github.com/oatpp/oatpp - 1137678bbadb7a687f719d6d68bc75fd371d6840 authored about 1 year ago by linhaojun857 <[email protected]>
Merge pull request #895 from ffontaine/master

src/oatpp/core/base/Environment.hpp: include cstdarg

github.com/oatpp/oatpp - 1d11558e2cbbabc0db02a233bf00d651ce5ea758 authored about 1 year ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #893 from sodevel/fix/gcc46

Fix compilation on GCC 4.6

github.com/oatpp/oatpp - 679b6e95f2ef06363e7bec72a98b18557732406f authored about 1 year ago by Leonid Stryzhevskyi <[email protected]>
src/oatpp/core/base/Environment.hpp: include cstdarg

Include cstdarg to fix the following build failure with uclibc-ng:

In file included from /home/...

github.com/oatpp/oatpp - b3e8930ccbaeeb77a4cd8b0fffbe52a208aa9a29 authored about 1 year ago by Fabrice Fontaine <[email protected]>
Fix compilation on GCC 4.6

The compiler flag `-fcf-protection` is only available since GCC 8.1.

Closes #892

github.com/oatpp/oatpp - 315d5ae498c1260a1c7d1e77ab8fc7da17230916 authored about 1 year ago by Steffen Olszewski <[email protected]>
Merge pull request #887 from Yadoms/fixCrossCompileForPi

Try to fix cross-compile for Raspberry Pi with GCC version < 8.1

github.com/oatpp/oatpp - c1d37c189e3f07db3bd28d1ee98845692e094a06 authored about 1 year ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #889 from mwohlert/branch/feature/allow_overriding_DI_variables_in_ClientServerTestRunner

Allow overriding DI injected variables in ClientServerTestRunner

github.com/oatpp/oatpp - 2435f4a3fba87e41cdb677009d257286e34d1150 authored about 1 year ago by Leonid Stryzhevskyi <[email protected]>
Allow overriding DI injected variables in ClientServerTestRunner

Move OATPP_COMPONENT calls to constructor to allow supplying variables without using DI

github.com/oatpp/oatpp - d427e200e95db91d0f979581cfc271036ec518c6 authored about 1 year ago by Michel Wohlert <[email protected]>
Try to fix cross-compile for Raspberry Pi with GCC version < 8.1

github.com/oatpp/oatpp - 5ccad57d7822c2239e8aeca9175dc943230601a8 authored about 1 year ago by Sébastien Gallou <[email protected]>
Merge pull request #883 from alex-lt-kong/master

New fix to issue 872

github.com/oatpp/oatpp - 1e5b0c49179c75508498c91660ae12a7866edebf authored about 1 year ago by Leonid Stryzhevskyi <[email protected]>
new fix

github.com/oatpp/oatpp - 5d552e962555c6d9711d8cf1781a83a7ce814fe3 authored about 1 year ago by Alex Kong <[email protected]>
Merge pull request #877 from sodevel/fix/cmake-variable-removal

Prevent unintended removal of local CMake variables

github.com/oatpp/oatpp - 33c076d4b50f52479c6b98f4f7c3ccf7631532cf authored about 1 year ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #878 from sodevel/feature/extend-ignores

Ignore more build directory patterns

github.com/oatpp/oatpp - 1714ce58eca2ac12a526d1b9709005a77e6d9d33 authored about 1 year ago by Leonid Stryzhevskyi <[email protected]>
Prevent unintended removal of local CMake variables

Without quotes list expansion happens inside the set-call, if the list is empty,
this actually u...

github.com/oatpp/oatpp - 0b73f017031b8520a17db17e193acbc936a0a224 authored about 1 year ago by Steffen Olszewski <[email protected]>
Remove unneeded build directory ignores

github.com/oatpp/oatpp - bbffb933070b253c9233ed42c584b8c4618b96e3 authored about 1 year ago by Steffen Olszewski <[email protected]>
Ignore more build directory patterns

github.com/oatpp/oatpp - 67fa47af998dd516ee055e4b5449bb4b9144bd54 authored about 1 year ago by Steffen Olszewski <[email protected]>
Merge pull request #873 from alex-lt-kong/ak_issue872

comment out fcf-protection

github.com/oatpp/oatpp - b85a565351ec65fde5b24c5b1ba2b89d515c5439 authored about 1 year ago by Leonid Stryzhevskyi <[email protected]>
comment out fcf-protection

github.com/oatpp/oatpp - ad6a6906bce3ed91ea106ad905c1adad5b0151b3 authored about 1 year ago by Alex Kong <[email protected]>
comment out fcf-protection

github.com/oatpp/oatpp - dec7490f798a9e08d9b408f4fd19c03dae07bbe0 authored about 1 year ago by Alex Kong <[email protected]>
comment out fcf-protection

github.com/oatpp/oatpp - 3d0081ab34a8f2095e94507daa93623a560d09aa authored about 1 year ago by mamsds <[email protected]>
Merge pull request #861 from linhaojun857/issue_676

Fix serialize object and deserialize json when not include required field

github.com/oatpp/oatpp - d2c06b65af3b0b8579591b6e2f96484fcf05af7e authored about 1 year ago by Leonid Stryzhevskyi <[email protected]>
Update README.md

github.com/oatpp/oatpp - 1a69c72c67f632c2934b34a91f69ad4d5dffd94d authored about 1 year ago by Leonid Stryzhevskyi <[email protected]>
throw exception when deserialize json which not include required field

github.com/oatpp/oatpp - 7b92550523d2909aee9859a499f30551eae4c0ea authored over 1 year ago by linhaojun857 <[email protected]>
throw exception when serialize object which not include required field

github.com/oatpp/oatpp - c7e1c2375bf4393ec58d8357917d5ec40b3ab363 authored over 1 year ago by linhaojun857 <[email protected]>
Merge pull request #860 from linhaojun857/fix_741

Fix default value with QUERY macro

github.com/oatpp/oatpp - 432464285a40a59edd3565518645efb27f9c6882 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
fix default value with QUERY macro

github.com/oatpp/oatpp - 0202d08725ee8e7dcad1c264416948eebd30ede8 authored over 1 year ago by linhaojun857 <[email protected]>
Merge pull request #855 from linhaojun857/issue_775

Add Interface ConnectionConfigurer

github.com/oatpp/oatpp - 3f37fa7008e2387bd270f9a52ed72bae857f29a9 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #856 from linhaojun857/fix_677

Fix ConnectionMonitor

github.com/oatpp/oatpp - a309413ae084bcb1d3056568ab3dd459e68ff47a authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
fix ConnectionMonitor

github.com/oatpp/oatpp - 32b2b2eb787882871d528e19770d905980890ed8 authored over 1 year ago by linhaojun857 <[email protected]>
add ConnectionConfigurer

github.com/oatpp/oatpp - 55971cf0993f57f48ec5c679402c52ed71ddfd45 authored over 1 year ago by linhaojun857 <[email protected]>
Merge pull request #853 from linhaojun857/fix_client_retry

Fix client retry bug

github.com/oatpp/oatpp - 7e14e48a98caab2d8047369e9cf5c1d54784b0ef authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #852 from linhaojun857/url

Fix url parse bug

github.com/oatpp/oatpp - d042b62bed1e7014f1d0868c1fc79c897b6ae561 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
fix client retry bug

github.com/oatpp/oatpp - 0a5900bd8f324231375aae31a564c0f517c1738b authored over 1 year ago by linhaojun857 <[email protected]>
fix url parse bug

github.com/oatpp/oatpp - 62257a94b785219cfef9529b5370d4c4d59ed376 authored over 1 year ago by linhaojun857 <[email protected]>
Merge pull request #845 from fhuberts/clang

Add Clang support

github.com/oatpp/oatpp - d4f0ab93c8b87552b5c40f42a37e56b9f0353509 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Process review comments

Signed-off-by: Ferry Huberts <[email protected]>

github.com/oatpp/oatpp - 81e05099adc056d81d1c448990bd8b2dfbd3e54a authored over 1 year ago by Ferry Huberts <[email protected]>
Merge branch 'master' into clang

* master:
Fix v_sock_size definition
Use auto for 2 locals
Convert uses of socklen_t to v_...

github.com/oatpp/oatpp - 6d9f9bb5e24a0e2c150ee95f9c1ddd8aa52e4ead authored over 1 year ago by Ferry Huberts <[email protected]>
Merge pull request #842 from fhuberts/fix-Wsign-conversion

Fix compiler warnings in compilation units (-Wsign-conversion)

github.com/oatpp/oatpp - cc09632a14f5340f750750347e91551c2e73b161 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Fix v_sock_size definition

Signed-off-by: Ferry Huberts <[email protected]>

github.com/oatpp/oatpp - 11852eb3b51020fb22220d39fb27d72b414f450f authored over 1 year ago by Ferry Huberts <[email protected]>
Convert uses of socklen_t to v_sock_size

github.com/oatpp/oatpp - 02936f708799abeab2ac1aa78a30a0d58880a359 authored over 1 year ago by Ferry Huberts <[email protected]>
Introduce v_sock_size for socklen_t

Signed-off-by: Ferry Huberts <[email protected]>

github.com/oatpp/oatpp - fd29f31a5ce866fc51ebda12fead9e7fafddcfd6 authored over 1 year ago by Ferry Huberts <[email protected]>
Use auto for 2 locals

Signed-off-by: Ferry Huberts <[email protected]>

github.com/oatpp/oatpp - defda0ff16af2059289f1cd98d992646d6e3b74e authored over 1 year ago by Ferry Huberts <[email protected]>
Fix Clang compiler warnings (-Wunused-lambda-capture)

Signed-off-by: Ferry Huberts <[email protected]>

github.com/oatpp/oatpp - cc929ed6909021fb7803d5800de764aea4377b30 authored over 1 year ago by Ferry Huberts <[email protected]>
Fix Clang compiler warnings (-Wshadow)

Signed-off-by: Ferry Huberts <[email protected]>

github.com/oatpp/oatpp - a93fa88897fa71c1b01ba1172e89325568a641e5 authored over 1 year ago by Ferry Huberts <[email protected]>
Fix Clang compiler warning (-Wconditional-uninitialized)

Signed-off-by: Ferry Huberts <[email protected]>

github.com/oatpp/oatpp - 244a86118da54ca22ad3c29bed78983213a1eda7 authored over 1 year ago by Ferry Huberts <[email protected]>
Fix Clang compiler warnings (-Wnewline-eof)

Signed-off-by: Ferry Huberts <[email protected]>

github.com/oatpp/oatpp - 82beea00713064cf57e35d541293e592d5d84058 authored over 1 year ago by Ferry Huberts <[email protected]>
Fix Clang compiler warnings (-Wunused-exception-parameter)

Signed-off-by: Ferry Huberts <[email protected]>

github.com/oatpp/oatpp - e54fad7fa492e9d771f70af501bfd9b3764b752d authored over 1 year ago by Ferry Huberts <[email protected]>
Fix a few Clang compiler warnings (-Wunreachable-code-return)

1 left:

src/oatpp/core/async/Coroutine.cpp:325:10: warning: 'return' will never be executed [-W...

github.com/oatpp/oatpp - 9a2854be58e9f67c808b0f6ab7b5e1ca4be8a9a6 authored over 1 year ago by Ferry Huberts <[email protected]>
Fix Clang compiler warnings (-Wextra-semi-stmt)

Signed-off-by: Ferry Huberts <[email protected]>

github.com/oatpp/oatpp - aa02f4bb3f12b7d8f25900251c59f05ee4786931 authored over 1 year ago by Ferry Huberts <[email protected]>
Fix Clang compiler warnings (-Wextra-semi)

Signed-off-by: Ferry Huberts <[email protected]>

github.com/oatpp/oatpp - 7c0ef284494373c7bb951d69128165366927d31b authored over 1 year ago by Ferry Huberts <[email protected]>
Add Clang compiler flags

Signed-off-by: Ferry Huberts <[email protected]>

github.com/oatpp/oatpp - 97452f0c9123261268c2164d131251010b64fb51 authored over 1 year ago by Ferry Huberts <[email protected]>
Fix Clang compiler warnings (-Winconsistent-missing-destructor-override)

Signed-off-by: Ferry Huberts <[email protected]>

github.com/oatpp/oatpp - 330f64dd95c82f18ea7c4095ee1265b5278bf72f authored over 1 year ago by Ferry Huberts <[email protected]>
Fix Clang compiler warnings (-Wno-float-equal)

Signed-off-by: Ferry Huberts <[email protected]>

github.com/oatpp/oatpp - 46fd1a60787fc5da8f6a2131736da8461a541e5d authored over 1 year ago by Ferry Huberts <[email protected]>
Fix Clang compiler warnings (-Wsign-conversion)

Signed-off-by: Ferry Huberts <[email protected]>

github.com/oatpp/oatpp - ccfc3f842281f9e732ec9954f34b40d8eb929409 authored over 1 year ago by Ferry Huberts <[email protected]>
Fix a few Clang compiler warnings (-Wsuggest-destructor-override)

A few are left

Signed-off-by: Ferry Huberts <[email protected]>

github.com/oatpp/oatpp - 44c37df00265d4abb7af0700397dac85a4485d6e authored over 1 year ago by Ferry Huberts <[email protected]>
Windows doesn't know ssize_t

Signed-off-by: Ferry Huberts <[email protected]>

github.com/oatpp/oatpp - 485c464c935f45eaba0a9b33fec24587e9acb1bf authored over 1 year ago by Ferry Huberts <[email protected]>
Merge pull request #835 from fhuberts/fix-Wsign-conversion-headers

Fix compiler warnings in headers (-Wsign-conversion)

github.com/oatpp/oatpp - 18545730109fdfab6d74c67dcc491f731db6fddb authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Fix compiler warnings in headers (-Wsign-conversion)

Signed-off-by: Ferry Huberts <[email protected]>

github.com/oatpp/oatpp - 9e88481674892984661105fb585558ab045e3bc7 authored over 1 year ago by Ferry Huberts <[email protected]>
Fix compiler warnings in compilation units (-Wsign-conversion)

Signed-off-by: Ferry Huberts <[email protected]>

github.com/oatpp/oatpp - 1f9ad05fa5020f9f5ea0ac33cff5f7bfc8f4626e authored over 1 year ago by Ferry Huberts <[email protected]>
Merge pull request #828 from fhuberts/fix-Wsign-compare

Fix compiler warnings (-Wsign-compare)

github.com/oatpp/oatpp - 104c4eb0118d1384abf59d3143770b3e8f35fb33 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #832 from patrikhuss/master

Fix issue with "100 Continue" response not sent correctly

github.com/oatpp/oatpp - 1f008731dd43a574759d77a44f4cd00768106225 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Fix issue with "100 Continue" response not sent correctly

fixes #607

Signed-off-by: Patrik Huss <[email protected]>

github.com/oatpp/oatpp - 7c0e12e5f6ea2b3e88f9bcf15b799f544737667d authored over 1 year ago by patrikhuss <[email protected]>
Merge pull request #829 from fhuberts/fix-Wuseless-cast

Fix compiler warnings (-Wuseless-cast)

github.com/oatpp/oatpp - 6c04c92f3d3034d940af97a31032aa7e5cfe05fa authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Fix an additional useless-cast warning, as reported on Debian 12 x64

Signed-off-by: Ferry Huberts <[email protected]>

github.com/oatpp/oatpp - e8ace1808f328cec4ba143283e5d5bf951c85297 authored over 1 year ago by Ferry Huberts <[email protected]>
Merge pull request #826 from fhuberts/fix-Wlogical-op

Fix compiler warnings (-Wlogical-op)

github.com/oatpp/oatpp - 72807d83ee12e2e7d57d258078c21bd1e19aecf7 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #825 from fhuberts/fix-Wsuggest-attribute=noreturn

Fix compiler warnings (-Wsuggest-attribute=noreturn)

github.com/oatpp/oatpp - 2248156afa77c3917a1a7caef3bb5c0b4e6f2e9f authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #21 from agus7fauzi/master

Compatibility(MSVC): rename 'interface' to '_interface'

github.com/oatpp/oatpp-starter - 5f9424f3667b04cbffd3d20902e461c856b28550 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
compatibility(MSVC): rename 'interface' to '_interface'

github.com/oatpp/oatpp-starter - 5d17622a12e9da424fb70b0929135fae7fed55ca authored over 1 year ago by Agus Imam Fauzi <[email protected]>
Process review comments

Signed-off-by: Ferry Huberts <[email protected]>

github.com/oatpp/oatpp - dfc5e913f8fafb92d4bec588f50dd743b6986187 authored over 1 year ago by Ferry Huberts <[email protected]>
Process review comments

Signed-off-by: Ferry Huberts <[email protected]>

github.com/oatpp/oatpp - 7abf37dc9e60751db35713faea7edac86741d228 authored over 1 year ago by Ferry Huberts <[email protected]>
Merge pull request #827 from fhuberts/fix-Wsuggest-attribute=cold

Enable compiler warnings (-Wsuggest-attribute=cold)

github.com/oatpp/oatpp - ae908b82ee994fca082c7c59a0b50b077791d1e7 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #824 from fhuberts/fix-Wshadow

Fix compiler warnings (-Wshadow)

github.com/oatpp/oatpp - 217515591e73abeebc8dea67866a1744585afe99 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #823 from fhuberts/fix-Wdouble-promotion

Fix compiler warnings (-Wdouble-promotion)

github.com/oatpp/oatpp - 4839095677eff7eb0e8d87e5055c1b93c488fc85 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Fix compiler warnings (-Wuseless-cast)

The compiler didn't catch this one in the oatpp build, but did catch it
in the project in which ...

github.com/oatpp/oatpp - f49b3bf0e586e5f671de52c186f073e6dc793979 authored over 1 year ago by Ferry Huberts <[email protected]>
Fix compiler warnings (-Wsign-compare)

Signed-off-by: Ferry Huberts <[email protected]>

github.com/oatpp/oatpp - fabcc79ee1711c84eab31092fc44f828c8279e1e authored over 1 year ago by Ferry Huberts <[email protected]>
Enable compiler warnings (-Wsuggest-attribute=cold)

Signed-off-by: Ferry Huberts <[email protected]>

github.com/oatpp/oatpp - 0bdc3b6aaa291fac982983fe5a892dfc386899dc authored over 1 year ago by Ferry Huberts <[email protected]>
Fix compiler warnings (-Wlogical-op)

Signed-off-by: Ferry Huberts <[email protected]>

github.com/oatpp/oatpp - f6f2d27b85722eb4b15a371dd88d6dc661ccd582 authored over 1 year ago by Ferry Huberts <[email protected]>
Fix compiler warnings (-Wsuggest-attribute=noreturn)

Signed-off-by: Ferry Huberts <[email protected]>

github.com/oatpp/oatpp - 4652ad8682d36a81cf9465f19d2b02c0ae6d619e authored over 1 year ago by Ferry Huberts <[email protected]>
Fix compiler warnings (-Wshadow)

Signed-off-by: Ferry Huberts <[email protected]>

github.com/oatpp/oatpp - 91a7b3ef9c1b49352ee5920a1d21e466251e0df9 authored over 1 year ago by Ferry Huberts <[email protected]>
Fix compiler warnings (-Wdouble-promotion)

Signed-off-by: Ferry Huberts <[email protected]>

github.com/oatpp/oatpp - 4b82a5cadde31cabba30c4a4b220187ec4fb53bd authored over 1 year ago by Ferry Huberts <[email protected]>
update CI

github.com/oatpp/benchmark-websocket - f974429df6721a2b81be8758b76074971c2876d0 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #822 from fhuberts/fix-Wdangling-reference

Fix compiler warnings (-Wdangling-reference)

github.com/oatpp/oatpp - 78f2232012894ae3600372570064c886dc3ead40 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #821 from fhuberts/fix-Wconversion

Fix compiler warnings (-Wconversion)

github.com/oatpp/oatpp - 75fc72b02c4f6f8beb128e7209e68fdf50a48363 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #820 from fhuberts/fix-Warith-conversion

Enable compiler warnings (-Warith-conversion)

github.com/oatpp/oatpp - 61f394ad4f4af149d4382b7bbb638821d973812b authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #819 from fhuberts/fix-Wsuggest-attribute=format

Fix compiler warnings (-Wsuggest-attribute=format)

github.com/oatpp/oatpp - ddd05b6ef5910f6d13f88a9c25782d97b58dbc90 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #818 from fhuberts/fix-Wuseless-cast

Fix compiler warnings (-Wuseless-cast)

github.com/oatpp/oatpp - adb6ac01841f72cc5c2e669b6973a90dd02f83c3 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>