-
Notifications
You must be signed in to change notification settings - Fork 682
Comparing changes
Open a pull request
base repository: harfbuzz/harfbuzz
base: b5f25844fbdd
head repository: harfbuzz/harfbuzz
compare: b969a82e30f0
- 19 commits
- 16 files changed
- 3 contributors
Commits on Feb 12, 2018
-
Another try at fixing multiple-defintion of NullPool
This one might do it...
Configuration menu - View commit details
-
Copy full SHA for dde6448 - Browse repository at this point
Copy the full SHA dde6448View commit details -
Configuration menu - View commit details
-
Copy full SHA for d33ba16 - Browse repository at this point
Copy the full SHA d33ba16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0db6c6f - Browse repository at this point
Copy the full SHA 0db6c6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90d1c74 - Browse repository at this point
Copy the full SHA 90d1c74View commit details -
Remove linker selection from hb-ucdn
Since this is a convenience library, it's not actually linked. Or so I think. Hoping this might fix this Appveyor failure: https://ci.appveyor.com/project/harfbuzz/harfbuzz/build/job/9884jyb5vryja9pw Making all in hb-ucdn make[4]: Entering directory '/c/projects/harfbuzz/src/hb-ucdn' CC libhb_ucdn_la-ucdn.lo GEN libhb-ucdn.la /bin/sh: libhb_ucdn_la-ucdn.lo: command not found make[4]: *** [Makefile:404: libhb-ucdn.la] Error 127 make[4]: Leaving directory '/c/projects/harfbuzz/src/hb-ucdn' make[3]: *** [Makefile:2548: all-recursive] Error 1 make[3]: Leaving directory '/c/projects/harfbuzz/src' make[2]: *** [Makefile:1382: all] Error 2 make[2]: Leaving directory '/c/projects/harfbuzz/src' make[1]: *** [Makefile:486: all-recursive] Error 1 make[1]: Leaving directory '/c/projects/harfbuzz' make: *** [Makefile:418: all] Error 2
Configuration menu - View commit details
-
Copy full SHA for 7747bdb - Browse repository at this point
Copy the full SHA 7747bdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7daa282 - Browse repository at this point
Copy the full SHA 7daa282View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82e0475 - Browse repository at this point
Copy the full SHA 82e0475View commit details -
3
Configuration menu - View commit details
-
Copy full SHA for 2efc896 - Browse repository at this point
Copy the full SHA 2efc896View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9b650d - Browse repository at this point
Copy the full SHA a9b650dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16f5b53 - Browse repository at this point
Copy the full SHA 16f5b53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 133e17f - Browse repository at this point
Copy the full SHA 133e17fView commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 91f0d51 - Browse repository at this point
Copy the full SHA 91f0d51View commit details -
Rename --with-stdcpp → --with-libstdc++
Also improve wording a bit and fix make check in --with-libstdc++=yes.
Configuration menu - View commit details
-
Copy full SHA for 0b94d59 - Browse repository at this point
Copy the full SHA 0b94d59View commit details
Commits on Feb 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4af3c5e - Browse repository at this point
Copy the full SHA 4af3c5eView commit details -
Allow libharfbuzz-subset to link to libstdc++
We want to use it instead of reinventing hashmap... Also, don't change linker for ICU since libicu also uses libstdc++.
Configuration menu - View commit details
-
Copy full SHA for 42040a2 - Browse repository at this point
Copy the full SHA 42040a2View commit details -
[subset] Remove unreachable code
sanitizer.sanitize never return nullptr.
Configuration menu - View commit details
-
Copy full SHA for 3d66f44 - Browse repository at this point
Copy the full SHA 3d66f44View commit details -
Use hb_face_get_upem() instead of face->get_upem()
Such that hmtx accelerator can be used from libharfbuzz-subset.
Configuration menu - View commit details
-
Copy full SHA for 96f1f52 - Browse repository at this point
Copy the full SHA 96f1f52View commit details -
[subset] Allocate bulk memory with malloc(), not calloc()
We use calloc() to allocate simple structs and set them to zero. For bulk memory, use malloc() that doesn't zero.
Configuration menu - View commit details
-
Copy full SHA for 97a2f03 - Browse repository at this point
Copy the full SHA 97a2f03View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for b969a82 - Browse repository at this point
Copy the full SHA b969a82View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff b5f25844fbdd...b969a82e30f0