4 files changed
+4
-4
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
|
- .github/dco.yml+2
- .github/workflows/codeql-analysis.yml+70
- CMakeLists.txt+140-2
- CONTRIBUTING.md+20-3
- PLATFORM_SUPPORT.md+48
- QUALITY.md+205
- README.md+22-4
- VERSIONING.md+9
- cmake/common/check_configuration.cmake+13-1
- configure.ac+3-3
- doc/README.html.in+1.3k
- doxyfile.in+2.3k
- include/fastcdr/Cdr.h+3.5k-2.9k
- include/fastcdr/FastBuffer.h+318-283
- include/fastcdr/FastCdr.h+2.0k-1.7k
- include/fastcdr/config.h.in+10-2
- include/fastcdr/eProsima_auto_link.h+19-18
- include/fastcdr/exceptions/BadParamException.h+55-53
- include/fastcdr/exceptions/Exception.h+62-60
- include/fastcdr/exceptions/NotEnoughMemoryException.h+55-53
- include/fastcdr/fastcdr_dll.h+6-6
- src/cpp/CMakeLists.txt+2-2
- src/cpp/Cdr.cpp+703-403
- src/cpp/FastBuffer.cpp+26-17
- src/cpp/FastCdr.cpp+223-122
- src/cpp/exceptions/BadParamException.cpp+25-13
- src/cpp/exceptions/Exception.cpp+20-10
- src/cpp/exceptions/NotEnoughMemoryException.cpp+26-13
- test/ResizeTest.cpp+225-162
- test/SimpleTest.cpp+1.1k-3.5k
- utils/doxygen/pages/customdoxygen.css+1.6k
- utils/doxygen/pages/eprosima_footer.html+22
- utils/doxygen/pages/eprosima_header.html+54
- utils/images/logo/eProsimaLogo.png
0 commit comments