11417 Commits (93745f9f49ec6004dfc477a01bdb6fd06b6484d0)
 

Author SHA1 Message Date
Behdad Esfahbod 93745f9f49
Merge pull request #2875 from harfbuzz/constexpr-inttype 4 years ago
Behdad Esfahbod 486da35cc0 m Add comments to IntType cast out operator 4 years ago
Behdad Esfahbod 83b66bfb66 Another try to fix narrowing error 4 years ago
Behdad Esfahbod 6c4bb60829 Fix narrowing errors with recent changes 4 years ago
Behdad Esfahbod d6bd00a488 Revert back IntType out cast to signed/unsigned 4 years ago
Behdad Esfahbod 0983601399 Add back wider cast to IntType 4 years ago
Behdad Esfahbod 567cedcc5f Narrow down cast operators on IntType 4 years ago
Behdad Esfahbod f4f35a4d5f [constexpr] Use initializer instead of assignment 4 years ago
Behdad Esfahbod cc16b26ef4 [constexpr] IntType 4 years ago
Behdad Esfahbod 8b2f9adf29 m Simplify Tag operator char* 4 years ago
Behdad Esfahbod 021a1725ed
Merge pull request #2874 from harfbuzz/constexpr2 4 years ago
Behdad Esfahbod 11c28cb5fa [cmake] Define HAVE_PTHREAD if not on win32 4 years ago
Behdad Esfahbod b368a0736b [atomic] Remove IBM/AIX implementation 4 years ago
Behdad Esfahbod 52f9126960 [atomic] Remove Windows implementation 4 years ago
Behdad Esfahbod a666fe64a9 [atomic] Comment 4 years ago
Behdad Esfahbod 3528a21e8d [atomic] Remove Apple implementation 4 years ago
Behdad Esfahbod 140797d4a2 [constexpr] hb_atomic_int_t 4 years ago
Behdad Esfahbod 2ec802b42a [object] Simplify reference_count_t 4 years ago
Behdad Esfahbod 4d116ed0f0 [ci] Remove cmake 4 years ago
Behdad Esfahbod 1c693e8c28 [test] Fix unused-var warning 4 years ago
Behdad Esfahbod 12a283d513 m[ft] No need to use atomic ops for cached_x_scale 4 years ago
Behdad Esfahbod b39c1f7829 a[build] Fix distcheck 4 years ago
Behdad Esfahbod a3c35aee30 m Move HB_SCRIPT_MYANMAR_ZAWGYI 4 years ago
Behdad Esfahbod c55bf55154 Remove HB_CONST_FUNC and HB_PURE_FUNC 4 years ago
Behdad Esfahbod cba9893ac5 m[algs] Move roundf() here 4 years ago
Behdad Esfahbod f0947717ff m[machinery] Move HB_VAR_ARRAY here 4 years ago
Behdad Esfahbod 69464e9da0 [algs] Another try at fixing BEInt constexpr 4 years ago
Behdad Esfahbod ff7bf88192 m[algs] Fix BEInt -Wnarrowing errors 4 years ago
Behdad Esfahbod a89d9f25b4 m Err on -Wnarrowing instead of -Wc++11-narrowing 4 years ago
Behdad Esfahbod e208f80449 Make constexpr BEInt<Type, 2>::operator Type() C++11-compatible 4 years ago
Behdad Esfahbod c2fc2aa44c [atomic] Remove Solaris intrinsics 4 years ago
Behdad Esfahbod 7099a6dca1 [atomic] Remove old Intel primitives implementation 4 years ago
Behdad Esfahbod 711c241f6c m[mutex] Remove busyloop mutex implemenation 4 years ago
Behdad Esfahbod 47f01c0726 m[algs] Move BEInt here 4 years ago
Behdad Esfahbod e5b7bc424d m Add default value to BEInt<> Size template parameter 4 years ago
Behdad Esfahbod 2caae4a59a m Move class traits 4 years ago
Behdad Esfahbod c2dbd6cc0f Remove static_assert of sizeof basic sized int types 4 years ago
Behdad Esfahbod e1706ffecd m [algs] Move flags here 4 years ago
Behdad Esfahbod 017f6b0d24 m Move static_assert_expr<> 4 years ago
Behdad Esfahbod 61f8d0e57d m Rename ASSERT_STATIC_EXPR_ZERO to static_assert_expr 4 years ago
Behdad Esfahbod 59cfffb1af m Change ASSERT_STATIC_EXPR_ZERO template arg type to bool 4 years ago
Behdad Esfahbod 1981d83d7f [constexpr] HB_MARK_AS_FLAG_T 4 years ago
Behdad Esfahbod a4a99de0eb [constexpr] bswap 4 years ago
Behdad Esfahbod f8ebe1dacd [constexpr] BEInt 4 years ago
Behdad Esfahbod 2fbd34f89a m[set/map] Add operator bool() 4 years ago
Behdad Esfahbod bf75a0a03a m[dispatch] Use inline class member initialization 4 years ago
Behdad Esfahbod 82928d9cf6 m[blob] Move immutable check to C API boundary 4 years ago
Behdad Esfahbod 4020c6b286 m[blob] An empty blob can always be made writable 4 years ago
Behdad Esfahbod 2d39031f7b [buffer/set/map] Move immutable check only to C API boundary 4 years ago
Behdad Esfahbod 6d83d44052 m[set] Recover set from error in .reset() 4 years ago