summaryrefslogtreecommitdiff
path: root/solenv/gbuild/platform
AgeCommit message (Expand)Author
2023-07-18MSVC: Silence C++23 std::numeric_limits::has_denorm deprecation warningStephan Bergmann
2023-02-24Fix build in a specific VS2022 environmentMike Kaganski
2023-02-16Use -O3 for Emscripten, seems to workTor Lillqvist
2023-02-16Add comment about using WASM exceptionsTor Lillqvist
2023-01-27Remove support for AIXStephan Bergmann
2023-01-24Clarify commentTor Lillqvist
2023-01-24Use PYTHONWARNINGS=ignore instead of 'default' for EmscriptenTor Lillqvist
2023-01-23Bin line that was commented-out in December 2021Tor Lillqvist
2023-01-17Adapt for --enable-wasm-exceptionsTor Lillqvist
2023-01-14EXCEPTIONS_ON has no meaningTor Lillqvist
2023-01-11Use gb_EMSCRIPTEN_QTDEFS only when building with Qt5Tor Lillqvist
2022-12-23Don't use symlinks for the Emscripten soffice.data and soffice.data.js.metadataTor Lillqvist
2022-12-23Un-confuse Emscripten and Qt5 conditionalsTor Lillqvist
2022-12-22gb_LTOFLAGS: use -flto=jobserver instead of fixed $(PARALLELISM)Christian Lohmaier
2022-12-13gb_var2file: remove now unused chunk-size parameterChristian Lohmaier
2022-12-12lld 16 trunk defaults to --no-undefined-version nowStephan Bergmann
2022-11-30Add LOKit functions and whitelist export for it to WASMThorsten Behrens
2022-11-28WASM gbuild: write link dependencies into a file $@.linkdepsMichael Stahl
2022-11-28WASM gbuild: avoid annoying python warnings from emscriptenMichael Stahl
2022-11-24Drop redundant -Wnon-virtual-dtorStephan Bergmann
2022-11-10Add riscv64 supportSakura286
2022-10-19Make MSVC -showIncludes processing more reliableStephan Bergmann
2022-08-11Add loongarch64 support.wjh-la
2022-08-06turn on -Wshadow-all for clang compilersNoel Grandin
2022-07-27rename GODSON/GODSON64 to MIPS/MIPS64Rene Engelhard
2022-06-08it is not our job to tell GCC whether to colorize its outputLuboš Luňák
2022-05-26use at least assertions mode if libc++ debug mode is not usableLuboš Luňák
2022-05-16enable libc++ debug mode again if availableLuboš Luňák
2022-05-09remove HAVE_LIBCPP_DEBUG (libc++ debug mode)Luboš Luňák
2022-05-01improve support for using libc++ on Linux and for libc++ debug modeLuboš Luňák
2022-04-12Delete tempfile when doneStephan Bergmann
2022-03-30WASM fix native EH build since Emscripten 3.1.6Jan-Marek Glogowski
2022-02-24Don't run ExternalExecutable_python with LD_LIBRARY_PATHStephan Bergmann
2022-02-20WASM depend on Emscripten 3.1.3 for native EHJan-Marek Glogowski
2022-02-17Drop -Wdeclaration-after-statementStephan Bergmann
2022-01-31externals: always provide platform configure flagsJan-Marek Glogowski
2022-01-23tdf#97046 prefix gb_ to system variablesArjun
2022-01-19Fix typoAndrea Gelmini
2022-01-19WASM support external DWARF infoJan-Marek Glogowski
2022-01-19WASM add option to build with native exceptionsJan-Marek Glogowski
2022-01-19WASM create and link the Emscripten FS imageJan-Marek Glogowski
2022-01-19WASM gbuild: add --pre-js dependenciesJan-Marek Glogowski
2022-01-19WASM adapt link and debug flagsJan-Marek Glogowski
2022-01-19WASM more initial bits and piecesJan-Marek Glogowski
2022-01-13Always set MAC_OS_X_VERSION_MAX_ALLOWED = MAC_OS_X_VERSION_MIN_REQUIREDStephan Bergmann
2022-01-12Fix typosAndrea Gelmini
2022-01-12gbuild: build static LO / link static executablesJan-Marek Glogowski
2022-01-08Unify condition names and fix "else" pathsJan-Marek Glogowski
2022-01-06annocheck warning about missing .note.gnu.property sectionCaolán McNamara
2022-01-01gbuild: silence Windows Skia clang buildsJan-Marek Glogowski