| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cmake: Add debugger | Glen Chung | 2023-05-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | - Depends on cppdap and jsoncpp. - Add --debugger argument to enable the Debugger. - Add --debugger-pipe argument for DAP traffics over named pipes. - Support breakpoints by filenames and line numbers. - Support exception breakpoints. - Call stack shows filenames and line numbers. - Show Cache Variables. - Show the state of currently defined targets, tests and directories with their properties. - Add cmakeVersion to DAP initialize response. - Include unit tests. Co-authored-by: Ben McMorran <bemcmorr@microsoft.com> | ||||
| * | cppdap: Build as part of CMake or use external installation | Brad King | 2023-05-26 | 1 | -0/+16 |
| | | | | | | | Add `cm3p/` headers to use the selected copy of the library. Co-authored-by: Glen Chung <kuchung@microsoft.com> | ||||
| * | libarchive: Set build options the way we need for CMake | Brad King | 2023-04-25 | 1 | -1/+1 |
| | | |||||
| * | Tests: Remove references to dropped KWSys SharedForward component | Brad King | 2023-02-07 | 1 | -1/+0 |
| | | |||||
| * | Build: Use imported target `kwiml::kwiml` instead of variables | Alex Turbov | 2022-09-22 | 1 | -2/+0 |
| | | |||||
| * | Build: Use imported target `LibRHash::LibRHash` instead of variables | Alex Turbov | 2022-09-22 | 1 | -2/+1 |
| | | |||||
| * | Build: Use imported target `LibUV::LibUV` instead of variables | Alex Turbov | 2022-09-22 | 1 | -2/+1 |
| | | |||||
| * | Build: Use imported target `JsonCpp::JsonCpp` instead of variables | Alex Turbov | 2022-09-22 | 1 | -2/+1 |
| | | |||||
| * | Build: Use imported target `CURL::libcurl` instead of variables | Alex Turbov | 2022-09-22 | 1 | -4/+1 |
| | | |||||
| * | Build: Use imported target `LibArchive::LibArchive` instead of variables | Alex Turbov | 2022-09-22 | 1 | -4/+9 |
| | | |||||
| * | Build: Use imported target `EXPAT::EXPAT` instead of variables | Alex Turbov | 2022-09-22 | 1 | -0/+1 |
| | | |||||
| * | Build: Use imported target `ZLIB::ZLIB` instead of variables | Alex Turbov | 2022-09-22 | 1 | -10/+8 |
| | | |||||
| * | Build: Extract `CMAKE_BUILD_UTILITIES` macro into a separate include | Alex Turbov | 2022-09-22 | 1 | -0/+383 |
| The macro was one time used with the comment "Simply to improve readability...". The result file doesn't have a macro anymore and just included into the root `CMakeLists.txt`. | |||||
