Age | Commit message (Expand) | Author |
2023-07-18 | MSVC: Silence C++23 std::numeric_limits::has_denorm deprecation warning | Stephan Bergmann |
2023-02-24 | Fix build in a specific VS2022 environment | Mike Kaganski |
2023-02-16 | Use -O3 for Emscripten, seems to work | Tor Lillqvist |
2023-02-16 | Add comment about using WASM exceptions | Tor Lillqvist |
2023-01-27 | Remove support for AIX | Stephan Bergmann |
2023-01-24 | Clarify comment | Tor Lillqvist |
2023-01-24 | Use PYTHONWARNINGS=ignore instead of 'default' for Emscripten | Tor Lillqvist |
2023-01-23 | Bin line that was commented-out in December 2021 | Tor Lillqvist |
2023-01-17 | Adapt for --enable-wasm-exceptions | Tor Lillqvist |
2023-01-14 | EXCEPTIONS_ON has no meaning | Tor Lillqvist |
2023-01-11 | Use gb_EMSCRIPTEN_QTDEFS only when building with Qt5 | Tor Lillqvist |
2022-12-23 | Don't use symlinks for the Emscripten soffice.data and soffice.data.js.metadata | Tor Lillqvist |
2022-12-23 | Un-confuse Emscripten and Qt5 conditionals | Tor Lillqvist |
2022-12-22 | gb_LTOFLAGS: use -flto=jobserver instead of fixed $(PARALLELISM) | Christian Lohmaier |
2022-12-13 | gb_var2file: remove now unused chunk-size parameter | Christian Lohmaier |
2022-12-12 | lld 16 trunk defaults to --no-undefined-version now | Stephan Bergmann |
2022-11-30 | Add LOKit functions and whitelist export for it to WASM | Thorsten Behrens |
2022-11-28 | WASM gbuild: write link dependencies into a file $@.linkdeps | Michael Stahl |
2022-11-28 | WASM gbuild: avoid annoying python warnings from emscripten | Michael Stahl |
2022-11-24 | Drop redundant -Wnon-virtual-dtor | Stephan Bergmann |
2022-11-10 | Add riscv64 support | Sakura286 |
2022-10-19 | Make MSVC -showIncludes processing more reliable | Stephan Bergmann |
2022-08-11 | Add loongarch64 support. | wjh-la |
2022-08-06 | turn on -Wshadow-all for clang compilers | Noel Grandin |
2022-07-27 | rename GODSON/GODSON64 to MIPS/MIPS64 | Rene Engelhard |
2022-06-08 | it is not our job to tell GCC whether to colorize its output | Luboš Luňák |
2022-05-26 | use at least assertions mode if libc++ debug mode is not usable | Luboš Luňák |
2022-05-16 | enable libc++ debug mode again if available | Luboš Luňák |
2022-05-09 | remove HAVE_LIBCPP_DEBUG (libc++ debug mode) | Luboš Luňák |
2022-05-01 | improve support for using libc++ on Linux and for libc++ debug mode | Luboš Luňák |
2022-04-12 | Delete tempfile when done | Stephan Bergmann |
2022-03-30 | WASM fix native EH build since Emscripten 3.1.6 | Jan-Marek Glogowski |
2022-02-24 | Don't run ExternalExecutable_python with LD_LIBRARY_PATH | Stephan Bergmann |
2022-02-20 | WASM depend on Emscripten 3.1.3 for native EH | Jan-Marek Glogowski |
2022-02-17 | Drop -Wdeclaration-after-statement | Stephan Bergmann |
2022-01-31 | externals: always provide platform configure flags | Jan-Marek Glogowski |
2022-01-23 | tdf#97046 prefix gb_ to system variables | Arjun |
2022-01-19 | Fix typo | Andrea Gelmini |
2022-01-19 | WASM support external DWARF info | Jan-Marek Glogowski |
2022-01-19 | WASM add option to build with native exceptions | Jan-Marek Glogowski |
2022-01-19 | WASM create and link the Emscripten FS image | Jan-Marek Glogowski |
2022-01-19 | WASM gbuild: add --pre-js dependencies | Jan-Marek Glogowski |
2022-01-19 | WASM adapt link and debug flags | Jan-Marek Glogowski |
2022-01-19 | WASM more initial bits and pieces | Jan-Marek Glogowski |
2022-01-13 | Always set MAC_OS_X_VERSION_MAX_ALLOWED = MAC_OS_X_VERSION_MIN_REQUIRED | Stephan Bergmann |
2022-01-12 | Fix typos | Andrea Gelmini |
2022-01-12 | gbuild: build static LO / link static executables | Jan-Marek Glogowski |
2022-01-08 | Unify condition names and fix "else" paths | Jan-Marek Glogowski |
2022-01-06 | annocheck warning about missing .note.gnu.property section | Caolán McNamara |
2022-01-01 | gbuild: silence Windows Skia clang builds | Jan-Marek Glogowski |