lganzzzo
|
5b4b313a0b
|
Increase API version to 0.19.8
0.19.8
|
2019-08-21 01:22:42 +03:00 |
|
Leonid Stryzhevskyi
|
d8f8efa77a
|
Update README.md
|
2019-08-20 03:18:23 +03:00 |
|
Leonid Stryzhevskyi
|
76128d644f
|
Merge pull request #112 from oatpp/refactor_coroutine_member_caller
Refactor coroutine member caller
|
2019-08-19 02:42:10 +03:00 |
|
lganzzzo
|
9b0f485850
|
Build(Windows). Remove compiler switch. '/vmg'.
|
2019-08-19 02:13:22 +03:00 |
|
lganzzzo
|
eed4a4c860
|
Refactor. Coroutine MemberCaller.
|
2019-08-19 01:59:24 +03:00 |
|
Leonid Stryzhevskyi
|
215642129d
|
Merge pull request #111 from oatpp/macro_refactoring
Macro refactoring
|
2019-08-16 04:10:39 +03:00 |
|
lganzzzo
|
be4b42b854
|
CI. Cleanup azure-pipelines.yml
|
2019-08-16 03:56:51 +03:00 |
|
lganzzzo
|
259250674c
|
Codegen. Windows compat. Fix OATPP_MACRO_NUM_ARGS.
|
2019-08-16 03:45:12 +03:00 |
|
lganzzzo
|
0537ef7e5d
|
Codegen. Remove OATPP_MACRO_HAS_ARGS macro.
|
2019-08-15 12:37:40 +03:00 |
|
lganzzzo
|
a0fa555a79
|
Remove '/experimental:preprocessor' compiler switch
|
2019-08-15 03:36:08 +03:00 |
|
lganzzzo
|
4feecff07c
|
Merge branch 'master' into macro_refactoring
|
2019-08-15 03:32:04 +03:00 |
|
lganzzzo
|
4cf3096fcf
|
Refactor. ApiClien, Component codegen.
|
2019-08-15 03:07:54 +03:00 |
|
lganzzzo
|
47b2ef0e0d
|
Refactor. ApiController codegen.
|
2019-08-15 01:51:23 +03:00 |
|
lganzzzo
|
0e66549e8f
|
Refactor. DTO codegen.
|
2019-08-15 00:44:39 +03:00 |
|
Leonid Stryzhevskyi
|
d1a3e26f2f
|
Merge pull request #109 from bhorn/hardening
Warningless in -Wextra, hardened sprintf-calls.
|
2019-08-12 13:04:27 +03:00 |
|
Benedikt-Alexander Mokroß
|
149fa41ab4
|
Removing accidentally commited Wextra flag.
|
2019-08-12 09:36:55 +02:00 |
|
Benedikt-Alexander Mokroß
|
b583052b2e
|
Warningless in -Wextra, hardened sprintf-calls.
|
2019-08-12 09:18:49 +02:00 |
|
Leonid Stryzhevskyi
|
7f033dcc93
|
Merge pull request #104 from oatpp/windows_support
Windows support
|
2019-08-08 22:48:17 +04:00 |
|
lganzzzo
|
67ebe36e43
|
Merge branch 'master' into windows_support
|
2019-08-07 01:49:03 +04:00 |
|
Leonid Stryzhevskyi
|
3582863b5d
|
Windows support investigating (#106)
Windows Support. Refactor and fix sockets usage.
|
2019-08-07 01:46:24 +04:00 |
|
Leonid Stryzhevskyi
|
d567ca9abc
|
Merge pull request #105 from bhorn/master
Better Windows-defineswitches and better usage of winsock api
|
2019-08-05 11:12:17 +04:00 |
|
bam
|
d38dbaa7fb
|
Windows: Better usage of the winsock api, fixed some typing issues.
|
2019-08-05 08:29:50 +02:00 |
|
bam
|
2ab3807bc9
|
Optimized Windows-defineswitches (also refactored for a better fit to oatpp code-styling)
|
2019-08-05 08:02:11 +02:00 |
|
Benedikt-Alexander Mokroß
|
4a100dd949
|
Merge pull request #2 from lganzzzo/master
Green Tests for oatpp virtual networking.
|
2019-08-05 07:14:08 +02:00 |
|
Leonid Stryzhevskyi
|
4e06bb6e23
|
Merge pull request #102 from oatpp/fix_coroutine_member_caller
Fix coroutine member caller
0.19.7
|
2019-08-05 00:57:39 +04:00 |
|
lganzzzo
|
0dca7118c4
|
add windows builds to azure-pipelines.yml
|
2019-08-05 00:55:44 +04:00 |
|
Leonid Stryzhevskyi
|
07600a7c34
|
Merge pull request #103 from lganzzzo/master
Windows Support Draft
|
2019-08-05 00:51:41 +04:00 |
|
lganzzzo
|
08fc107269
|
Merge branch 'fix_coroutine_member_caller' of https://github.com/oatpp/oatpp
|
2019-08-05 00:44:36 +04:00 |
|
lganzzzo
|
280975f7db
|
Better params passing through Coroutine member caller.
|
2019-08-05 00:41:03 +04:00 |
|
lganzzzo
|
7f394ab4ff
|
better .gitignore
|
2019-08-05 00:31:00 +04:00 |
|
Benedikt-Alexander Mokroß
|
3b0775f66d
|
Merge pull request #1 from lganzzzo/master
Revive IOWorker
|
2019-08-01 08:50:00 +02:00 |
|
lganzzzo
|
194f8ff143
|
Tests. Disable FullTests on 'Real' port.
|
2019-08-01 02:04:45 +04:00 |
|
lganzzzo
|
d08b46ff9d
|
CI. Try run tests on Windows.
|
2019-08-01 01:36:48 +04:00 |
|
lganzzzo
|
d3875ff700
|
Fix IOEventWorker_common for Windows.
|
2019-08-01 01:27:19 +04:00 |
|
lganzzzo
|
d75718d9f8
|
Try to run Windows CI.
|
2019-08-01 01:20:15 +04:00 |
|
lganzzzo
|
45d8626fc3
|
Try to run Windows CI.
|
2019-08-01 01:18:09 +04:00 |
|
lganzzzo
|
75177bf556
|
Try to run Windows CI.
|
2019-08-01 00:58:48 +04:00 |
|
Leonid Stryzhevskyi
|
2d112d5c91
|
Merge pull request #99 from lganzzzo/master
windows support draft + revived IOWorker
|
2019-08-01 00:50:31 +04:00 |
|
lganzzzo
|
635ab3c5f7
|
Revive IOWorker.
|
2019-08-01 00:13:54 +04:00 |
|
lganzzzo
|
5c432f2472
|
Merge branch 'master' of https://github.com/oatpp/oatpp
|
2019-07-31 23:38:25 +04:00 |
|
lganzzzo
|
1207254616
|
Rename confusing-type-like field names in tests.
|
2019-07-31 23:35:23 +04:00 |
|
lganzzzo
|
713148f99e
|
Use std::unique_ptr for dynamic arrays.
|
2019-07-31 23:27:23 +04:00 |
|
lganzzzo
|
e665135201
|
Remove wepoll
|
2019-07-31 22:54:55 +04:00 |
|
bam
|
438fafd49f
|
Windows Port. Tests compile, doesn't link with wepoll.
|
2019-07-31 11:34:52 +02:00 |
|
bam
|
3aa2145de6
|
Windows Port. Lib itself is compiling.
|
2019-07-31 08:19:36 +02:00 |
|
lganzzzo
|
5fd3d1dfe2
|
Multipart. Some convenienve API for InMemoryPartReader.
|
2019-07-31 01:59:46 +04:00 |
|
Leonid Stryzhevskyi
|
5cda94383f
|
Merge pull request #98 from oatpp/multipart_file_part_reader
Multipart file part reader
|
2019-07-31 00:36:06 +04:00 |
|
lganzzzo
|
f2b5a25a38
|
Add multipart::createFilePartReader methods.
|
2019-07-31 00:15:05 +04:00 |
|
lganzzzo
|
6033be1f25
|
Multipart. Basic file stream provider implementation.
|
2019-07-30 23:48:15 +04:00 |
|
lganzzzo
|
0d8e5a728e
|
Multipart. Introduce StreamPartReader.
|
2019-07-30 23:16:34 +04:00 |
|