aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAge
* README: updateEgor Tensin2021-06-11
|
* cmake: use install_pdbs()Egor Tensin2021-03-25
|
* update cmake-commonEgor Tensin2021-03-25
|
* AppVeyor: only Debug on Win32Egor Tensin2020-10-05
|
* update cmake-commonEgor Tensin2020-10-04
|
* update cmake-commonEgor Tensin2020-04-05
|
* AppVeyor: fast_finishEgor Tensin2020-01-11
|
* appveyor.yml -> .appveyor.ymlEgor Tensin2020-01-11
|
* update cmake-commonEgor Tensin2020-01-09
|
* update cmake-commonEgor Tensin2020-01-01
|
* um: README updateEgor Tensin2019-12-22
|
* cmake: install() PDB filesEgor Tensin2019-12-22
|
* update cmake-commonEgor Tensin2019-12-21
|
* cmake: install LICENSE.txtEgor Tensin2019-12-16
|
* AppVeyor: package the artifactsEgor Tensin2019-12-16
|
* AppVeyor: install kernel modules as wellEgor Tensin2019-12-16
|
* update cmake-commonEgor Tensin2019-12-16
|
* cmake: add install() rulesEgor Tensin2019-12-16
|
* AppVeyor: Release builds only on masterEgor Tensin2019-12-10
|
* fix CMake filesEgor Tensin2019-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_MEANEgor Tensin2019-12-09
|
* update cmake-commonEgor Tensin2019-12-09
|
* AppVeyor: no -Wno-devEgor Tensin2019-12-09
|
* update cmake-commonEgor Tensin2019-12-09
|
* set minimum CMake versionEgor Tensin2019-12-09
|
* AppVeyor: pull submodulesEgor Tensin2019-12-08
|
* add cmake-common as a submoduleEgor Tensin2019-12-08
|
* add .gitattributesEgor Tensin2019-12-08
|
* AppVeyor: appveyor -> appveyor.exeEgor Tensin2019-08-29
|
* AppVeyor: build all branchesEgor Tensin2019-08-24
|
* AppVeyor: build km/ for different Windows versionsEgor Tensin2019-08-24
|
* AppVeyor: move .gitattributes to .appveyor/Egor Tensin2019-08-24
|
* AppVeyor: add test.ps1Egor Tensin2019-08-23
|
* AppVeyor: build km/Egor Tensin2019-08-22
|
* README: add AppVeyor badgeEgor Tensin2019-08-22
|
* add AppVeyor configurationEgor Tensin2019-08-22
|
* um: code styleEgor Tensin2017-06-25
|
* um: fix compiler warningsEgor Tensin2017-06-01
|
* um: README updateEgor Tensin2017-05-23
|
* um: common.cmake updateEgor Tensin2017-05-19
|
* um: common.cmake updateEgor Tensin2017-05-01
|
* service: refactoringEgor Tensin2017-05-01
| | | | * No more compiler-specific macros.
* um: strip the 'lib' prefix from namespace namesEgor Tensin2017-05-01
|
* um: strip the 'lib' prefix from include/ dirsEgor Tensin2017-05-01
|
* service: code styleEgor Tensin2017-05-01
|
* README updatesEgor Tensin2017-05-01
|
* um: split root CMakeLists.txtEgor Tensin2017-04-29
|
* um: strip the 'lib' prefix from CMake targetsEgor Tensin2017-04-29
|
* nt_path_converter -> nt_namespaceEgor Tensin2017-04-28
|
* CMakeLists.txt updatesEgor Tensin2017-04-28
| | | | Strip symbols, link the runtime statically, fix MinGW-w64 builds, etc.