- 09 5月, 2019 28 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 rsheeter 提交于
-
由 rsheeter 提交于
-
由 rsheeter 提交于
-
由 rsheeter 提交于
-
-
由 Michiharu Ariza 提交于
also snake_cased popSubrtNum and other surrounding function names
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
The iter objects shouldn't not be const. D'oh.
-
由 Behdad Esfahbod 提交于
-
由 rsheeter 提交于
-
由 rsheeter 提交于
-
由 rsheeter 提交于
-
由 Roderick Sheeter 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
The bool conversion happens after predicate is called automatically.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
- 08 5月, 2019 12 次提交
-
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
WHy do only some of the clang bots catch this I have no idea :(.
-
由 Behdad Esfahbod 提交于
Make it an error.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
Let's see if fixes MSVC fail. Though, the error doesn't make sense to me. hb-blob.cc c:\projects\harfbuzz\src\hb-algs.hh(166): error C2440: 'return': cannot convert from 'unsigned int' to 'unsigned int &&' [C:\projects\harfbuzz\build\harfbuzz.vcxproj] c:\projects\harfbuzz\src\hb-algs.hh(166): note: You cannot bind an lvalue to an rvalue reference c:\projects\harfbuzz\src\hb-algs.hh(174): note: see reference to function template instantiation 'T &&<unnamed-type-hb_min>::impl<T,unsigned int&>(T &&,T2) const' being compiled with [ T=unsigned int, T2=unsigned int & ]
-
由 Behdad Esfahbod 提交于
Allows for eg, checking all values equal 2: hb_all (it, 2).
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
They do absolutely same thing. hb_requires is to encode constraints, whereas hb_enable_if is for more conditional enabling.
-
由 Behdad Esfahbod 提交于
-
由 Behdad Esfahbod 提交于
-