Commit Graph

146 Commits

Author SHA1 Message Date
Leonid Stryzhevskyi
bd248918e1
Update README.md 2018-10-17 22:24:44 +03:00
lganzzzo
0a155fada5 lgtm.yml added 2018-10-17 21:54:45 +03:00
Leonid Stryzhevskyi
92f49fdc45
Update README.md 2018-10-17 13:28:02 +03:00
Leonid Stryzhevskyi
5a2a341210
Merge pull request #17 from oatpp/azure-pipelines
Set up CI with Azure Pipelines
2018-10-17 12:45:29 +03:00
lganzzzo
c1728d6ef2 Build script for Mac added 2018-10-17 12:37:30 +03:00
lganzzzo
766b4803aa constexpr removed. base64 test 2018-10-17 12:22:24 +03:00
lganzzzo
69e2ee9f96 removed constexpr for ListMap type name 2018-10-17 11:37:24 +03:00
lganzzzo
fe4232ff0f Removed constexpr for List and Object type names 2018-10-17 11:34:45 +03:00
lganzzzo
633d051a6c Log skipped values in json parser 2018-10-17 11:25:27 +03:00
lganzzzo
225c1f0615 conexpr removed from primitive type names 2018-10-17 11:10:00 +03:00
lganzzzo
714197b794 TypeTest included in CMakeLists 2018-10-17 10:47:02 +03:00
lganzzzo
8d4a91f97d Debug loags removed, TypeTest added 2018-10-17 10:43:41 +03:00
lganzzzo
0645cf258b more debug logs 2018-10-17 01:18:01 +03:00
lganzzzo
7f3c20f8cf more debug logs 2018-10-17 01:08:30 +03:00
lganzzzo
e4442d062e more debug logs 2018-10-17 00:53:56 +03:00
lganzzzo
965764a93d test logs 2018-10-17 00:43:20 +03:00
lganzzzo
6f6fb898fd fix to azure-pipelines.yml 2018-10-16 22:39:19 +03:00
lganzzzo
dc215d0cf3 Fix to azure-pipelines.yml 2018-10-16 20:20:15 +03:00
lganzzzo
8ba15f53c1 Fix to azure-pipelines.yml 2018-10-16 20:16:56 +03:00
lganzzzo
5a96dabceb fix to azure-pipelines.yml 2018-10-16 19:46:37 +03:00
lganzzzo
a167fc6748 build script v1 2018-10-16 19:13:54 +03:00
azure-pipelines[bot]
80ae0cbea4 Set up CI with Azure Pipelines 2018-10-16 09:37:32 +00:00
Leonid Stryzhevskyi
8ed8ef89e1
Update README.md 2018-10-15 14:26:33 +03:00
Leonid Stryzhevskyi
0b151a7af9
Update README.md 2018-10-15 11:49:04 +03:00
Leonid Stryzhevskyi
63ce57cc12
Merge pull request #14 from oatpp/issue_13_codegen
portable 'OATPP_MACRO_HAS_ARGS'
2018-10-15 05:37:58 +03:00
lganzzzo
9cdacb76cc portable 'OATPP_MACRO_HAS_ARGS' 2018-10-15 05:13:27 +03:00
Leonid Stryzhevskyi
25a824c796
Update README.md 2018-10-14 13:06:07 +03:00
Leonid Stryzhevskyi
52d1e3bb66
Update README.md 2018-10-14 12:49:59 +03:00
lganzzzo
73f872b92b Merge branch 'master' of https://github.com/oatpp/oatpp 2018-10-13 19:41:38 +03:00
lganzzzo
d9d125c0ea code cleanup 2018-10-13 19:41:32 +03:00
Leonid Stryzhevskyi
63362d6e64
Merge pull request #12 from FlorianRhiem/feature-cmake
Fix typo in CMakeLists.txt
2018-10-13 12:56:24 +03:00
Florian Rhiem
fb04c456ef Fix typo in CMakeLists.txt 2018-10-13 11:12:06 +02:00
Leonid Stryzhevskyi
1d8456c7f4
Merge pull request #10 from FlorianRhiem/feature-cmake
CMake support
2018-10-13 01:14:37 +03:00
Florian Rhiem
2ef6f2a184 Added basic CMakeLists.txt 2018-10-12 23:08:20 +02:00
lganzzzo
46095a0daf codegens moved to one folder 2018-10-08 17:30:28 +03:00
Leonid Stryzhevskyi
ac59842e19
Update README.md 2018-10-05 13:11:55 +03:00
lganzzzo
fcd65a5842 Better error message, and proper log level for StreamBufferProxy flushAsync 2018-10-03 21:06:22 +03:00
lganzzzo
897938bc28 Async processor optimization 2018-10-02 03:15:15 +03:00
Leonid Stryzhevskyi
af7dbbb0ab
Merge pull request #6 from oatpp/mem_aloc_optimization
Performance optimization for linux
2018-09-28 10:08:50 +03:00
lganzzzo
b1147b5c5b Added default thread number config value for AsyncHttpConnectionHandler 2018-09-28 10:06:38 +03:00
lganzzzo
c18230a776 performance optimization for multithreaded server 2018-09-25 01:28:07 +03:00
lganzzzo
f777ece1c3 Fixed thread cpu range for web::server::HttpConnectionHandler 2018-09-24 00:12:24 +03:00
lganzzzo
3b7df3d298 fixed compilation errors 2018-09-24 00:05:42 +03:00
lganzzzo
22fc5bc0db Setting affinity group for HttpConnectionHandler threads 2018-09-24 00:02:30 +03:00
lganzzzo
521291ef7f Fixed calculation of getThreadSuggestedCpuIndex 2018-09-23 23:25:51 +03:00
lganzzzo
8e5f64c916 Utility methods for oatpp::concurrency::Thread 2018-09-23 23:05:37 +03:00
lganzzzo
db4531bd3a lock to cpu mapping 2018-09-22 13:20:52 +03:00
lganzzzo
4d5c02a2a1 priorities experiment 2018-09-21 02:55:42 +03:00
lganzzzo
369a994381 experiment with small strings 2018-09-21 00:00:28 +03:00
lganzzzo
b5338c72b1 better AsyncHttpConnectionHandler processing loop 2018-09-16 18:11:59 +03:00