Commit Graph

1686 Commits

Author SHA1 Message Date
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
lganzzzo
2eb807f1d7 better stream io api 2018-09-16 03:37:05 +03:00
lganzzzo
b0f0013a93 Better write handling 2018-09-14 18:37:55 +03:00
lganzzzo
f1d4270fe8 Default config file 2018-09-14 12:02:20 +03:00
lganzzzo
92cb65643e null pointer check for value in json serializer 2018-09-14 03:08:56 +03:00
lganzzzo
cb31cb3df0 Merge branch 'master' of https://github.com/oatpp/oatpp 2018-09-13 19:33:31 +03:00
lganzzzo
fa847a9964 Better ErrorHandling in ApiController 2018-09-13 19:33:24 +03:00
lganzzzo
e2f33e906a Additional static lock/unlock for SpinLock 2018-09-12 23:37:49 +03:00
lganzzzo
c846ed6759 better json Serializer 2018-08-27 17:54:16 +03:00
lganzzzo
2c97116d39 Renamed CRC32.hpp to CRC. Better static_wrapper_cast 2018-08-07 02:15:08 +03:00
lganzzzo
ca16919063 algorithm CRC32 added 2018-08-05 02:28:31 +03:00