1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 07:48:12 +00:00
serenity/DevTools
Andreas Kling 686ade6b5a AK: Make quick_sort() a little more ergonomic
Now it actually defaults to "a < b" comparison, instead of forcing you
to provide a trivial less-than comparator. Also you can pass in any
collection type that has .begin() and .end() and we'll sort it for you.
2020-03-03 16:02:58 +01:00
..
FormCompiler AK: Move the wildcard-matching implementation to StringUtils 2020-03-02 10:38:08 +01:00
HackStudio AK: Make quick_sort() a little more ergonomic 2020-03-03 16:02:58 +01:00
Inspector AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
IPCCompiler AK: Move the wildcard-matching implementation to StringUtils 2020-03-02 10:38:08 +01:00
ProfileViewer ProfileViewer: Add mode that shows percentages instead of sample counts 2020-03-02 23:05:04 +01:00
VisualBuilder AK: Make Vector use size_t for its size and capacity 2020-02-25 14:52:35 +01:00
Makefile Build: Only look at SUBDIRS with Makefiles 2020-02-25 19:56:48 +01:00