summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcppdap
Commit message (Collapse)AuthorAgeFilesLines
* 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 topic 'update-cppdap'Brad King2023-08-197-36/+103
|\ | | | | | | | | | | | | | | | | | | 90df1e5da4 Merge branch 'upstream-cppdap' into update-cppdap 5d568df6b1 cppdap 2023-08-17 (cc2f2058) 01d2e5ed3a cppdap: Update script to get version as of 2023-08-17 Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8739
| * Merge branch 'upstream-cppdap' into update-cppdapBrad King2023-08-187-36/+103
| | | | | | | | | | | | # By cppdap Upstream * upstream-cppdap: cppdap 2023-08-17 (cc2f2058)
* | Merge topic 'cxx-atomic'Brad King2023-07-281-0/+3
|\ \ | |/ | | | | | | | | | | | | 78bbd58545 Source: Link libatomic when needed on Linux 32-bit ARM Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: buildbot <buildbot@kitware.com> Merge-request: !8663
| * Source: Link libatomic when needed on Linux 32-bit ARMBrad King2023-07-271-0/+3
| | | | | | | | Fixes: #25114
* | cmcppdap: Precompile common expensive headersClemens Wasser2023-06-221-0/+4
|/
* cppdap: Build as part of CMake or use external installationBrad King2023-05-264-2/+44
| | | | | | Add `cm3p/` headers to use the selected copy of the library. Co-authored-by: Glen Chung <kuchung@microsoft.com>
* Merge branch 'upstream-cppdap' into import-cppdapGlen Chung2023-05-2654-0/+11861
* upstream-cppdap: cppdap 2023-05-26 (03cc1867)