summaryrefslogtreecommitdiffstats
path: root/methods.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #99501 from AThousandShips/fix_cache_timeThaddeus Crews2024-11-211-7/+12
|\
| * [Buildsystem] Prevent cache check mangling access timeA Thousand Ships2024-11-211-7/+12
* | Merge pull request #99274 from shana/vsproj-calculate-dependenciesThaddeus Crews2024-11-211-60/+41
|\ \ | |/ |/|
| * Use scons to calculate all the sources needed for vsproj generation.Andreia Gaita2024-11-211-60/+41
* | SCons: Fix up build after cache logic changesRémi Verschelde2024-11-151-0/+1
* | Merge pull request #99217 from dustdfg/refactor_compiler_min_detectionThaddeus Crews2024-11-151-2/+4
|\ \
| * | Buildsystem: Refactor compiler detection codeYevhen Babiichuk (DustDFG)2024-11-151-2/+4
| |/
* / SCons: Improve cache purging logicThaddeus Crews2024-11-151-140/+142
|/
* Merge pull request #99138 from dustdfg/remove_old_vs_proj_codeThaddeus Crews2024-11-131-20/+1
|\
| * Delete old unused code for VS project generationYevhen Babiichuk (DustDFG)2024-11-121-20/+1
* | SCons: Bump minimum SCons & Python versionsThaddeus Crews2024-11-121-2/+1
|/
* Delete old function for parsing CG shadersYevhen Babiichuk (DustDFG)2024-11-081-28/+0
* Replace _find_scu_section_name function with SCons builtinsYevhen Babiichuk (DustDFG)2024-11-061-33/+2
* Remove pre-Visual Studio 2017 detection code in the buildsystemHugo Locurcio2024-11-051-34/+1
* Deleted stale check. Now SCons supports globbing with `#` inside pathYevhen Babiichuk (DustDFG)2024-11-021-15/+7
* Make module dependency check recursiveYevhen Babiichuk (DustDFG)2024-10-231-13/+11
* SCons: Fix MSVC version check for VS Preview九軒2024-10-021-1/+1
* SCons: Include pre-release in MSVC detectionThaddeus Crews2024-09-291-1/+16
* SCons: Fix MSVC decode errorThaddeus Crews2024-09-291-1/+1
* SCons: Detect msvc compiler versionThaddeus Crews2024-09-271-4/+17
* Merge pull request #96407 from alvinhochun/mingw-ar-long-command-tempfileRémi Verschelde2024-09-181-18/+6
|\
| * Remove ARFLAGS hack for Windows, replace with TEMPFILEAlvin Wong2024-09-011-18/+6
* | [Buildsystem] Improve cache handlingA Thousand Ships2024-09-091-38/+62
|/
* Add support for compiling with VS clang-cl toolsetAlula2024-08-281-14/+13
* MinGW: Print compiler warnings on WindowsAlvin Wong2024-08-281-0/+2
* SCons: Add method to generate raw cstringsThaddeus Crews2024-07-311-1/+41
* Merge pull request #93753 from Repiteo/scons/visual-studio-fixesRémi Verschelde2024-07-221-2/+13
|\
| * SCons: Fix output with `vsproj=yes`Thaddeus Crews2024-06-291-2/+13
* | Merge pull request #94117 from mhilbrunner/fix-94090-vsproj-scons-4.8Rémi Verschelde2024-07-091-3/+5
|\ \
| * | Fix VS project generation with SCons 4.8.0+Max Hilbrunner2024-07-091-3/+5
| |/
* / Fix build fetching git_timestamp if git log.showsignature=trueZorvalt2024-07-081-1/+1
|/
* Fix not using `encoding="utf-8"` when writing to files or reading from themKusok2024-06-191-2/+2
* SCons: Minor fixes/adjustments for web compilationThaddeus Crews2024-05-241-0/+2
* Update pre-commit hooks configuration to use `ruff` instead of `black`Jakub Marcowski2024-05-211-28/+23
* SCons: Generate all scripts nativelyThaddeus Crews2024-05-071-131/+113
* SCons: Fixes for warn/error colorizationThaddeus Crews2024-04-291-46/+48
* SCons: Colorize warnings/errors during generationThaddeus Crews2024-04-281-66/+80
* SCons: `scons_version` to environment variableThaddeus Crews2024-04-241-7/+3
* [Web] Fix building for web on WindowsA Thousand Ships2024-04-201-1/+5
* SCons: Disable `show_progress` with ninjaThaddeus Crews2024-04-181-0/+4
* Visual Studio: Fix indentation in sln file, VS is VERY PICKYAndreia Gaita2024-04-121-2/+2
* Ensure all Visual Studio files are generated with CRLFAndreia Gaita2024-04-101-3/+3
* Merge pull request #88244 from shana/vs-improve-settingsRémi Verschelde2024-04-081-8/+12
|\
| * VS: Don't override user options. Add additional vs hintsAndreia Gaita2024-02-121-8/+12
* | SCons: Ensure *all* generated files can be cleanedThaddeus Crews2024-04-051-0/+25
* | Merge pull request #89452 from Riteo/name-a-better-duoRémi Verschelde2024-04-041-26/+34
|\ \
| * | SCons: unify code generations routine and minimize timestamp changesRiteo2024-03-151-26/+34
* | | [Buildsystem] Fix encoding when reading filesA Thousand Ships2024-03-241-10/+10
|/ /
* | SCons: Remove `run_in_subprocess` dependencyThaddeus Crews2024-03-111-6/+2
* | SCons: Ensure `with` statement where applicableThaddeus Crews2024-03-101-50/+56