Commit message (Collapse) | Author | ||
---|---|---|---|
2019-12-22 | cmake: install() PDB files | Egor Tensin | |
2019-12-16 | cmake: add install() rules | Egor Tensin | |
2019-12-09 | fix CMake files | Egor 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-01 | um: fix compiler warnings | Egor Tensin | |
2017-05-01 | um: strip the 'lib' prefix from namespace names | Egor Tensin | |
2017-05-01 | um: strip the 'lib' prefix from include/ dirs | Egor Tensin | |
2017-05-01 | README updates | Egor Tensin | |
2017-04-29 | um: strip the 'lib' prefix from CMake targets | Egor Tensin | |
2017-04-28 | CMakeLists.txt updates | Egor Tensin | |
Strip symbols, link the runtime statically, fix MinGW-w64 builds, etc. | |||
2017-04-28 | service: fix compiler warnings & code style | Egor Tensin | |
2017-04-27 | README updates | Egor Tensin | |
2017-04-27 | um: reorganize projects | Egor Tensin | |
* libservice -> service * libsimple -> wrappers/simple * libnt_path_converter -> wrappers/special/nt_path_converter |