Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CI: Use COIN_UNIQUE_JOB_ID variable to detect if build is in COINSimo Fält2025-02-031-1/+1
* build: improve the build configuration implementationCristián Maureira-Fredes2024-12-181-0/+11
* build: options as a singletonCristián Maureira-Fredes2024-12-181-3/+11
* build: fix the URLError import statementCristián Maureira-Fredes2024-12-031-3/+4
* coin: ci code improvements for build and testCristián Maureira-Fredes2024-11-081-62/+0
* build/Windows: Clean up the codeFriedemann Kleint2024-10-181-0/+4
* build: Deal with read-only Qt installationsFriedemann Kleint2024-10-091-0/+6
* Build: Fix some pathlib changes from the pastShyamnath Premnadh2024-07-191-1/+2
* Adapt to numpy 2.0Friedemann Kleint2024-06-271-1/+6
* Python-3.10: Allow the new syntax for Python 3.9Christian Tismer2024-06-201-0/+1
* build scripts: Use log.warning() instead of deprecated log.warn()Friedemann Kleint2024-03-071-2/+2
* build scripts: Fix some flake8 issuesFriedemann Kleint2024-01-181-7/+6
* build: remove traces of distutilsCristián Maureira-Fredes2023-07-141-8/+1
* Tooling: Simplify adding new toolsShyamnath Premnadh2023-04-181-2/+5
* build: remove unused imports and obsolete commentCristián Maureira-Fredes2023-04-051-1/+0
* PySideTools: Fix non-existing macOS toolsShyamnath Premnadh2023-04-031-5/+11
* CI: Change the way we create wheels in CISimo Fält2023-02-221-1/+1
* PySide Build: find qtpaths before SetupRunner.run_setup()Shyamnath Premnadh2023-02-081-14/+0
* build: introduce log levelCristián Maureira-Fredes2023-02-021-4/+4
* Fix cross compilationShyamnath Premnadh2023-02-011-0/+1
* build_scripts: remove unused functionsCristián Maureira-Fredes2022-12-191-86/+0
* build_scripts: remove unused importsCristián Maureira-Fredes2022-12-191-2/+1
* build_system: Remove code trying to find the MSVC installationFriedemann Kleint2022-12-081-151/+0
* build system: Further introduce PathlibFriedemann Kleint2022-12-061-9/+14
* build system: Refactor helper backtick()Friedemann Kleint2022-12-051-16/+14
* Build scripts: Adapt to changed location of the metatypes directory in QtFriedemann Kleint2022-12-021-0/+10
* Fix libexec path for buildShyamnath Premnadh2022-11-291-1/+2
* Fix create_wheels.py : wrong libexec pathShyamnath Premnadh2022-11-281-1/+1
* PySideTools: install tool only if corresponding Qt tool existsShyamnath Premnadh2022-11-161-0/+48
* pathlib: fix utils.pyShyamnath Premnadh2022-11-071-2/+2
* pathlib: migrate build_scripts away from os.pathCristián Maureira-Fredes2022-10-181-73/+97
* build: replace distutils.log by simple loggerCristián Maureira-Fredes2022-10-131-5/+6
* build: replace DistutilsSetupError by SetupErrorCristián Maureira-Fredes2022-10-131-6/+6
* build system: Disable checking ICU libs for cross buildsFriedemann Kleint2022-09-261-0/+2
* build: Improve error message about test-configuring projects with cmakeFriedemann Kleint2022-09-091-5/+38
* build: Address fixme comment in utils.pyFriedemann Kleint2022-09-091-9/+4
* build: use explicit unpackCristián Maureira-Fredes2022-06-291-7/+3
* build: fix readability detailsCristián Maureira-Fredes2022-06-291-8/+6
* build: replace the usage of reserved Python wordsCristián Maureira-Fredes2022-06-291-24/+24
* build: rename our rmtree to avoid shutil conflictCristián Maureira-Fredes2022-06-291-2/+2
* build: avoid mutable default value as argumentCristián Maureira-Fredes2022-06-281-2/+8
* build: fix flake8 warnings and missing f-stringsCristián Maureira-Fredes2022-06-281-2/+2
* build: catch RuntimeError for install_name_tool on macOSCristián Maureira-Fredes2022-06-211-1/+4
* Use SPDX license identifiersLucie Gérard2022-05-271-38/+2
* flake8: fix style issues to build_scripts/Cristián Maureira-Fredes2022-04-131-16/+19
* build: update wheel namesCristián Maureira-Fredes2022-03-301-1/+4
* flake8: improve codestyling of build scriptsCristián Maureira-Fredes2022-03-221-20/+16
* Use python 3.8 when running CI integrations in Linux - take 2Simo Fält2022-03-221-1/+5
* setup.py: Add support for cross-buildingAlexandru Croitor2022-02-041-3/+75
* build_scripts: Ensure cmake process terminatesFriedemann Kleint2022-01-051-6/+5