aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/um/wrappers/simple (unfollow)
Commit message (Collapse)Author
2019-12-22cmake: install() PDB filesEgor Tensin
2019-12-16cmake: add install() rulesEgor Tensin
2019-12-09fix CMake filesEgor Tensin
It used to work, but since a few commits ago (with the introduction of cmake_minimum_required, I suspect), some libraries couldn't be found by the executables. It makes a lot of sense actually, since the service library is referenced in the headers, which are referenced in the utils.
2017-06-01um: fix compiler warningsEgor Tensin
2017-05-01um: strip the 'lib' prefix from namespace namesEgor Tensin
2017-05-01um: strip the 'lib' prefix from include/ dirsEgor Tensin
2017-05-01README updatesEgor Tensin
2017-04-29um: strip the 'lib' prefix from CMake targetsEgor Tensin
2017-04-28CMakeLists.txt updatesEgor Tensin
Strip symbols, link the runtime statically, fix MinGW-w64 builds, etc.
2017-04-28service: fix compiler warnings & code styleEgor Tensin
2017-04-27README updatesEgor Tensin
2017-04-27um: reorganize projectsEgor Tensin
* libservice -> service * libsimple -> wrappers/simple * libnt_path_converter -> wrappers/special/nt_path_converter