summaryrefslogtreecommitdiffstats
path: root/platform/SCsub
Commit message (Expand)AuthorAgeFilesLines
* Update pre-commit hooks configuration to use `ruff` instead of `black`Jakub Marcowski2024-05-211-1/+2
* SCons: Generate all scripts nativelyThaddeus Crews2024-05-071-14/+51
* SCons: unify code generations routine and minimize timestamp changesRiteo2024-03-151-6/+3
* Enforce `\n` eol for Python writesThaddeus Crews2024-03-091-1/+1
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-12/+12
* SCons: Drop support for Python 2Rémi Verschelde2020-03-251-3/+1
* Always use lists for `LIBS` in SConsHugo Locurcio2019-08-121-1/+1
* SCons: Fix uses of [].append instead of env.add_source_files()Rémi Verschelde2019-07-221-4/+5
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-2/+0
* Running builder (content generator) functions in subprocesses on WindowsViktor Ferenczi2018-07-271-3/+6
* Properly closing all files in Python codeViktor Ferenczi2018-03-111-5/+4
* disable caching for targets using helper functionsRhody Lugo2017-11-281-2/+1
* use the same cache for all branches for appveyorRhody Lugo2017-11-281-1/+3
* Facilitate exposing platform-exclusive interfaces to all platformsLeon Krause2017-11-181-0/+30