[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
scratch/igc updated (80d9e7e821b -> 3202cc495f1)
From: |
Pip Cet |
Subject: |
scratch/igc updated (80d9e7e821b -> 3202cc495f1) |
Date: |
Sat, 13 Jul 2024 14:58:29 -0400 (EDT) |
pipcet pushed a change to branch scratch/igc.
from 80d9e7e821b Change some macros to functions
new 97bbda4440f Trace text conversion objects
new 7591e5b0a42 Allow Android builds with MPS
new fe6849068fc Allow unaligned-size allocations in igc_xzalloc_ambig
new f4a12698d9e Use IGC routines for some allocations in Android port
new 4ca7d4c67dc Use correct tracing function on Lisp object
new ca2220ab539 Remove old Android code that no longer compiles
new 3202cc495f1 Pin font objects in memory (when HAVE_MPS is set)
Summary of changes:
configure.ac | 20 ++++++++++++++++++++
src/Makefile.in | 3 ++-
src/androidterm.c | 12 +++++++++++-
src/igc.c | 19 ++++++++++---------
src/sfntfont.c | 18 ++++++++++++++++++
5 files changed, 61 insertions(+), 11 deletions(-)
- scratch/igc updated (80d9e7e821b -> 3202cc495f1),
Pip Cet <=
- scratch/igc 97bbda4440f 1/7: Trace text conversion objects, Pip Cet, 2024/07/13
- scratch/igc 7591e5b0a42 2/7: Allow Android builds with MPS, Pip Cet, 2024/07/13
- scratch/igc 4ca7d4c67dc 5/7: Use correct tracing function on Lisp object, Pip Cet, 2024/07/13
- scratch/igc fe6849068fc 3/7: Allow unaligned-size allocations in igc_xzalloc_ambig, Pip Cet, 2024/07/13
- scratch/igc f4a12698d9e 4/7: Use IGC routines for some allocations in Android port, Pip Cet, 2024/07/13
- scratch/igc ca2220ab539 6/7: Remove old Android code that no longer compiles, Pip Cet, 2024/07/13
- scratch/igc 3202cc495f1 7/7: Pin font objects in memory (when HAVE_MPS is set), Pip Cet, 2024/07/13