index
:
harfbuzz
BASE
accelerate-lookups
bitops
check-symbols
coverity_scan
cross-kern
decltype
hb-version
inttype-constructors
master
name-table
ot-color
overload-overload
rand
run-tests-stream
rvalue-reference
test-str-literal-constness
typename-outside-template
use-sinhala
HarfBuzz text shaping library (new rewritten version)
behdad
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hb-open-type.hh
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-22
Convert all other enum class consts to static constexpr
Behdad Esfahbod
1
-4
/
+4
2019-01-22
Convert unsigned enum class consts to static constexpr
Behdad Esfahbod
1
-1
/
+1
2019-01-17
Add NNOffsetTo<>
Behdad Esfahbod
1
-1
/
+4
2018-12-21
[array/vector] Rename len to length
Behdad Esfahbod
1
-4
/
+4
2018-12-21
Rename
Behdad Esfahbod
1
-2
/
+2
2018-12-20
Rename
Behdad Esfahbod
1
-2
/
+2
2018-12-20
Add hb_assign(obj, value)
Behdad Esfahbod
1
-2
/
+3
2018-12-18
[arrays] Remove hb_supplier_t<>
Behdad Esfahbod
1
-12
/
+6
2018-12-17
[arrays] Rename Supplier to hb_supplier_t
Behdad Esfahbod
1
-2
/
+2
2018-12-17
Remove redundant void from C++ sources (#1486)
Ebrahim Byagowi
1
-34
/
+32
2018-12-17
Minor, fix two more ArrayOf incorrect operator logic
Ebrahim Byagowi
1
-2
/
+2
2018-12-17
[arrays] Minor fix
Behdad Esfahbod
1
-2
/
+2
2018-12-16
[arrays] Minor
Behdad Esfahbod
1
-6
/
+4
2018-12-16
Remove redundant 'inline' from methods (#1483)
Ebrahim Byagowi
1
-127
/
+126
2018-12-11
Minor
Behdad Esfahbod
1
-1
/
+0
2018-12-06
Add default-value for second arg of sub_array()
Behdad Esfahbod
1
-4
/
+4
2018-12-01
Add casts to hb_array_t<>
Behdad Esfahbod
1
-3
/
+10
2018-12-01
New approach to change BigEndian casts to be int-sized
Behdad Esfahbod
1
-2
/
+10
2018-12-01
Revert "Change BigEndian casts to be int-sized"
Behdad Esfahbod
1
-8
/
+8
2018-12-01
Change BigEndian casts to be int-sized
Behdad Esfahbod
1
-8
/
+8
2018-11-30
Make operator [] take signed int
Behdad Esfahbod
1
-14
/
+28
2018-11-25
[AAT.feat] Use lsearch for looking up SettingName's
Behdad Esfahbod
1
-8
/
+8
2018-11-24
[aat] Skip terminator in VarSizedBinSearchArray<>
Behdad Esfahbod
1
-1
/
+20
2018-11-24
Minor
Behdad Esfahbod
1
-5
/
+16
2018-11-24
[arrays] Merge ArrayOf's sub_array into hb_array_t's
Behdad Esfahbod
1
-12
/
+18
2018-11-24
[arrays] Add not_found to reference bsearch as well
Behdad Esfahbod
1
-8
/
+8
2018-11-24
[arrays] Improve bfind() interface
Behdad Esfahbod
1
-4
/
+8
2018-11-24
[arrays] Port ArrayOf.qsort() and hb_vector_t.qsort() to hb_array_t
Behdad Esfahbod
1
-2
/
+12
2018-11-24
[arrays] Port ArrayOf.qsort() to hb_array_t's
Behdad Esfahbod
1
-3
/
+1
2018-11-24
[arrays] Add (unused) SortedUnsizedArrayOf<>
Behdad Esfahbod
1
-0
/
+21
2018-11-24
[arrays] Port SortedArrayOf.bsearch/bfind to hb_sorted_array_t's
Behdad Esfahbod
1
-40
/
+10
2018-11-24
[arrays] Port hb_vector_t.bsearch/bfind to (new) hb_sorted_array_t's
Behdad Esfahbod
1
-4
/
+8
2018-11-24
[arrays] Port (unused) ArrayOf.lsearch() to hb_array_t's
Behdad Esfahbod
1
-10
/
+2
2018-11-24
[arrays] Update ArrayOf.lsearch()
Behdad Esfahbod
1
-4
/
+13
2018-11-24
Change ArrayOf.bsearch() return semantics
Behdad Esfahbod
1
-9
/
+33
2018-11-24
Assert that item-type of arrays have static size
Behdad Esfahbod
1
-0
/
+4
2018-11-23
[arrays] Add as_array() to ArrayOf<>
Behdad Esfahbod
1
-0
/
+3
2018-11-22
Allow non-nullable OffsetTo<> to non-Null'able objects
Behdad Esfahbod
1
-1
/
+15
2018-11-22
Mark UnsizedArrayOf<> as UNBOUNDED
Behdad Esfahbod
1
-1
/
+2
2018-11-22
Fix up recent change
Behdad Esfahbod
1
-5
/
+0
2018-11-22
Minor
Behdad Esfahbod
1
-3
/
+3
2018-11-16
Fix recent commits
Behdad Esfahbod
1
-1
/
+1
2018-11-16
Revert b4c61130324455bfd42095b01fa14ac901e441f1
Behdad Esfahbod
1
-13
/
+4
2018-11-16
Detect over/under-flow in UnsizedArray::operator[]
Behdad Esfahbod
1
-5
/
+16
2018-11-16
[subset] minor, adjust spaces
Ebrahim Byagowi
1
-38
/
+32
2018-11-12
Rename check_array(array, a, b) to check_range()
Behdad Esfahbod
1
-1
/
+3
2018-11-10
Better fix for MSVC 2008
Behdad Esfahbod
1
-0
/
+8
2018-11-10
Try fixing MSVC 2008 build
Behdad Esfahbod
1
-2
/
+10
2018-11-08
[aat] Support Lookup<OffsetTo<>>, needed by just and lcar (#1368)
Ebrahim Byagowi
1
-0
/
+11
2018-11-03
Revert "Add operator char * to the naked array types as well"
Behdad Esfahbod
1
-2
/
+0
[next]