aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| | * Clone mingw-w64 using --depth 1Stefano Azzalini2017-12-05
| | | | | | | | | Full git history is not necessary to run the build. This speed up the cloning process as well
| * | Merge pull request #2 from steazzalini/patch-1Zeranoe2017-12-16
| |\ \ | | |/ | |/| Run configure command using relative path
| | * Run configure command using relative pathStefano Azzalini2017-12-04
| |/ | | | | On Win10, gcc build fails during configure due to an issue related to absolute path invocation under msys.
| * Add "Platforms" section to README.mdZeranoe2017-06-12
| | | | | | mingw-w64-build has been tested on the listed platforms, but will likely compile on other Unix systems.
| * Version 4.0.0Zeranoe2017-06-12
| | | | | | Updated the mingw-w64-build script to version 4.0.0.
| * Create README.mdZeranoe2017-06-10
| |
| * Initial commitZeranoe2017-06-10
|
* Moved mingw-w64-build submodule to subtree.lns2022-05-06
| | | | Signed-off-by: lns <matzeton@googlemail.com>
* Distinguish between local and dependency targets to prevent confusion.Toni Uhlig2022-03-09
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* submodule update: lnslbrty/mingw-w64-build-ngToni Uhlig2022-01-20
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* submodule update: lnslbrty/mingw-w64-build-ngToni Uhlig2022-01-04
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* yet another readme update1.1release-1.1Toni Uhlig2021-10-30
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Fix CircleCI build.Toni Uhlig2021-10-30
| | | | | | | * README update * make help Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Support HOSTCC builds for EASTL.Toni Uhlig2021-10-29
| | | | | | * set parallel jobs for mingw-w64-build via Makefile.deps Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Switched to mingw-w64-build-ng.Toni Uhlig2021-10-26
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Removed .gitmodules from EASTL.Toni Uhlig2021-10-26
| | | | | | * Force Gitlab-CI to fail if `make deps`fails. Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added source'able toolchain script.Toni Uhlig2021-09-19
| | | | | | * The script adds x86_64-w64-mingw32/bin and x86_64-w64-mingw32/x86_64-w64-mingw32/bin to PATH Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Ignore strict aliasing warnings.Toni Uhlig2021-08-03
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Circle-CIToni Uhlig2021-08-01
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Gitlab-CIToni Uhlig2021-07-31
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Set DriverUnload callback after DriverEntry called. Added appropriate README ↵Toni Uhlig2021-07-29
| | | | | | advisory. Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Fixed ctor/dtor issue allowing use of static qualifiers for non primitives.Toni Uhlig2021-07-28
| | | | | | | | * split CRT in a C and C++ part * use "fake" entry point to init CRT and set a DriverUnload routine for de-init * added -Wl,--exclude-all-symbols to DRIVER_LDFLAGS Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added first known issue regarding `static MyClass test;` ctor/dtor failure.Toni Uhlig2021-04-29
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Unified CFLAGS for EASTL and all other builds.Toni Uhlig2021-04-24
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added Makefile macro to check if some exec's are available e.g. $(CC),$(CXX),..Toni Uhlig2021-04-24
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Re-worked all the Makefile's as they were not sufficient for external projects.Toni Uhlig2021-04-24
| | | | | | * simplified DriverThread::SpinLock Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Improved driver-sign comfort by using fake-CA's w/o passphrase and self-sign ↵Toni Uhlig2021-04-23
| | | | | | driver images with osslsigncode. Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Support for using EASTL w/ user space apps.Toni Uhlig2021-04-23
| | | | | | * use osslsigncode to sign drivers/apps Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Support for using Makefile.external in external projects.Toni Uhlig2021-04-22
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Fixed possible deadlock.Toni Uhlig2021-04-20
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Update README.mdToni2021-04-20
|
* Update README.mdToni2021-04-20
|
* Added MT support for ring0 drivers.Toni Uhlig2021-04-20
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added kernel threading support.Toni Uhlig2021-04-20
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Merge branch 'master' of github.com:lnslbrty/mingw-w64-ddk-templateToni Uhlig2021-04-18
|\
| * Update README.mdToni2021-04-16
| |
* | Added EV code signing CA/Cert generator.Toni Uhlig2021-04-18
|/ | | | | | * print infinite debug messages on a pure virtual function call Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Added Makefile install target and point'n'click batch files.Toni Uhlig2021-04-16
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* EASTL update scriptToni Uhlig2021-04-16
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* EASTL integrationToni Uhlig2021-04-16
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Merge commit '3c534012646b0a68566a494d76fde274e29bfb9e' as ↵Toni Uhlig2021-04-08
|\ | | | | | | 'EASTL/test/packages/EABase'
| * Squashed 'EASTL/test/packages/EABase/' content from commit 9816bb9Toni Uhlig2021-04-08
| | | | | git-subtree-dir: EASTL/test/packages/EABase git-subtree-split: 9816bb911b17f9ee593ad0913a036a175aeaece7
* Removed EABase as git submodule.Toni Uhlig2021-04-08
| | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* Merge commit 'e59cf7b09e7388d369e8d2bf73501cde79c28708' as 'EASTL'Toni Uhlig2021-04-08
|\
| * Squashed 'EASTL/' content from commit fad5471Toni Uhlig2021-04-08
| | | | | git-subtree-dir: EASTL git-subtree-split: fad54717f8e4ebb13b20095da7efd07a53af0f10
* initial commitToni Uhlig2021-04-07
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>