Behdad Esfahbod
|
329c15714b
|
Add libtool versioning
The versioning is automatic. For now, soname-major is 0. With
the 1.0.0 release it will jump to 1 and stay there forever.
|
14 years ago |
Behdad Esfahbod
|
5b21eff8c4
|
Update README, etc
|
14 years ago |
Behdad Esfahbod
|
5be7d047f6
|
Check for mmap()
Apparently there exist systems with mprotect(), but not mmap()?
|
14 years ago |
Behdad Esfahbod
|
0c2ec1d78b
|
[test] Always initialize gthread such that our mutex() stuff is tested
Now the test/object test deadlocks as expected. Fix coming.
|
14 years ago |
Behdad Esfahbod
|
71cef14ac3
|
Add -Bsymbolic-functions to linker flags
|
14 years ago |
Behdad Esfahbod
|
c78f448558
|
[API] Add version macros and functions
Step version up to 0.5.0.
Also, fix to pass "make distcheck"
|
14 years ago |
Behdad Esfahbod
|
9ff819f657
|
Add disable-static libtool flag
No one who builds harfbuzz static uses the autotools build system to do it.
|
14 years ago |
Behdad Esfahbod
|
7ca7571ef9
|
Remove win32-dll libtool flag
Since we're not win32-dll clean the way libtool docs define it.
|
14 years ago |
Behdad Esfahbod
|
174e3fe89b
|
Add AC_CANONICAL_HOST
|
14 years ago |
Behdad Esfahbod
|
e6a5b88c01
|
Fix build with older glib
|
14 years ago |
Behdad Esfahbod
|
5b7f38979f
|
GNOME Bug 612402 - (hb-arm) HarfBuzz compilation fix for arm
With gcc on arm, request 8-bit structure alignment.
|
14 years ago |
Behdad Esfahbod
|
bbdeff5964
|
Add test directory
|
14 years ago |
Behdad Esfahbod
|
5353bf439c
|
Add initial hb-view tool
Currently doesn't handle script or direction.
|
14 years ago |
Behdad Esfahbod
|
a07874300a
|
Don't use the m4/ dir
We just require people to have libtool, pkg-config, etc installed
when running autogen.sh
|
14 years ago |
Javier Jardón
|
2abe1264a5
|
Bug 31174 - Update autotools configuration
|
14 years ago |
Behdad Esfahbod
|
76691f0240
|
Fix ICU detection
|
14 years ago |
Behdad Esfahbod
|
756f794a1f
|
Remove Graphite backend
It was unmaintained and the code has to be replaced to use the new
grphite-ng code base.
|
14 years ago |
Behdad Esfahbod
|
d1f1707adc
|
Bug 31965 - some GNU/Linux distributions lack icu.pc but have icu-config
Patch from suzuki toshiya.
|
14 years ago |
Behdad Esfahbod
|
502f4cba3e
|
Divide get_metrics into get_advance and get_extents
Graphite module not updated.
Bump version to 0.3.
|
14 years ago |
Behdad Esfahbod
|
3703f88b74
|
Step the version up to 0.2 now that Arabic shaper is in
|
14 years ago |
Behdad Esfahbod
|
0109816b50
|
Update build system
|
14 years ago |
Behdad Esfahbod
|
305ba86715
|
Import Graphite shaping backend by Martin Hosken
|
15 years ago |
Behdad Esfahbod
|
690b919461
|
Remove use of flexible arrays
Also remove wrong ASSERT_SIZE that would trigger only when not using
flexible arrays (which was the case on win32, but not with gcc).
|
15 years ago |
Behdad Esfahbod
|
cd11a98fa1
|
Fix compile with older FreeType
|
15 years ago |
Behdad Esfahbod
|
c65b26acf2
|
Use autoconf FLEXIBLE_ARRAY_MEMBER when available
|
15 years ago |
Behdad Esfahbod
|
d94647e2cd
|
Add ICU glue
|
15 years ago |
Behdad Esfahbod
|
eb4ebda2d1
|
[configure] Fix check for FreeType
|
15 years ago |
Behdad Esfahbod
|
f94cf6b969
|
Another try at build without glib
|
15 years ago |
Behdad Esfahbod
|
a6451aa626
|
We don't really use gthread directly
|
15 years ago |
Behdad Esfahbod
|
29aa400183
|
Add build system
|
15 years ago |