Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support XCDRv1 and XCDRv2 [19120] #156

Merged
merged 125 commits into from
Sep 7, 2023
Merged

Support XCDRv1 and XCDRv2 [19120] #156

merged 125 commits into from
Sep 7, 2023

Commits on Sep 7, 2023

  1. Refs #18687. Adding EncodingAlgorithmFlag

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e07ab90 View commit details
    Browse the repository at this point in the history
  2. Refs #18687. Fix tests

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    a917f3e View commit details
    Browse the repository at this point in the history
  3. Refs #18687. First test for optional PLAIN_CDR2

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    9260904 View commit details
    Browse the repository at this point in the history
  4. Refs #18687. First test for optional PLAIN_CDR and PL_CDR

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    8fd5162 View commit details
    Browse the repository at this point in the history
  5. Refs #18687. First test for xcdrv1 members.

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    fa44af1 View commit details
    Browse the repository at this point in the history
  6. Refs #18687. Fix MemberLongHeader for v1: removed flags

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    8eddbf0 View commit details
    Browse the repository at this point in the history
  7. Refs #18687. Add CdrVersion

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    aa4b64d View commit details
    Browse the repository at this point in the history
  8. Refs #18687. First tests with xcdrv2

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    8944db5 View commit details
    Browse the repository at this point in the history
  9. Refs #18687. Add optional class

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b9d9865 View commit details
    Browse the repository at this point in the history
  10. Refs #18687. Fix c++11

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b23986c View commit details
    Browse the repository at this point in the history
  11. Refs #18687. Fix contructor for non-trivial classes

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    3324af3 View commit details
    Browse the repository at this point in the history
  12. Refs #18687. Fixes

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    82a7d2a View commit details
    Browse the repository at this point in the history
  13. Refs #18687. Fix assign value

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    cb6bf23 View commit details
    Browse the repository at this point in the history
  14. Refs #18687. Fix integration with fastddsgen

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    c393103 View commit details
    Browse the repository at this point in the history
  15. Refs #18687. Move fixed_string here

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    afa0e44 View commit details
    Browse the repository at this point in the history
  16. Refs #18687. Add tests

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    d55b3ea View commit details
    Browse the repository at this point in the history
  17. Refs #18687. Finish test for primitive types

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b52a70b View commit details
    Browse the repository at this point in the history
  18. Refs #18687. First tests with alignment

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    87e3ce0 View commit details
    Browse the repository at this point in the history
  19. Refs #18687. Add support of sequences of maps

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    115891d View commit details
    Browse the repository at this point in the history
  20. Refs #18687. Finish tests for primitive types

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f1e5e2c View commit details
    Browse the repository at this point in the history
  21. Refs #18687. Improve management of recursive inner MemberId

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    7290eec View commit details
    Browse the repository at this point in the history
  22. Refs #18687. Extra check in two tests

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    1c27f56 View commit details
    Browse the repository at this point in the history
  23. Refs #18687. Add operator != to optional

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    571b65c View commit details
    Browse the repository at this point in the history
  24. Refs #18687. Starting to bring size calculation here

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    831f051 View commit details
    Browse the repository at this point in the history
  25. Refs #18687. Brought size calculation here

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    69e05f4 View commit details
    Browse the repository at this point in the history
  26. Refs #18687. Add support enums and fixes

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    d95d90b View commit details
    Browse the repository at this point in the history
  27. Refs #18687. Improve tests and starting mutables

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e90d64b View commit details
    Browse the repository at this point in the history
  28. Refs #18687. More test

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b8b1800 View commit details
    Browse the repository at this point in the history
  29. Refs #18687. Support of NEXTINT + DHEADER

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    2df699e View commit details
    Browse the repository at this point in the history
  30. Refs #18687. Update optional tests to support serialize_type

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    cc5bd2e View commit details
    Browse the repository at this point in the history
  31. Refs #18687. Remove old api functions

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    20f6427 View commit details
    Browse the repository at this point in the history
  32. Refs #18687. Little improve

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    8cc983e View commit details
    Browse the repository at this point in the history
  33. Refs #18687. More tests

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    6206017 View commit details
    Browse the repository at this point in the history
  34. Refs #18687. More tests for appendable and mutables

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b4ada88 View commit details
    Browse the repository at this point in the history
  35. Refs #18687. Support string wstring in xcdr2

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    4e0f3b4 View commit details
    Browse the repository at this point in the history
  36. Refs #18687. Added tests for enum

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    69ee3df View commit details
    Browse the repository at this point in the history
  37. Refs #18687. Support for arrays

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    7868f41 View commit details
    Browse the repository at this point in the history
  38. Refs #18687. Support for sequences

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    3058a7f View commit details
    Browse the repository at this point in the history
  39. Refs #18687. Remove extensibility for collections and add maps

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    862b60e View commit details
    Browse the repository at this point in the history
  40. Refs #18687. Fix after rebasing

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    91cd290 View commit details
    Browse the repository at this point in the history
  41. Refs #18687. Fix warnings on windows

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    1b4a00c View commit details
    Browse the repository at this point in the history
  42. Refs #18687. Fix more warnings

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    74a4d91 View commit details
    Browse the repository at this point in the history
  43. Refs #18687. Fix more warnings

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    2a8c473 View commit details
    Browse the repository at this point in the history
  44. Refs #18687. Fix more warnings

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e062929 View commit details
    Browse the repository at this point in the history
  45. Refs #18687. Fix execution of tests on Windows

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    68509ce View commit details
    Browse the repository at this point in the history
  46. Refs #18687. Upgrade CMake version to 3.22

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    bf9ec4a View commit details
    Browse the repository at this point in the history
  47. Refs #18687. Fix execution of test in directories with spaces

    Signed-off-by: Ricardo González <correoricky@gmail.com>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    857b89a View commit details
    Browse the repository at this point in the history
  48. Refs #18687. Fix warning

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    c0a6b79 View commit details
    Browse the repository at this point in the history
  49. Refs #18687. Fix compilation error with VS2017

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b23da04 View commit details
    Browse the repository at this point in the history
  50. Refs #18687. Fix test with wchar in Windows

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    828e0bb View commit details
    Browse the repository at this point in the history
  51. Refs #18687. Fix compilation warnings with VS2017

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f880d28 View commit details
    Browse the repository at this point in the history
  52. Refs #18687. Fix compilation warnings with VS2017

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    57f154f View commit details
    Browse the repository at this point in the history
  53. Refs #18687. Fix compilation warnings with VS2017

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    1b5c751 View commit details
    Browse the repository at this point in the history
  54. Refs #18687. Fix compilation warnings with VS2017

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    bea382a View commit details
    Browse the repository at this point in the history
  55. Refs #18687. Add BadOptionalAccessException

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    fb8e933 View commit details
    Browse the repository at this point in the history
  56. Refs #18687. optional documented

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    4b68e7d View commit details
    Browse the repository at this point in the history
  57. Refs #18687. Fix not pushed exception

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    2eb7c56 View commit details
    Browse the repository at this point in the history
  58. Refs #18687. Improve doxygen for new features.

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    7c8ce34 View commit details
    Browse the repository at this point in the history
  59. Refs #18687. Fix compilation error on windows

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    71cbfe9 View commit details
    Browse the repository at this point in the history
  60. Refs #18687. Bump version 2.0.0

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    4a9ab36 View commit details
    Browse the repository at this point in the history
  61. Refs #18687. Autoselect of cdr version

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f95ad1b View commit details
    Browse the repository at this point in the history
  62. Refs #18687. Move the calculate_serialized_size to extern

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    ec5f76a View commit details
    Browse the repository at this point in the history
  63. Refs #18687. Use extern serialize/deserialize and fix bug found in re…

    …view.
    
    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    3cd2048 View commit details
    Browse the repository at this point in the history
  64. Refs #18687. Add support for std::bitset

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b9430ce View commit details
    Browse the repository at this point in the history
  65. Refs #18687. Added empty functions for raw cdr

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    7c5ee57 View commit details
    Browse the repository at this point in the history
  66. Refs #18687. Fix errors

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e1b8814 View commit details
    Browse the repository at this point in the history
  67. Refs #18687. Fix using multi-arrays

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    ea23ad7 View commit details
    Browse the repository at this point in the history
  68. Refs #18687. Added tests for fixed_size_string

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    5e28337 View commit details
    Browse the repository at this point in the history
  69. Refs #18687. Fix recursive containers

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    29a324d View commit details
    Browse the repository at this point in the history
  70. Refs #18687. Remove duplicated code

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    09bc88f View commit details
    Browse the repository at this point in the history
  71. Refs #18687. Applying style

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    bab79e6 View commit details
    Browse the repository at this point in the history
  72. Refs #18687. Remove old code

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    80cb9a6 View commit details
    Browse the repository at this point in the history
  73. Refs #18687. Add missing header licenses

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    d008a08 View commit details
    Browse the repository at this point in the history
  74. Refs #18687. Apply suggestions.

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    4c9146f View commit details
    Browse the repository at this point in the history
  75. Refs #18687. Apply suggestions.

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    0cdf24b View commit details
    Browse the repository at this point in the history
  76. Refs #18687. Apply suggestions.

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    6e50f61 View commit details
    Browse the repository at this point in the history
  77. Refs #18687. Apply suggestions.

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    5c39d70 View commit details
    Browse the repository at this point in the history
  78. Refs #18687. Apply suggestions.

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    cb40c35 View commit details
    Browse the repository at this point in the history
  79. Refs #18687. Apply suggestions.

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    102b45c View commit details
    Browse the repository at this point in the history
  80. Refs #18687. Apply suggestions.

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e158c3c View commit details
    Browse the repository at this point in the history
  81. Refs #18687. Apply suggestions.

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    2793b40 View commit details
    Browse the repository at this point in the history
  82. Refs #18687. Add regression test

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    8463a38 View commit details
    Browse the repository at this point in the history
  83. Refs #18687. Fix bug detected in revision

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e4c7d20 View commit details
    Browse the repository at this point in the history
  84. Refs #18687. Fix wchar_t

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    da42dd0 View commit details
    Browse the repository at this point in the history
  85. Refs #18687. Add bitset to calculator and fix wchar_t

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e71e071 View commit details
    Browse the repository at this point in the history
  86. Refs #18687. Fix compilation error on Windows

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b6f79d6 View commit details
    Browse the repository at this point in the history
  87. Refs #18687. BUILD_TESTING OFF by default

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    c662b5e View commit details
    Browse the repository at this point in the history
  88. Refs #18687. Activate tests on github action

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    1eeb063 View commit details
    Browse the repository at this point in the history
  89. Refs #18687. Remove EPROSIMA_BUILD

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    c74a523 View commit details
    Browse the repository at this point in the history
  90. Refs #18687. Change Cdr_DllAPI

    Signed-off-by: Ricardo González <correoricky@gmail.com>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    0f79471 View commit details
    Browse the repository at this point in the history
  91. Refs #18687. More Cdr_DllAPI

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    8562bbc View commit details
    Browse the repository at this point in the history
  92. Refs #18687. Reordering for windows

    Signed-off-by: Ricardo González <correoricky@gmail.com>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    61018f9 View commit details
    Browse the repository at this point in the history
  93. Refs #18687. Fix windows linkage

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    0236622 View commit details
    Browse the repository at this point in the history
  94. Refs #18687. Fix on windows

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    7399962 View commit details
    Browse the repository at this point in the history
  95. Refs #18687. Fix on windows

    Signed-off-by: Ricardo González <correoricky@gmail.com>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    c8db141 View commit details
    Browse the repository at this point in the history
  96. Refs #18687. Fix on VS 2017

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f375b28 View commit details
    Browse the repository at this point in the history
  97. Refs #18687. Apply suggestions

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    57be0f8 View commit details
    Browse the repository at this point in the history
  98. Refs #18687. Apply suggestions

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    7240cee View commit details
    Browse the repository at this point in the history
  99. Refs #18687. Apply suggestions

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    bd6085e View commit details
    Browse the repository at this point in the history
  100. Refs #18687. Apply suggestions

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    cca8c19 View commit details
    Browse the repository at this point in the history
  101. Refs #18687. Forgot a file

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    ac9b778 View commit details
    Browse the repository at this point in the history
  102. Refs #18687. Fix in sequences

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    26349b6 View commit details
    Browse the repository at this point in the history
  103. Refs #18687. Apply suggestions

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    d9beb9c View commit details
    Browse the repository at this point in the history
  104. Refs #18687. Add info of tests

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    3734b9f View commit details
    Browse the repository at this point in the history
  105. Refs #18687. Add tests for calculator

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    306c650 View commit details
    Browse the repository at this point in the history
  106. Refs #18687. Add doxygen for fixed_string

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    abfe9c4 View commit details
    Browse the repository at this point in the history
  107. Refs #18687. Add doxygen for CdrSizeCalculator

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    5a01e48 View commit details
    Browse the repository at this point in the history
  108. Refs #18687. Fix doxygen

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    73c44f0 View commit details
    Browse the repository at this point in the history
  109. Refs #18687. Fix in repos file

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    358ecf1 View commit details
    Browse the repository at this point in the history
  110. Refs #18687. Apply suggestions

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    7df3d47 View commit details
    Browse the repository at this point in the history
  111. Refs #18687. Apply suggestions

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    962842f View commit details
    Browse the repository at this point in the history
  112. Refs #18687. Don't POP after PUSH(origin=0)

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    7599056 View commit details
    Browse the repository at this point in the history
  113. Refs #18687. Apply suggestions

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    78371c6 View commit details
    Browse the repository at this point in the history
  114. Refs #18687. Add versions.md file

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    e13957d View commit details
    Browse the repository at this point in the history
  115. Refs #18687. Apply suggestions

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    5a5a280 View commit details
    Browse the repository at this point in the history
  116. Refs #18687. Apply suggestions

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    ef678e5 View commit details
    Browse the repository at this point in the history
  117. Refs #18687. Apply suggestions

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    f5c99de View commit details
    Browse the repository at this point in the history
  118. Refs #18687. Apply suggestions

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    31b98d9 View commit details
    Browse the repository at this point in the history
  119. Refs #18687. Apply suggestions

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    55df9fd View commit details
    Browse the repository at this point in the history
  120. Refs #18687. Fix compilation on Windows.

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    519aa0a View commit details
    Browse the repository at this point in the history
  121. Refs #18687. Fix test on Mac.

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    d26c7d3 View commit details
    Browse the repository at this point in the history
  122. Refs #18687. Apply suugestions

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    071e283 View commit details
    Browse the repository at this point in the history
  123. Refs #18687. Apply suugestions

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    6ecd264 View commit details
    Browse the repository at this point in the history
  124. Refs #18687. Apply suggestions

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    d67ab8a View commit details
    Browse the repository at this point in the history
  125. Refs #18687. Apply suggestions

    Signed-off-by: Ricardo González Moreno <ricardo@richiware.dev>
    richiware committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    10e9235 View commit details
    Browse the repository at this point in the history