Commit 59a0843
File tree
4 files changed
+1
-56
lines changed- tpls
- customizations/Crow
4 files changed
+1
-56
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
534 | 534 | | |
535 | 535 | | |
536 | 536 | | |
537 | | - | |
538 | | - | |
539 | | - | |
540 | | - | |
541 | | - | |
542 | | - | |
543 | | - | |
544 | | - | |
545 | | - | |
546 | | - | |
547 | | - | |
548 | | - | |
549 | | - | |
550 | | - | |
551 | | - | |
552 | | - | |
553 | | - | |
554 | 537 | | |
555 | 538 | | |
556 | 539 | | |
| |||
- .github/dependabot.yml+11
- .github/workflows/build_and_test.yml+28-15
- .github/workflows/doxygen-gh-pages.yml+11-11
- .github/workflows/submit_coverage.yml+1-1
- CMakeLists.txt+45-21
- Doxyfile+2-2
- README.md+4-4
- cmake/CrowConfig.cmake.in+17-4
- cmake/compiler_options.cmake+21
- docs/guides/routes.md+1
- docs/versions.json+2
- examples/middlewares/example_cors.cpp+8
- include/crow/TinySHA1.hpp+22-5
- include/crow/app.h+279-103
- include/crow/common.h+1
- include/crow/compression.h+1-1
- include/crow/http_connection.h+54-36
- include/crow/http_parser_merged.h+8-1
- include/crow/http_request.h+9-1
- include/crow/http_response.h+2
- include/crow/http_server.h+24-9
- include/crow/json.h+99-19
- include/crow/middleware.h+1-1
- include/crow/middlewares/session.h+1-1
- include/crow/query_string.h+16-11
- include/crow/routing.h+89-38
- include/crow/socket_adaptors.h+29-12
- include/crow/task_timer.h+12-1
- include/crow/utility.h+11-2
- include/crow/websocket.h+21-7
- scripts/merge_all.py+2-1
- tests/CMakeLists.txt+11-2
- tests/query_string_tests.cpp+45
- tests/ssl/CMakeLists.txt+4
- tests/template/CMakeLists.txt+16-7
- tests/template/test.py+4-1
- tests/unittest.cpp+244-9
This file was deleted.
This file was deleted.
0 commit comments