Commit 2108e64
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1159 | 1159 | | |
1160 | 1160 | | |
1161 | 1161 | | |
1162 | | - | |
| 1162 | + | |
1163 | 1163 | | |
1164 | 1164 | | |
1165 | 1165 | | |
| |||
1172 | 1172 | | |
1173 | 1173 | | |
1174 | 1174 | | |
| 1175 | + | |
| 1176 | + | |
| 1177 | + | |
| 1178 | + | |
| 1179 | + | |
| 1180 | + | |
| 1181 | + | |
| 1182 | + | |
| 1183 | + | |
| 1184 | + | |
| 1185 | + | |
1175 | 1186 | | |
- .bazelversion+1
- .github/workflows/build_and_test.yml+57-29
- .github/workflows/build_bazel.yml+50
- .github/workflows/codeql.yml+1-1
- .github/workflows/doxygen-gh-pages.yml+4-3
- .github/workflows/submit_coverage.yml+1-1
- .gitignore+4
- BUILD.bazel+48
- CMakeLists.txt+107-4
- CMakePresets.json+159
- CMakeUserPresets.json+73
- Doxyfile+1-1
- MODULE.bazel+9
- README.md+5
- docs/getting_started/project_templates_and_applications.md+14-4
- docs/getting_started/setup/linux.md+20-2
- docs/getting_started/setup/macos.md+1-1
- docs/guides/logging.md+2-2
- docs/guides/ssl.md+4-1
- docs/stylesheets/colors.css+6-2
- docs/versions.json-1
- examples/CMakeLists.txt+4
- examples/example.cpp+2-2
- examples/example_unix_socket.cpp+18
- examples/example_vs.cpp+1-1
- examples/example_with_all.cpp+1-1
- include/crow.h+1
- include/crow/app.h+85-29
- include/crow/common.h+2-2
- include/crow/http_connection.h+4-4
- include/crow/http_server.h+91-34
- include/crow/json.h+17-17
- include/crow/logging.h+19-9
- include/crow/middlewares/session.h+1-1
- include/crow/returnable.h+1-1
- include/crow/routing.h+19-8
- include/crow/socket_acceptors.h+93
- include/crow/socket_adaptors.h+86-4
- include/crow/version.h+1-1
- include/crow/websocket.h+1-1
- tests/fuzz/build.sh+5-6
- tests/ssl/BUILD.bazel+13
- tests/ssl/ssltest.cpp+9-2
- tests/unittest.cpp+50-23
0 commit comments