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 pull request #816 from fhuberts/compiler-flags-are-for-gcc

Compiler flags are for gcc

96bff7a7ed4874c3542ea0e6337cfe068d6f2440 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #815 from fhuberts/fix-2-trivial-clang-warnings

Fix 2 trivial clang warnings

fd82260da6eb7fe8632b4dc54dbe1489f17cfc02 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
These are C++ compiler flags

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

2b4f8f023b5393345f27af855bb3200fa149eecf authored over 1 year ago by Ferry Huberts <[email protected]>
Only test compiler flags when needed

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

2a6c8e2692c711a52172dd34b00383d8297ddbb5 authored over 1 year ago by Ferry Huberts <[email protected]>
Remove a superfluous line

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

c0f0b46ed847a70eb40185c2684eaf3756ddc176 authored over 1 year ago by Ferry Huberts <[email protected]>
Only apply the compiler flags for GNU

That's what they are originally tuned for.

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

6553029e2ffe9783a8084d07efe14497a8a97137 authored over 1 year ago by Ferry Huberts <[email protected]>
Add some comments

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

0d2985cacd03e6c2d8ecf5af1dd4a2550181246f authored over 1 year ago by Ferry Huberts <[email protected]>
Convert all 'add_compiler_flags' to 'add_cxx_compiler_flags'

This codebase only contains C++ code.

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

16392c700bc2cde2554113ccaf5caae527f5bd5c authored over 1 year ago by Ferry Huberts <[email protected]>
Fix Clang compiler warnings (-Wzero-as-null-pointer-constant)

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

0b96ccdd5bc6fb5819621e0d2671ee13e6e33245 authored over 1 year ago by Ferry Huberts <[email protected]>
Fix Clang compiler warnings (-Wc++98-compat-extra-semi)

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

83138fe94de6cc014342342eb4bf236290e4caba authored over 1 year ago by Ferry Huberts <[email protected]>
Merge pull request #805 from fhuberts/fix-Wold-style-cast

Fix compiler warnings (-Wold-style-cast)

52b0d0b613f285d0d620dbff135c29abc75b88cd authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Process review comments

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

e872a755949eff27017774888b7293ab13bab545 authored over 1 year ago by Ferry Huberts <[email protected]>
Merge pull request #809 from fhuberts/fix-Wctor-dtor-privacy

Fix compiler warnings (-Wctor-dtor-privacy)

0842dd41333ae5143e80f018865f0ae23d18ea83 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Process review comments

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

152edd30d7afc6fd9aa14ea0d748a1fdc3868802 authored over 1 year ago by Ferry Huberts <[email protected]>
Fix compiler warnings (-Wctor-dtor-privacy)

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

967a6906a490ffffeba70b15c0950013b84d4c7e authored over 1 year ago by Ferry Huberts <[email protected]>
Merge pull request #808 from fhuberts/fix-Wmissing-field-initializers

Fix compiler warnings (-Wmissing-field-initializers)

ec227380e42f8d72a9c21644255e63c64d1ffc1f authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #807 from fhuberts/fix-Wunused-variable

Fix compiler warnings (-Wunused-variable)

0c1528fdb94009a06b10c930005cdc6b7e1e6193 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Fix compiler warnings (-Wmissing-field-initializers)

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

c81189a775db14cd24ae7c21ab35dc8a74012958 authored over 1 year ago by Ferry Huberts <[email protected]>
Fix compiler warnings (-Wunused-variable)

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

40f5b111947fb228862e33dee800dc81a9ad3ec7 authored over 1 year ago by Ferry Huberts <[email protected]>
Fix compiler warnings (-Wold-style-cast)

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

8ff0b0f9485eed6a5e4a986825d9e7a1c3757ba1 authored over 1 year ago by Ferry Huberts <[email protected]>
Merge pull request #802 from fhuberts/add-compiler-flags

Explicitly add compiler flags

fd930697992c7d106984bc670e086b96d3560abd authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Try to fix the Windows build

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

1ab56bc77171bfdae437202c7273483fce2eee19 authored over 1 year ago by Ferry Huberts <[email protected]>
More hardening compiler flags

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

a52d1500fecde8fbb0f35f9ca51717c97e45d7d6 authored over 1 year ago by Ferry Huberts <[email protected]>
Add some more possible compiler flags

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

579e9f33194d0b09aea3ea6c9697d00fa6bf1c90 authored over 1 year ago by Ferry Huberts <[email protected]>
Move compiler flags into a separate cmake file

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

c50959f6e60266b66ca048494903fd0acfb0e45b authored over 1 year ago by Ferry Huberts <[email protected]>
Merge pull request #803 from fhuberts/fix-Winfinite-recursion

Fix compiler warnings (-Winfinite-recursion)

38e02370b9f077f0a6012f454d712dfd750d9967 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #801 from fhuberts/fix-Wcatch-value

Fix compiler warnings (-Wcatch-value=)

73bc335121eb09393b5fd4660a19b5543732a244 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Fix compiler warnings (-Winfinite-recursion)

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

fdbf3b83eb629e17c6f6655e6e0a8761d3067de0 authored over 1 year ago by Ferry Huberts <[email protected]>
Explicitly add compiler flags

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

90a2c682dcce386faf2a72398b47937dcaaa3c04 authored over 1 year ago by Ferry Huberts <[email protected]>
Fix compiler warnings (-Wcatch-value=)

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

ac25e6c982649a840a66bb79ea9c9e7f9e0f7c47 authored over 1 year ago by Ferry Huberts <[email protected]>
Merge pull request #799 from fhuberts/fix-Wswitch-enum

Fix compiler warnings (-Wswitch-enum)

ea81112c2953c4e9926952d7b13b04fb9599aea5 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #798 from fhuberts/fix-Wswitch-default

Fix compiler warnings (-Wswitch-default)

7bbd72fb6418c497fd589eccbefc52623302c237 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Fix compiler warnings (-Wswitch-enum)

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

dd69b37872c43cb3af30853ae749b3b6c11ad518 authored over 1 year ago by Ferry Huberts <[email protected]>
Fix compiler warnings (-Wswitch-default)

Missed this one because it's in Windows code.

Signed-off-by: Ferry Huberts <ferry.huberts@pelag...

d067e4ce9bf19a2efc7d76b15fea73a9346892e1 authored over 1 year ago by Ferry Huberts <[email protected]>
Fix compiler warnings (-Wswitch-default)

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

a6fbc026d5569554003bb9666e3dbaa08453d9b3 authored over 1 year ago by Ferry Huberts <[email protected]>
Merge pull request #796 from AstroAir/master

Just a small fix

24f7c32da772cd3f16e9b3d5ca800b01b1d25d29 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
just a small update

1af88ac9778bc2013ed0299282611c287974f8f4 authored over 1 year ago by AstroAir <[email protected]>
Merge pull request #791 from fhuberts/fix-Wduplicated-branches

Fix compiler warnings (-Wduplicated-branches)

ddbc42f3f2ab69e46dfa36ce19c133de8fa03b75 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #790 from fhuberts/fix-Wmissing-declarations

Fix compiler warnings (-Wmissing-declarations)

b63ef6849d9a7d6e3e74ee7e9a3749e41259c680 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #789 from fhuberts/fix-Wsuggest-override

Fix compiler warnings (-Wsuggest-override)

6b08efffadd1e0b3b1f75a70501beb7bcc2af0a9 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Fix compiler warnings (-Wduplicated-branches)

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

f22b2a25316c5ae51c4493770be79526ffdd64d0 authored over 1 year ago by Ferry Huberts <[email protected]>
Fix compiler warnings (-Wsuggest-override)

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

15ebc0e336f34370ce6425fecd9136c481d275db authored over 1 year ago by Ferry Huberts <[email protected]>
Fix compiler warnings (-Wmissing-declarations)

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

2b9fd9273594178a340ea3f5bc85253f404649bb authored over 1 year ago by Ferry Huberts <[email protected]>
Merge pull request #783 from linhaojun857/fix_Pool.hpp

fix function:createShared in PoolTemplate

0b3a66c47ceff530b39fb287591a9768db38cd51 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #786 from fhuberts/fix-Wredundant-tags

Fix compiler warnings (-Wredundant-tags)

128e63054c1c4ae69fed130d0085de603f71f30b authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #785 from fhuberts/fix-Wextra-semi

Fix compiler warnings (-Wextra-semi)

fd3d7b796d9d78e9b71bd3f946dff66a0a0aec25 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Fix compiler warnings (-Wredundant-tags)

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

53b8ab37b9e87209dea1a697cdd41f7974d00fb7 authored over 1 year ago by Ferry Huberts <[email protected]>
Fix compiler warnings (-Wextra-semi)

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

99dc0916ed85882ae8f1a219eedc3319e79219b6 authored over 1 year ago by Ferry Huberts <[email protected]>
fix function:createShared in PoolTemplate

782f2c48733c2110e5d22a9c98b3aeebc2215b24 authored over 1 year ago by linhaojun <[email protected]>
Merge pull request #779 from RokeManorResearch/compare-exchange-strong

Fix web server spuriously failing to start on 32-bit ARM

e33e6d567e449e66ea25466e01928ce5af91cec9 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Replace use of compare_exchange_weak with compare_exchange_strong

This fixes a bug where the web server could spuriously fail to start
on 32-bit ARM.

5b079ccd2766b072a7046fa481d774a4ca0049f7 authored over 1 year ago by Roke OS Oatpp <[email protected]>
Merge pull request #763 from sodevel/fix/regex-injection

Fix CMake regular expression injection

9ab1c2a3cbfc579be91b746d3318fa275cf05c55 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Filter file extensions without including the path prefix

Since the file lists contain only valid paths, it is sufficient to anchor
the regular expression...

8cd6dd7c377709cce178f9c48ffe181ef3b88510 authored over 1 year ago by Steffen Olszewski <[email protected]>
Create file lists without using regular expression

Using the path prefix as part of a regular expression can lead to a
regular expression injection...

7467f14193a76ee2d11b8c73b7ce7aa18d9ea38e authored over 1 year ago by Steffen Olszewski <[email protected]>
Merge pull request #719 from i96751414/master

Fix possible race condition on destroy

7e520ec646574962521f076ef16f22527e9f289d authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #751 from fwh-dc/adds-strerror-to-exception-on-connect

Adds additional error context to exceptions on connect() calls

9ffcb4f07bdf5a490b9172cdc7568e88c16a896e authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #753 from sodevel/feature/cmake-source-groups

CMake source groups

da787c97c3442e11e5abc003991c7c2dfce530d4 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Add missing files and reorder file lists

Order the file lists alphabetically, directories last.

9bd85639526ca6dd3c693daa20d5c3343fbb99a8 authored over 1 year ago by Steffen Olszewski <[email protected]>
Add utility function to add source groups for files of a target

This function uses default groups like Visual Studio and additional groups
for files commonly us...

ff365305068cc9b6c6e3662ae12fa8021076af56 authored over 1 year ago by Steffen Olszewski <[email protected]>
Add default source groups for all targets

496427f7b32ccb6615aa67b7567cf9ee6033412e authored over 1 year ago by Steffen Olszewski <[email protected]>
Revert "closes #681"

This reverts commit 782760c5c5f363473ee39fa9f18089007c4ffc23.

7fe23f373207710edd51436c72518a8570d27b5c authored over 1 year ago by Steffen Olszewski <[email protected]>
Adds additional error context to exceptions on connect() calls

90b2e5517b18e00ee3084eba6189eb51063eff17 authored over 1 year ago by Frederik Wedel-Heinen <[email protected]>
Update README.md

Remove lgtm badge

f549de385fb84dd9e93e86d78bd4ab3bb13f627b authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
client: allow empty query param values

aa58ee530d70f7debe075b5f62fe8435951f009d authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #737 from oatpp/update_azure_pipelines

update ubuntu versions

6ac35bfba004f03b43f7c01424a8f91f0a5eba2a authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
fix ubuntu image version

dcccfb28327178e031f99deb3329a06e71b8195a authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
update ubuntu versions

abff4ff80264966fedacaa2cb92cf5ae603c462f authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #731 from oatpp/remove-windows-warning-pragma

Remove windows warning pragmas

09beebf4a50d3751f371e4646534fb486ecaffdf authored almost 2 years ago by Leonid Stryzhevskyi <[email protected]>
remove pragma issues #730

761d66939be6720dd2383d6c60f48c198b12f3c4 authored almost 2 years ago by Todd Kushner <[email protected]>
remove pragma issues #730

66d4d250f1236306c2df6e91bb5f42177ea6fd40 authored almost 2 years ago by Todd Kushner <[email protected]>
remove pragma issues #730

37b32eb229ea0ecfc5ec7a875652531323b33504 authored almost 2 years ago by Todd Kushner <[email protected]>
remove pragma issues #730

3ca14613391710dde26a7d8c20c065b1ba2c3ad5 authored almost 2 years ago by Todd Kushner <[email protected]>
Merge pull request #725 from oatpp/windows-build-warning

kushnertodd fix to issue #724 Remove warnings from Windows build

4177fcca7e24191012eabf77fe17ba835f8582ce authored almost 2 years ago by Leonid Stryzhevskyi <[email protected]>
kushnertodd fix to issue #724 Remove warnings from Windows build

6fca36c7b9fe70eb47d9ecdd95447f484f0149be authored almost 2 years ago by Todd Kushner <[email protected]>
tcp::server::ConnectionProvider: remove unused code

110e71f4f29049a7cc32cb542de283bf8c620e5e authored almost 2 years ago by Leonid Stryzhevskyi <[email protected]>
async::ConditionVariable use async::LockGuard

b50783a6a7bb75f71ed197b8a25f29d8de01b176 authored almost 2 years ago by Leonid Stryzhevskyi <[email protected]>
Fix possible race condition on destroy

23d2070a6d70558edc6d9511ae1fc2091bc03c21 authored almost 2 years ago by i96751414 <[email protected]>
web::client::ApiClient: add getter for ObjectMapper

e544cf76a883d1938e056459a08a6c1349eea140 authored almost 2 years ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #710 from oatpp/tcp_server_review

network::tcp::server::ConnectionProvider: Fix code review comments (#…

b8d47dc8b2e8c354373c31d1306acabd4c254202 authored almost 2 years ago by Leonid Stryzhevskyi <[email protected]>
network::tcp::server::ConnectionProvider: Fix code review comments (#666, #669, #670).

c0ad7479f3c0ff6037ac4af5591f21f78d48ac92 authored almost 2 years ago by Leonid Stryzhevskyi <[email protected]>
network::monitor: Fix ConnectionInactivityChecker.

febead2e0f930536cee4bd0afd36bfb8f7386416 authored almost 2 years ago by Leonid Stryzhevskyi <[email protected]>
mapping::type::Any: Fix retrieve of null any.

cc1888b3e06e5252fbebeff07b7e850b4b6c79e6 authored almost 2 years ago by Leonid Stryzhevskyi <[email protected]>
codegen: Fix QUERY(TYPE, NAME, QUALIFIER) macro

594ec76c7fbeee8894f1dbebd34125eb9149ee8e authored almost 2 years ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #703 from oatpp/minor_code_cleanup

parser::Caret: code cleanup

0de4459c453afe7141410e649c820d3cb20e2662 authored almost 2 years ago by Leonid Stryzhevskyi <[email protected]>
parser::Caret: code cleanup

7208b19ddf78523cacd450824e0c0779ba28ab34 authored almost 2 years ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #702 from oatpp/fix_async_body_decoder

SimpleBodyDecoder: Fix async method.

80e4b9b4cdd0c42b2a5d85685d6816e764b4cd00 authored almost 2 years ago by Leonid Stryzhevskyi <[email protected]>
SimpleBodyDecoder: Fix async method.

7de04967e7cfda90b2b112fe6582ea144f2c2457 authored almost 2 years ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #700 from oatpp/async_condition_var_draft

Async condition var draft

eaabf4909f674eb92e469a84f1e1fe6f1c7b48e6 authored almost 2 years ago by Leonid Stryzhevskyi <[email protected]>
async::ConditionVariable fix includes

c4926c8a56c89d2ad5f65f32824a803527502a79 authored almost 2 years ago by Leonid Stryzhevskyi <[email protected]>
Edit changelog/1.4.0.md

33d6d93ae20bd530aef6c192ff4609a04351230e authored almost 2 years ago by Leonid Stryzhevskyi <[email protected]>
tests: uncomment all

82deb5be2e676bb0d78f1264e5e36c6127beedb8 authored almost 2 years ago by Leonid Stryzhevskyi <[email protected]>
test: better async/ConditionVariableTest

86617ecb9c034a9c27f4c414eca8c0335e0fabc2 authored almost 2 years ago by Leonid Stryzhevskyi <[email protected]>
async: Fix CoroutineWaitList with timeout

316b079f0a506ec33777fe6c9b464a9454d64009 authored almost 2 years ago by Leonid Stryzhevskyi <[email protected]>
Async: Introduce ConditionVariable.

d9fd5854bfee94b9f251ad725e95ff87622c911c authored almost 2 years ago by Leonid Stryzhevskyi <[email protected]>
Update 1.4.0.md

f078b09759e5299683a2be1dc8b952de1f7109f8 authored almost 2 years ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #699 from oatpp/url_encoder

encoding: introduce URL-encoder/decoder

125cab49df90a1e393487a53424453150e6dd289 authored almost 2 years ago by Leonid Stryzhevskyi <[email protected]>
encoding: introduce URL-encoder/decoder

ed5efd1bcf5e224c025f1430daf05ad2327e5b55 authored almost 2 years ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #682 from oatpp/#681prettify_cmake

closes #681

66e94ea869044b1e8c1bfe78bf2f29fb31605334 authored about 2 years ago by DanielHerchenbach <[email protected]>
closes #681

I am using CMake command
file with GLOB_RECURSE to scan source files
and then
source_group with T...

782760c5c5f363473ee39fa9f18089007c4ffc23 authored about 2 years ago by Daniel Herchenbach <[email protected]>
Merge pull request #680 from Inujel/fix-673

Fix parsing of Boolean

e4902ea41068fe8d1734dfcb97a1ed654ed8750a authored about 2 years ago by Leonid Stryzhevskyi <[email protected]>