| Commit message (Expand) | Author | Age |
* | Added wrapper generator for functions that require an import library. | Toni Uhlig | 2023-07-04 |
* | Improved `examples/dpp-example-cplusplus-EASTL.cpp` user mode build. | Toni Uhlig | 2023-07-02 |
* | Sign drivers on native Windows. Fixes #2. | Toni Uhlig | 2023-06-30 |
* | example3 supports BUILD_NATIVE | Toni Uhlig | 2023-06-28 |
* | Added _enable()/_disable() intrinsic functions to enable/disable maskable int... | Toni Uhlig | 2023-06-02 |
* | Github Actions: bump to ubuntu-20.04 | Toni Uhlig | 2023-04-20 |
* | Merge branch 'main' of gitlab.com:utoni/mingw-w64-ddk-template | Toni Uhlig | 2023-03-13 |
|\ |
|
| * | Tiny fixes. | Toni Uhlig | 2022-12-23 |
* | | Packaging support for third party libraries. | Toni Uhlig | 2023-03-13 |
* | | Tiny fixes. | Toni Uhlig | 2022-12-23 |
|/ |
|
* | Build DPP with a toolchain tarball generated by mingw-w64-build-ng. | lns | 2022-09-20 |
* | Implemented WorkQueue's as they are pretty common in WDK. | Toni Uhlig | 2022-09-10 |
* | Repository clean up, renamed ddk-template* to dpp-example*. | Toni Uhlig | 2022-09-09 |
* | Added CFLAGS -fno-stack-protector -mno-stack-arg-probe. Maybe __chkstk_ms() w... | Toni Uhlig | 2022-09-07 |
* | Changed Mingw-w64 sysroot to mingw-w64-sysroot. | Toni Uhlig | 2022-09-02 |
* | Support USER_LIBS for project Makefiles. | Toni Uhlig | 2022-09-02 |
* | Merge commit 'ba1cf789ea28c86475f67090b947630c2273b77d' | Toni Uhlig | 2022-08-31 |
|\ |
|
| * | Squashed 'mingw-w64-build/' changes from c453fac..fa4e958 | Toni Uhlig | 2022-08-31 |
* | | updated Gitlab/Github CI branches | Toni Uhlig | 2022-08-30 |
* | | README.md update1.2release-1.2 | Toni Uhlig | 2022-08-30 |
* | | EASTL build: tell CMake about our ressource compiler windres | Toni Uhlig | 2022-08-29 |
* | | Added URLs to CI badges. | lns | 2022-06-09 |
* | | Added Github Actions badge. | Toni | 2022-05-08 |
* | | CI: Github Actions | Toni | 2022-05-07 |
* | | Fixed pipeline badges. | lns | 2022-05-07 |
* | | Added some (useful?) informations to the read!me. | lns | 2022-05-07 |
* | | Add 'mingw-w64-build/' from commit 'c453fac127d06aef4d0c7eec3e5bbcd4795c82d9' | lns | 2022-05-06 |
|\| |
|
| * | Merge pull request #7 from lnslbrty/mingw-w64-build-ng | Toni | 2022-01-20 |
| |\ |
|
| | * | Removed config.guess (not required, should be used w/ config.sub). | Toni Uhlig | 2022-01-20 |
| * | | Merge pull request #6 from lnslbrty/mingw-w64-build-ng | Toni | 2022-01-04 |
| |\| |
|
| | * | updated config.guess chksm | Toni Uhlig | 2022-01-04 |
| * | | Merge pull request #5 from lnslbrty/mingw-w64-build-ng | Toni | 2021-10-29 |
| |\| |
|
| | * | Merge remote-tracking branch 'origin/master' into mingw-w64-build-ng | Toni Uhlig | 2021-10-29 |
| | |\ |
|
| | | * | Merge pull request #23 from lnslbrty/master | Zeranoe | 2021-10-29 |
| | | |\ |
|
| | | | * | Give the user the ability to differentiate between install and prefix path. | Toni Uhlig | 2021-10-29 |
| | | |/ |
|
| * | | | Merge pull request #4 from lnslbrty/mingw-w64-build-ng | Toni | 2021-10-27 |
| |\| | |
|
| | * | | Use tarball release instead of git release branches. | Toni Uhlig | 2021-10-27 |
| * | | | Merge pull request #3 from lnslbrty/mingw-w64-build-ng | Toni | 2021-10-26 |
| |\| | |
|
| | * | | Change ROOT_PATH with `--root-path`. | Toni Uhlig | 2021-10-26 |
| * | | | Merge pull request #2 from lnslbrty/mingw-w64-build-ng | Toni | 2021-10-26 |
| |\| | |
|
| | * | | Added hash verification for all downloaded files. | Toni Uhlig | 2021-10-26 |
| * | | | Merge pull request #1 from lnslbrty/mingw-w64-build-ng | Toni | 2021-10-26 |
| |\| |
| | |/
| |/| |
|
| | * | Ability to change the ROOT_PATH via env. | Toni Uhlig | 2021-10-26 |
| |/ |
|
| * | Only build target arch CRT libs | Kyle Schwarz | 2021-09-18 |
| * | Build without debug symbols | Kyle Schwarz | 2021-09-18 |
| * | Switch to https for downloads | Kyle Schwarz | 2021-08-31 |
| * | Rewrite mingw-w64-build | Kyle Schwarz | 2021-08-29 |
| * | Update packages | Kyle Schwarz | 2020-12-01 |
| * | Bash doesn't need variables defined | Kyle Schwarz | 2020-08-05 |
| * | Use dwarf2 for unwinding on i686 | Kyle Schwarz | 2020-07-28 |