You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Chongyu Zhu
41632b58ef
[arm] Fix thumb2 inline assembly under LLVM.
...
When using `ADD' with an immediate operand, the instruction is
actually `ADD Rd, Rn, #<imm12>', that is, the maximum of the
immediate operand cannot exceed 4095. It will fail to compile with
LLVM.
However, in GCC, due to some legacy compatibility considerations,
`ADD.W' will be automatically emitted when the immediate operand is
larger than 4095.
* builds/unix/ftconfig.in, include/freetype/config/ftconfig.h
(FT_MulFix_arm) [__GNUC__]: Support clang compiler.
* src/truetype/ttinterp.c (TT_MulFix14_arm) [__GNUC__]: Ditto.
11 years ago
..
amiga
Update more FT_Err_XXX macros using FT_ERR and FT_THROW;
12 years ago
ansi
* builds/*/*def.mk, builds/*/detect.mk (CAT): Define to either `cat'
18 years ago
atari
Remove trailing whitespace.
12 years ago
beos
* builds/*/*def.mk, builds/*/detect.mk (CAT): Define to either `cat'
18 years ago
compiler
Remove trailing whitespace.
12 years ago
dos
* builds/*/*def.mk, builds/*/detect.mk (CAT): Define to either `cat'
18 years ago
mac
Another round of cppcheck nitpicks.
12 years ago
os2
* builds/*/*def.mk, builds/*/detect.mk (CAT): Define to either `cat'
18 years ago
symbian
Update Symbian project files to include Bzip2 support.
14 years ago
unix
[arm] Fix thumb2 inline assembly under LLVM.
11 years ago
vms
Fix Savannah bug #39700 .
12 years ago
win32
* Version 2.5.0 released.
12 years ago
wince
* Version 2.5.0 released.
12 years ago
detect.mk
* builds/modules.mk (CLOSE_MODULE, REMOVE_MODULE), builds/detect.mk
17 years ago
exports.mk
* builds/exports.mk: Add CCexe_CFLAGS and CCexe_LDFLAGS.
13 years ago
freetype.mk
* builds/freetype.mk (dll): Remove target.
12 years ago
link_dos.mk
Completely revised FreeType's make management.
22 years ago
link_std.mk
Completely revised FreeType's make management.
22 years ago
modules.mk
* builds/modules.mk (CLOSE_MODULE, REMOVE_MODULE), builds/detect.mk
17 years ago
newline
* include/freetype/fttrigon.h, src/base/fttrigon.c, src/base/ftbase.c,
24 years ago
toplevel.mk
* Version 2.4.11 released.
12 years ago