summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcppdap/include
Commit message (Collapse)AuthorAgeFilesLines
* cppdap: include/dap/network.h: add <stdint.h> include for GCC 15Christoph GrĂ¼ninger2024-08-131-0/+1
| | | | | GCC 15 requires the include for the declaration of `uint32_t`. Backport [cppdap PR 133](https://github.com/google/cppdap/pull/133).
* cppdap: Use std::is_same<>::value instead of std::is_same<>() for old LCCmakise-homura2024-01-161-1/+1
| | | | | | std::is_same<>() is not const instead of std::is_same<>::value at least on LCC 1.21, so this produces an error. Still ()-notation seems to be fairly equivalent functionally to ::value-notation.
* Merge branch 'upstream-cppdap' into update-cppdapBrad King2023-08-181-0/+11
| | | | | | # By cppdap Upstream * upstream-cppdap: cppdap 2023-08-17 (cc2f2058)
* Merge branch 'upstream-cppdap' into import-cppdapGlen Chung2023-05-2614-0/+4924
* upstream-cppdap: cppdap 2023-05-26 (03cc1867)