Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | cmake: add install() rules | Egor Tensin | 2019-12-16 |
| | |||
* | fix CMake files | Egor Tensin | 2019-12-09 |
| | | | | | | | | | 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. | ||
* | restore WIN32_LEAN_AND_MEAN | Egor Tensin | 2019-12-09 |
| | |||
* | update cmake-common | Egor Tensin | 2019-12-09 |
| | |||
* | update cmake-common | Egor Tensin | 2019-12-09 |
| | |||
* | set minimum CMake version | Egor Tensin | 2019-12-09 |
| | |||
* | add cmake-common as a submodule | Egor Tensin | 2019-12-08 |
| | |||
* | um: code style | Egor Tensin | 2017-06-25 |
| | |||
* | um: fix compiler warnings | Egor Tensin | 2017-06-01 |
| | |||
* | um: README update | Egor Tensin | 2017-05-23 |
| | |||
* | um: common.cmake update | Egor Tensin | 2017-05-19 |
| | |||
* | um: common.cmake update | Egor Tensin | 2017-05-01 |
| | |||
* | service: refactoring | Egor Tensin | 2017-05-01 |
| | | | | * No more compiler-specific macros. | ||
* | 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 |
| | |||
* | service: code style | Egor Tensin | 2017-05-01 |
| | |||
* | README updates | Egor Tensin | 2017-05-01 |
| | |||
* | um: split root CMakeLists.txt | Egor Tensin | 2017-04-29 |
| | |||
* | um: strip the 'lib' prefix from CMake targets | Egor Tensin | 2017-04-29 |
| | |||
* | nt_path_converter -> nt_namespace | Egor Tensin | 2017-04-28 |
| | |||
* | CMakeLists.txt updates | Egor Tensin | 2017-04-28 |
| | | | | Strip symbols, link the runtime statically, fix MinGW-w64 builds, etc. | ||
* | service: fix compiler warnings & code style | Egor Tensin | 2017-04-28 |
| | |||
* | README updates | Egor Tensin | 2017-04-27 |
| | |||
* | um: reorganize projects | Egor Tensin | 2017-04-27 |
| | | | | | | * libservice -> service * libsimple -> wrappers/simple * libnt_path_converter -> wrappers/special/nt_path_converter | ||
* | reorganize files | Egor Tensin | 2017-04-27 |
* src/ -> km/src/ * utils/ -> um/ * Move WDK 7.1-specific *.bat files to km/build/wdk7.1/ * Move WDK 8.1 Update 1 solutions to km/build/wdk8.1update/ |