aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAge
* add Doxygen docsEgor Tensin2022-03-10
|
* File: add get_size/query_idEgor Tensin2021-05-16
|
* get rid of SafeIntEgor Tensin2021-05-04
|
* cmake: slight CMakeLists.txt refactoringEgor Tensin2021-04-07
|
* add CTest tests, add `make test`, etc.Egor Tensin2021-04-06
|
* use SafeInt to make integers a bit more safeEgor Tensin2021-02-24
|
* cmake: files are per-directory, not per-extensionEgor Tensin2020-10-18
|
* cmake: minor tweaksEgor Tensin2020-10-17
|
* cmd_line.cpp: move implementation from cmd_line.hppEgor Tensin2020-10-14
|
* cmd_line.hpp: rework for this projectEgor Tensin2020-10-14
|
* cmake: don't install winapi-utf8Egor Tensin2020-10-14
|
* add error-handling functionsEgor Tensin2020-10-14
| | | | | | | They are almost exact copies from my pdb-repo project at https://github.com/egor-tensin/pdb-repo/tree/fa2afec5e7af45e7f1440b2d32c2a4e63dad6a62 I'm currently thinking about renaming it to winapi-debug BTW.
* cmake: Boost::boost instead of Boost::headersEgor Tensin2020-10-14
|
* add Handle classEgor Tensin2020-10-14
It's derived from various projects of mine.