summaryrefslogtreecommitdiffstats
path: root/modules/freetype/SCsub
Commit message (Expand)AuthorAgeFilesLines
* UWP: Remove platform port, needs to be redone from scratch for 4.xRémi Verschelde2023-09-071-6/+0
* Expose brotli decompression to the scripting API.bruvzg2023-03-291-18/+0
* SCons: Unify tools/target build type configurationRémi Verschelde2022-09-261-1/+1
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-1/+1
* Add Text Server related options to the build profiles editor.bruvzg2022-08-031-16/+17
* Update HarfBuzz, ICU and FreeType.bruvzg2022-05-171-1/+2
* [Brotli] Use aligned reads when building with sanitizers.bruvzg2022-03-311-0/+3
* Add brotli decoder and WOFF2 support.bruvzg2022-03-181-0/+17
* freetype: Update to upstream version 2.11.1Rémi Verschelde2022-01-131-0/+1
* HTML5: Fix warnings and re-enable `werror=yes` on CIRémi Verschelde2021-08-061-0/+1
* SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde2020-12-181-1/+13
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-14/+14
* SCons: Drop support for Python 2Rémi Verschelde2020-03-251-3/+1
* Use modules_enabled.gen.h to improve inter dependency checksRémi Verschelde2020-02-071-2/+0
* Fix missing `z_verbose` and `z_error` symbols in debug iOS build.bruvzg2019-10-251-1/+1
* SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor definesRémi Verschelde2019-07-031-4/+4
* Freetype clone env for no-SMID single fileFabio Alessandrelli2019-05-011-7/+10
* SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-3/+3
* SCons: Review uses of CCFLAGS, CXXFLAGS and CPPFLAGSRémi Verschelde2019-04-241-3/+3
* Update freetype to 2.10.0volzhs2019-03-311-1/+0
* Fix UWP build.Fabio Alessandrelli2018-11-031-0/+2
* SCons: Remove avoidable defines from main env's CPPPATHRémi Verschelde2018-10-011-24/+27
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-0/+2
* Misc. typosluz.paz2018-09-121-1/+1
* Fix duplicate definitions with FreeTypeLeon Krause2018-05-131-3/+0
* Disable FreeType SIMD in HTML5 buildsLeon Krause2018-03-061-4/+12
* Support colored fontvolzhs2018-01-161-1/+1
* disable caching for targets using helper functionsRhody Lugo2017-11-281-2/+1
* use the same cache for all branches for appveyorRhody Lugo2017-11-281-0/+1
* Use BoolVariable for third-party options.Elliott Sales de Andrade2017-09-251-2/+2
* Make build scripts Python3 compatibleMatthias Hoelzl2017-08-271-1/+2
* Update freetype to 2.8volzhs2017-06-251-0/+6
* SCons: Add option to toggle warnings (on by default)Rémi Verschelde2017-03-261-1/+0
* Fix linking order for builtin freetypeRémi Verschelde2017-03-191-18/+14
* Rename remaining WinRT references to UWPGeorge Marques2016-11-031-1/+1
* Rename WinRT files to UWPGeorge Marques2016-11-031-2/+2
* scons: Reorder options for clarityRémi Verschelde2016-11-031-2/+2
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-011-7/+7
* style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-011-57/+57
* SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-171-0/+2
* freetype: Make it a module and split thirdparty libraryRémi Verschelde2016-10-151-0/+88