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

Fix compiler warnings (-Wdangling-reference)

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

github.com/oatpp/oatpp - 9f97e4ae6134a833654de6f6782e9116c3a2d13a authored over 1 year ago by Ferry Huberts <[email protected]>
Forgot to remove the flag -Wno-suggest-attribute=format

No impact on the build.

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

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

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

github.com/oatpp/oatpp - 85ee98509a30e30993731eedd6e588c96ceda900 authored over 1 year ago by Ferry Huberts <[email protected]>
Enable compiler warnings (-Warith-conversion)

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

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

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

github.com/oatpp/oatpp - 6dfe302829d3dd5403d62017c5b5861b9611ed06 authored over 1 year ago by Ferry Huberts <[email protected]>
Fix compiler warnings (-Wuseless-cast)

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

github.com/oatpp/oatpp - f116a9619ae665d9c1f52abf8948eb7418100e4a authored over 1 year ago by Ferry Huberts <[email protected]>
Merge pull request #816 from fhuberts/compiler-flags-are-for-gcc

Compiler flags are for gcc

github.com/oatpp/oatpp - 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

github.com/oatpp/oatpp - fd82260da6eb7fe8632b4dc54dbe1489f17cfc02 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
These are C++ compiler flags

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

github.com/oatpp/oatpp - 2b4f8f023b5393345f27af855bb3200fa149eecf authored over 1 year ago by Ferry Huberts <[email protected]>
Only test compiler flags when needed

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

github.com/oatpp/oatpp - 2a6c8e2692c711a52172dd34b00383d8297ddbb5 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]>

github.com/oatpp/oatpp - 6553029e2ffe9783a8084d07efe14497a8a97137 authored over 1 year ago by Ferry Huberts <[email protected]>
Add some comments

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

github.com/oatpp/oatpp - 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]>

github.com/oatpp/oatpp - 16392c700bc2cde2554113ccaf5caae527f5bd5c authored over 1 year ago by Ferry Huberts <[email protected]>
Remove a superfluous line

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

github.com/oatpp/oatpp - c0f0b46ed847a70eb40185c2684eaf3756ddc176 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]>

github.com/oatpp/oatpp - 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]>

github.com/oatpp/oatpp - 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)

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

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

github.com/oatpp/oatpp - 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)

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

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

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

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

github.com/oatpp/oatpp - 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)

github.com/oatpp/oatpp - 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)

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

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

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

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

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

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

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

Explicitly add compiler flags

github.com/oatpp/oatpp - fd930697992c7d106984bc670e086b96d3560abd authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Try to fix the Windows build

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

github.com/oatpp/oatpp - 1ab56bc77171bfdae437202c7273483fce2eee19 authored over 1 year ago by Ferry Huberts <[email protected]>
More hardening compiler flags

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

github.com/oatpp/oatpp - a52d1500fecde8fbb0f35f9ca51717c97e45d7d6 authored over 1 year ago by Ferry Huberts <[email protected]>
Add some more possible compiler flags

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

github.com/oatpp/oatpp - 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]>

github.com/oatpp/oatpp - 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)

github.com/oatpp/oatpp - 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=)

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

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

github.com/oatpp/oatpp - fdbf3b83eb629e17c6f6655e6e0a8761d3067de0 authored over 1 year ago by Ferry Huberts <[email protected]>
Explicitly add compiler flags

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

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

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

github.com/oatpp/oatpp - 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)

github.com/oatpp/oatpp - 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)

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

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

github.com/oatpp/oatpp - 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...

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

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

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

Just a small fix

github.com/oatpp/oatpp - 24f7c32da772cd3f16e9b3d5ca800b01b1d25d29 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
just a small update

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

Fix compiler warnings (-Wduplicated-branches)

github.com/oatpp/oatpp - 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)

github.com/oatpp/oatpp - 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)

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

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

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

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

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

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

github.com/oatpp/oatpp - 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

github.com/oatpp/oatpp - 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)

github.com/oatpp/oatpp - 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)

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

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

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

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

github.com/oatpp/oatpp - 99dc0916ed85882ae8f1a219eedc3319e79219b6 authored over 1 year ago by Ferry Huberts <[email protected]>
fix function:createShared in PoolTemplate

github.com/oatpp/oatpp - 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

github.com/oatpp/oatpp - 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.

github.com/oatpp/oatpp - 5b079ccd2766b072a7046fa481d774a4ca0049f7 authored over 1 year ago by Roke OS Oatpp <[email protected]>
Merge pull request #23 from arnoldgeels/master

Add certificate verification and hostname validation for clients

github.com/oatpp/oatpp-openssl - b1fcc6a55822f7386f5ebf1ec36236426e80883d authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Add certificate verification and hostname validation for clients

github.com/oatpp/oatpp-openssl - 55cf90bb3ab1a179c78db1b78fd2d07e9ae4d7d2 authored over 1 year ago by Arnold Geels <[email protected]>
Merge pull request #21 from fwh-dc/create-groups-configurer

Adds a TLS1.3 groups configurer

github.com/oatpp/oatpp-openssl - 871ce2b6a40980bfbb26683464b4d38e9fc0d12e authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #8 from oatpp/fix-ci

Fix ci

github.com/oatpp/oatpp-curl - 779b8b3a632d006ec7395fc570f1e1e14edcc595 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
ci: build oatpp without tests

github.com/oatpp/oatpp-curl - 10cc79423ca81c973929d09718b9fdbe283a4005 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
fix azp

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

github.com/oatpp/oatpp-curl - 1661720ba6ebcdf81292bdf2d763ac4b0a1fa970 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Update README.md

server port 8443 to 443

github.com/oatpp/oatpp-openssl - 5ea8720afe64c71291383949346b122214ed11c0 authored over 1 year ago by Dips <[email protected]>
Merge pull request #5 from JerrySB03/Typo

Fix typo

github.com/oatpp/example-jwt - fc86a27cfdd78e5500291df91c0015cffb36b4da authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Adds a TLS1.3 groups configurer

github.com/oatpp/oatpp-openssl - c916a0d0518665b7a9db042dad7d567166e278f3 authored over 1 year ago by Frederik Wedel-Heinen <[email protected]>
Merge pull request #763 from sodevel/fix/regex-injection

Fix CMake regular expression injection

github.com/oatpp/oatpp - 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...

github.com/oatpp/oatpp - 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...

github.com/oatpp/oatpp - 7467f14193a76ee2d11b8c73b7ce7aa18d9ea38e authored over 1 year ago by Steffen Olszewski <[email protected]>
Merge pull request #20 from fwh-dc/adds-ca-chain-configurer

Updates to the buffered configured api

github.com/oatpp/oatpp-openssl - ac949279d242a527abfa519aef84901ef3302ab5 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Fixes some exception texts and modifies apis to use oatpp::String instead of std::string.

github.com/oatpp/oatpp-openssl - 15ee43fc233687ca7252ee0ef334833a2a5c907b authored over 1 year ago by Frederik Wedel-Heinen <[email protected]>
Fixes issues with the buffered configurer api and adds a ca certificate configurer and a certificate verification mode configurer.

github.com/oatpp/oatpp-openssl - 3131fa4b16a6087af654d10682a6dd9f031bea8e authored over 1 year ago by Frederik Wedel-Heinen <[email protected]>
Merge pull request #719 from i96751414/master

Fix possible race condition on destroy

github.com/oatpp/oatpp - 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

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

CMake source groups

github.com/oatpp/oatpp - 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.

github.com/oatpp/oatpp - 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...

github.com/oatpp/oatpp - ff365305068cc9b6c6e3662ae12fa8021076af56 authored over 1 year ago by Steffen Olszewski <[email protected]>
Add default source groups for all targets

github.com/oatpp/oatpp - 496427f7b32ccb6615aa67b7567cf9ee6033412e authored over 1 year ago by Steffen Olszewski <[email protected]>
Revert "closes #681"

This reverts commit 782760c5c5f363473ee39fa9f18089007c4ffc23.

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

github.com/oatpp/oatpp - 90b2e5517b18e00ee3084eba6189eb51063eff17 authored over 1 year ago by Frederik Wedel-Heinen <[email protected]>
better error messages

github.com/oatpp/oatpp-zlib - 33a831eb42c9f56e6cd941ad23c3f7b6b2a1d8d7 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Update README.md

Remove lgtm badge

github.com/oatpp/oatpp - f549de385fb84dd9e93e86d78bd4ab3bb13f627b authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
client: allow empty query param values

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

update ubuntu versions

github.com/oatpp/oatpp - 6ac35bfba004f03b43f7c01424a8f91f0a5eba2a authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
fix ubuntu image version

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

github.com/oatpp/oatpp - abff4ff80264966fedacaa2cb92cf5ae603c462f authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
Merge pull request #28 from oatpp/revert-some-windows-website-updates

#27 revert some windows build website changes

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

Remove windows warning pragmas

github.com/oatpp/oatpp - 09beebf4a50d3751f371e4646534fb486ecaffdf authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
#27 revert some windows build website changes

github.com/oatpp/website - 5e0e5f7e3fdf23e653355c0cd5921b9eac49e01b authored over 1 year ago by Todd Kushner <[email protected]>
remove pragma issues #730

github.com/oatpp/oatpp - 761d66939be6720dd2383d6c60f48c198b12f3c4 authored over 1 year ago by Todd Kushner <[email protected]>
remove pragma issues #730

github.com/oatpp/oatpp - 66d4d250f1236306c2df6e91bb5f42177ea6fd40 authored over 1 year ago by Todd Kushner <[email protected]>
remove pragma issues #730

github.com/oatpp/oatpp - 37b32eb229ea0ecfc5ec7a875652531323b33504 authored over 1 year ago by Todd Kushner <[email protected]>
remove pragma issues #730

github.com/oatpp/oatpp - 3ca14613391710dde26a7d8c20c065b1ba2c3ad5 authored over 1 year ago by Todd Kushner <[email protected]>
Merge pull request #26 from oatpp/windows-website-updates

website changes for Visual Studio 2022 windows build

github.com/oatpp/website - c1a45a7288a358af9d1504bae243521361b37705 authored over 1 year ago by Leonid Stryzhevskyi <[email protected]>
website changes for Visual Studio 2022 windows build

github.com/oatpp/website - 74a366d640e0637adc3983b0a7f1ad177ca88fcf 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

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

github.com/oatpp/oatpp - 6fca36c7b9fe70eb47d9ecdd95447f484f0149be authored almost 2 years ago by Todd Kushner <[email protected]>
tcp::server::ConnectionProvider: remove unused code

github.com/oatpp/oatpp - 110e71f4f29049a7cc32cb542de283bf8c620e5e authored almost 2 years ago by Leonid Stryzhevskyi <[email protected]>