Age | Commit message (Expand) | Author |
2022-02-23 | external/python3: Explicitly check that all extension modules got built | Stephan Bergmann |
2022-01-31 | externals: always provide platform configure flags | Jan-Marek Glogowski |
2021-10-08 | Centralize VS-to-toolset mapping in configure | Mike Kaganski |
2021-09-16 | Add preliminary VS 2022 support | Hossein |
2021-08-20 | Make some scripts more portable | Ilmari Lauhakangas |
2021-05-07 | external/python3: First removeunnecessarystuff, then fixinstallnames | Stephan Bergmann |
2021-05-05 | WASM: add initial support for Emscripten cross build | Jan-Marek Glogowski |
2021-05-05 | Switch OPENSSL config var from negative to positive | Jan-Marek Glogowski |
2021-04-21 | Python .so files names have changed on macOS at least for some reason | Tor Lillqvist |
2021-01-18 | mac: don't put script files into Contents/MacOS or framework-bin directory | Christian Lohmaier |
2020-12-03 | Drop Python modules we don't want on macOS, too, like on other platforms | Tor Lillqvist |
2020-12-01 | Enable Python Py_DEBUG setting when built with --enable-dbgutil on Linux | Thomas Viehmann |
2020-11-19 | Add comment on how to run Python's own unit tests | Tor Lillqvist |
2020-09-15 | WIN add and apply default msbuild platform+config | Jan-Marek Glogowski |
2020-07-17 | python3: update to 3.8.4 | Jan-Marek Glogowski |
2020-07-17 | libffi: build DLL on Windows | Jan-Marek Glogowski |
2020-07-17 | openssl: update to 1.1.1g | Jan-Marek Glogowski |
2020-04-29 | Fix gb_ExternalProject_get_state_target,python3,removeunnecessarystuff | Stephan Bergmann |
2020-04-16 | Fix passing --disable-optimized into external/python3 | Stephan Bergmann |
2020-03-04 | Bump Windows build baseline to Visual Studio 2019 16.4 | Stephan Bergmann |
2020-02-16 | GBUILD_TRACE, support for finding out where the build time is spent | Luboš Luňák |
2020-01-09 | python3: bundle libffi for GNU/Linux builds | Michael Stahl |
2020-01-08 | python3: upgrade to release 3.7.6 | Michael Stahl |
2019-11-19 | python3: upgrade to release 3.5.9 | Michael Stahl |
2019-04-16 | Initial VS 2019 Support | Tomoyuki Kubota |
2019-01-24 | Drop unnecessary gb_DEBUG_CFLAGS | Stephan Bergmann |
2019-01-16 | Minimum Supported Version is VS2017 | himajin100000 |
2018-08-15 | tdf#106324: Remove unnecessary test folder from LibreOfficePython framework | Tor Lillqvist |
2018-06-05 | try building python in parallel on windows | Noel Grandin |
2017-05-30 | sal,external: remove checks for obsolete VCVER=120 | Michael Stahl |
2017-02-22 | MSVC 14.0: Make it work with older SDK version | David Ostrovsky |
2017-02-21 | Fix check for non-empty UCRTVERSION | Stephan Bergmann |
2017-02-15 | Support MSVC 15.0 | David Ostrovsky |
2017-02-10 | Remove MinGW support | Stephan Bergmann |
2016-11-04 | fix build of bundled python3 with bundled zlib | David Tardon |
2016-09-16 | external/python3: Fix building against external/zlib | Stephan Bergmann |
2016-08-04 | Don't use functions introduced in 10.12 when building to run on older | Tor Lillqvist |
2016-07-11 | Break gb_DEBUGINFO_FLAGS out of gb_DEBUG_CFLAGS | Stephan Bergmann |
2016-07-01 | python3: override LINKCC properly, it needs -pthread | Michael Stahl |
2016-07-01 | remove executable bit from .mk files | Michael Stahl |
2016-01-07 | configure: hard-code /usr/bin/{sort,find} for Cygwin | Michael Stahl |
2015-10-27 | Fix python3 on MSVC 14.0 | David Ostrovsky |
2015-10-25 | Bump python to 3.5 | David Ostrovsky |
2015-09-09 | externals: remove various obsolete MSVC2012 specific flags | Michael Stahl |
2015-02-23 | Clang -fsanitize=vptr: ensure __ubsan_vptr_type_cache in python.bin | Stephan Bergmann |
2015-02-02 | pyhon: add lib-dynload libs to fixinstallnames (OS X) | Robert Antoni Buj i Gelonch |
2014-10-16 | MAC_OS_X_VERSION_MIN_REQUIRED is always >= 1080 now | Tor Lillqvist |
2014-09-17 | Bye bye VS2010 | Tor Lillqvist |
2014-09-11 | For ASAN __cxa_throw interception to work, link python.bin to libstdc++ | Stephan Bergmann |
2014-08-09 | VS2013: Override ToolsVersion setting | Thomas Arnhold |