410 Commits

Author SHA1 Message Date
lganzzzo
892b2b9633 introduce async LockGuard 2019-06-15 17:26:47 +03:00
lganzzzo
2caf7b99b7 introduce oatpp::async::lock 2019-06-14 02:01:55 +03:00
Leonid Stryzhevskyi
c3e4de396f
Merge pull request #82 from oatpp/compat_build_no_thread_local
introduce  -DOATPP_COMPAT_BUILD_NO_THREAD_LOCAL flag
2019-06-10 23:30:59 +03:00
Leonid Stryzhevskyi
f2732852fc
Merge pull request #84 from david-novak-legrand/compat_build_no_thread_local
Use explicit casting when truncating long numbers
2019-06-10 23:18:25 +03:00
David Novak
d7bf5a2eb6 Use explicit casting when truncating long numbers, so that it will build in Xcode 2019-06-10 16:08:46 -04:00
lganzzzo
f80b8a8b7a introduce -DOATPP_COMPAT_BUILD_NO_THREAD_LOCAL flag 2019-06-07 23:25:19 +03:00
Leonid Stryzhevskyi
fd6b1585c0
Merge pull request #80 from oatpp/minor_refactoring
Minor refactoring
2019-06-04 01:37:39 +03:00
lganzzzo
eae9bf0808 better src/CMakeLists.txt 2019-06-04 01:23:42 +03:00
lganzzzo
575dd98682 default iml for HttpRequestHandler 2019-06-04 01:20:40 +03:00
Leonid Stryzhevskyi
ca294296ea
Merge pull request #79 from oatpp/set_affinity_on_linux_but_android
Set thread affinity on linux but not on android
2019-05-31 22:35:37 +03:00
lganzzzo
2f02d9e016 Set thread affinity on linux but not on android 2019-05-31 22:19:41 +03:00
Leonid Stryzhevskyi
1df5ccf288
Merge pull request #78 from nuvo-legrand/master
Fix compiler errors and warnings in Android and iOS
2019-05-31 22:00:15 +03:00
Doug Camens
3203d5ffee
Merge pull request #3 from nuvo-legrand/dmc-fix-android-ios-compile-errors
Cherry pick fixes into master in preparation to push upstream
2019-05-31 14:41:30 -04:00
Benjamin Kier
5df66ea902 Fixed warnings 2 in the project (implicit cast, move, unused and uninitialized variables). 2019-05-31 14:35:44 -04:00
Benjamin Kier
1b6451ebfe Fixed warnings in the project (implicit cast, move, unused and uninitialized variables). 2019-05-31 14:35:44 -04:00
Doug Camens
23a792a2ee Fix compile error...
error: no member named 'strtol' in namespace 'std'
2019-05-31 14:35:44 -04:00
Doug Camens
4a5d1f670a Fix compile error on Android 2019-05-31 14:35:44 -04:00
Doug Camens
da44f34798
Merge pull request #2 from oatpp/master
Get latest changes from oatpp
2019-05-31 14:31:30 -04:00
Leonid Stryzhevskyi
021e0c06d8
Merge pull request #77 from oatpp/refactor_router
Better Router API
2019-05-28 04:00:14 +03:00
lganzzzo
71630b62b1 Better Router API 2019-05-28 03:44:08 +03:00
lganzzzo
e312034331 better API-docs 2019-05-27 02:22:48 +03:00
Leonid Stryzhevskyi
86c3fd005d
Merge pull request #76 from oatpp/default_logger
Better Logging system
2019-05-26 21:00:31 +03:00
lganzzzo
041eaa5e3a fix lgtm Alert 2019-05-26 20:46:02 +03:00
lganzzzo
7bc8fe2d79 show micro-ticks in the logs by default 2019-05-26 16:55:44 +03:00
lganzzzo
13fbcf9930 Better Logging system 2019-05-26 16:45:02 +03:00
Leonid Stryzhevskyi
1a638cec83
Merge pull request #75 from oatpp/fix_memory_leak_IOEventWorker_kqueue
unique_ptr for IOEventWorker::m_inEvents
2019-05-22 01:37:24 +03:00
lganzzzo
2f7a1af234 unique_ptr for IOEventWorker::m_inEvents 2019-05-22 01:01:47 +03:00
Leonid Stryzhevskyi
a85073f7f0
Merge pull request #74 from oatpp/code_review_fixes
remove redundant nullptr checks
2019-05-21 21:27:01 +03:00
lganzzzo
b7d305780a remove redundant nullptr checks 2019-05-21 21:04:56 +03:00
Leonid Stryzhevskyi
ad3e12bffb
Merge pull request #73 from oatpp/minor_code_cleanup
remove redundant nullptr check
2019-05-21 00:57:54 +03:00
lganzzzo
1fcdcc2fe0 remove redundant nullptr check 2019-05-21 00:40:55 +03:00
Leonid Stryzhevskyi
f7d8c95c7c
Update README.md 2019-05-20 05:16:00 +03:00
Leonid Stryzhevskyi
7b0e629e2b
Merge pull request #72 from oatpp/fix_full_test
wait threads finished
2019-05-11 21:23:20 +03:00
lganzzzo
016d47044f wait threads finished 2019-05-11 20:54:34 +03:00
Leonid Stryzhevskyi
6a86a4947c
Update README.md 2019-05-11 14:11:08 +03:00
Leonid Stryzhevskyi
3517188f90
Merge pull request #70 from healeycodes/patch-1
Fix README typos
2019-05-11 13:57:00 +03:00
Andrew Healey
89980778ea
Fix typos 2019-05-11 10:56:33 +01:00
Leonid Stryzhevskyi
2b2f4a8701
Update README.md 2019-05-09 21:42:34 +03:00
Leonid Stryzhevskyi
40a76b219b
Create CONTRIBUTING.md 2019-05-09 21:29:39 +03:00
Leonid Stryzhevskyi
f6f2d1705e
Merge pull request #69 from oatpp/add-code-of-conduct-1
Create CODE_OF_CONDUCT.md
2019-05-09 21:29:12 +03:00
Leonid Stryzhevskyi
19fae6a0bf
Create CODE_OF_CONDUCT.md 2019-05-09 20:12:15 +03:00
Leonid Stryzhevskyi
584a90f07f
Update README.md 2019-05-06 02:13:09 +03:00
Leonid Stryzhevskyi
d353593adf
Merge pull request #68 from oatpp/full_duplex_mode_support_for_io-event-worker
Full duplex mode support for io event worker
0.19.4
2019-05-04 21:33:02 +03:00
lganzzzo
312fcae8a5 Introduce IOEventWorkerForeman to support full-duplex IO event mode 2019-05-04 09:50:13 +03:00
lganzzzo
acc719957a refactor oatpp::async::worker::Worker interface 2019-05-03 17:26:47 +03:00
lganzzzo
5ee7a1f88b try enable back CI-Mac builds as for https://github.com/oatpp/oatpp/issues/66 2019-05-01 18:35:49 +03:00
lganzzzo
c0a75af2b7 Disable mac-builds on Azure CI. MAC builds stopped working on Azure-Pipelines 2019-05-01 00:31:19 +03:00
lganzzzo
bde276189a change MacOS version in azure-pipelines.yml to macOS-10.14 2019-04-30 23:50:28 +03:00
lganzzzo
3e10e28317 minor API-docs fixes 2019-04-30 19:45:00 +03:00
Leonid Stryzhevskyi
e8a483c756
Merge pull request #65 from oatpp/async_executor_with_scheduler
Async executor with scheduler
2019-04-29 03:14:59 +03:00