summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcppdap/include
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'upstream-cppdap' into update-cppdapBrad King2024-08-133-38/+138
| | | | | | # By cppdap Upstream * upstream-cppdap: cppdap 2024-08-02 (c69444ed)
* 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)