9027 Commits (e0315b4aadb3fbc6b618de56d643471e8d1f7859)
 

Author SHA1 Message Date
Behdad Esfahbod e8b45c1933 [array] Add .copy() 6 years ago
Behdad Esfahbod afb013f350 Fix msan issue 6 years ago
Behdad Esfahbod 4c94bc63d9 Move hb_invoke() back to hb-algs.hh 6 years ago
Behdad Esfahbod b710176ce2 [hdmx] Touch up 6 years ago
Garret Rieger e8ef0e627c [subset] WIP convert hdmx subsetting to use iterators. 6 years ago
Garret Rieger d5decf9bf7 [subset] Move hdmx to subset2. 6 years ago
Behdad Esfahbod 27b2093009 [map] Return rvalues from keys()/values() 6 years ago
Behdad Esfahbod 372c5b97bf [map] Fix bots 6 years ago
Behdad Esfahbod a304827184 [map] Add .values() iterator 6 years ago
Behdad Esfahbod 3c69505b3a [map] Fix iter 6 years ago
Behdad Esfahbod 5ceaafa5de [algs] Fix identity return type 6 years ago
Behdad Esfahbod f5705d7656 Whitespace 6 years ago
Behdad Esfahbod a17f0fa3a1 [meta] Capture rvalue-references in is_reference / remove_reference 6 years ago
Behdad Esfahbod 7166bd5634 Minor 6 years ago
rsheeter b827181ba1 [map] tweak test-iter.cc 6 years ago
rsheeter 492af0f1bf [map] add keys() 6 years ago
rsheeter ba60512813 [map] add a test for iteration 6 years ago
rsheeter 183b8094b5 [map] add iteration 6 years ago
Ebrahim Byagowi df237d2fe7
[test] Add https://crbug.com/oss-fuzz/14641 testcase 6 years ago
Michiharu Ariza 02ae2591d9 initialize return param subr_num in popSubrNum 6 years ago
Behdad Esfahbod 503748d8a8 [name] Sanitize records for reals 6 years ago
Behdad Esfahbod 5875d775e1 [iter] Rename hb_iter_t() to hb_iter_type<> and add hb_item_type<> 6 years ago
Behdad Esfahbod bad1606639 [map] Make .has() optionally return value 6 years ago
Behdad Esfahbod 750d5af48e Make compiler happy with -Og 6 years ago
Behdad Esfahbod cdb61eb043 [iter] Accept pointer in hb_iter() and hb_iter_t() 6 years ago
Behdad Esfahbod c93eeba9b2 [iter] Accept pointer in hb_map() 6 years ago
Behdad Esfahbod 4c9e0c37a3 [serialize] LangSys subset->copy 6 years ago
Behdad Esfahbod 50dc3e7d9f Add hb_iota() 6 years ago
Behdad Esfahbod aa4ac13f0b [iter] Actually fix previous commit 6 years ago
Behdad Esfahbod a66598e030 [iter] For ref-qualified variants 6 years ago
rsheeter fa576ce187
Update README.md 6 years ago
rsheeter d109c9e767
Update README.md 6 years ago
rsheeter 4063181791 [docs] add fuzzer instructions (courtesy of Garret) 6 years ago
Roderick Sheeter 00946ca3aa [docs] add sample commands for test exec 6 years ago
Behdad Esfahbod 8479eb5955 [iter] Fix hb_sink() to accept rvalue 6 years ago
Behdad Esfahbod 710d459aca [iter] Default predicates to hb_identity instead of hb_bool 6 years ago
Behdad Esfahbod fe14a4000a Adjust hb_all/any/none 6 years ago
Behdad Esfahbod 4a101d8ffc Add hb_match 6 years ago
Behdad Esfahbod 26adefd9ea [algs] Try f[v] in hb_get() as last resort 6 years ago
Behdad Esfahbod 0601a19d38 Fix a few more double-pomotion errors 6 years ago
Behdad Esfahbod 2ba984fcbb Fix signed comparison on 32bit 6 years ago
Behdad Esfahbod dfc5780245 Fix more double-promotion errors 6 years ago
Behdad Esfahbod c2c9d204fa Fix double-promotion warnings 6 years ago
Behdad Esfahbod 2c7093ed01 More tests 6 years ago
Behdad Esfahbod 56d2d0294b [algs] Sprinkle hb_min/max with hb-forward salad 6 years ago
Behdad Esfahbod bdbfdc92b5 [iter] Add value and projection to hb_all/any/none 6 years ago
Behdad Esfahbod cf61acb9ea [iter] Accept rvalues to hb_enumerate() 6 years ago
Behdad Esfahbod e8bd5fc3fa [meta] Move hb_invoke from algs to meta 6 years ago
Behdad Esfahbod af571dbffc [meta] Replace most hb_enable_if with hb_requires 6 years ago
Behdad Esfahbod 6fa1f38070 [algs] Accept varargs in hb_min/max 6 years ago