aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc
Commit message (Expand)AuthorAge
* Added basic CXX string obfuscation via constexpr.Toni Uhlig2023-12-23
* Partial SEH support.Toni Uhlig2023-11-15
* Added custom linker script.Toni Uhlig2023-10-01
* Vsnprintf's a warning into the buffer if eastl::to_string is used.Toni Uhlig2023-09-15
* Include `eastl_compat.cpp` in (native/mingw) user-mode builds.Toni Uhlig2023-09-15
* Added `nanoprintf.h` header only library to implement `::to_string` functions.Toni Uhlig2023-09-15
* Fixed CI.Toni Uhlig2023-07-26
* Fixed build if "use your own toolchain" enabled.Toni Uhlig2023-07-26
* Improved local dep building.Toni Uhlig2023-07-26
* Fixed ArchLinux build.Toni Uhlig2023-07-05
* Added wrapper generator for functions that require an import library.Toni Uhlig2023-07-04
* Sign drivers on native Windows. Fixes #2.Toni Uhlig2023-06-30
* Packaging support for third party libraries.Toni Uhlig2023-03-13
* Build DPP with a toolchain tarball generated by mingw-w64-build-ng.lns2022-09-20
* Added CFLAGS -fno-stack-protector -mno-stack-arg-probe. Maybe __chkstk_ms() w...Toni Uhlig2022-09-07
* Changed Mingw-w64 sysroot to mingw-w64-sysroot.Toni Uhlig2022-09-02
* Support USER_LIBS for project Makefiles.Toni Uhlig2022-09-02
* EASTL build: tell CMake about our ressource compiler windresToni Uhlig2022-08-29
* Added some (useful?) informations to the read!me.lns2022-05-07
* Fix CircleCI build.Toni Uhlig2021-10-30
* Support HOSTCC builds for EASTL.Toni Uhlig2021-10-29
* Ignore strict aliasing warnings.Toni Uhlig2021-08-03
* Gitlab-CIToni Uhlig2021-07-31
* Fixed ctor/dtor issue allowing use of static qualifiers for non primitives.Toni Uhlig2021-07-28
* Added first known issue regarding `static MyClass test;` ctor/dtor failure.Toni Uhlig2021-04-29
* Unified CFLAGS for EASTL and all other builds.Toni Uhlig2021-04-24
* Added Makefile macro to check if some exec's are available e.g. $(CC),$(CXX),..Toni Uhlig2021-04-24
* Re-worked all the Makefile's as they were not sufficient for external projects.Toni Uhlig2021-04-24