summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-08-12LibC+DynamicLoader: Prevent GCC from removing null checksDaniel Bertalan
2021-08-12LibWeb: Remove pointless type castsDaniel Bertalan
2021-08-12LibC: Don't delete null check in `gettimeofday`Daniel Bertalan
2021-08-12LibWasm: Move some Values and Vector<Value>s instead of copying themAli Mohammad Pur
2021-08-12LibWasm: Avoid calculating stack bounds on each wasm callAli Mohammad Pur
2021-08-12LibWasm: Generate Value::type() on the fly instead of storing itAli Mohammad Pur
2021-08-12LibWasm: Replace memory write macros with templated functionsAli Mohammad Pur
2021-08-12LibWasm: Make memory operation address calculation match the specAli Mohammad Pur
2021-08-12LibWasm: Replace memory read macros with templated functionsAli Mohammad Pur
2021-08-12LibWasm: Replace the numeric operation macros with templated functionsAli Mohammad Pur
2021-08-12Kernel+LibC: Use 64 bit values for ino_tLiav A
2021-08-12LibGL: Implement GL_LINEAR texture filterStephan Unverwerth
2021-08-12LibGL: Implement glTexParameter{i,f}Stephan Unverwerth
2021-08-12LibGL: Implement "mirrored repeat" wrap modeStephan Unverwerth
2021-08-12LibGL: Implement "clamp" wrap modeStephan Unverwerth
2021-08-12LibGL: Turn Sampler2D into an actual classStephan Unverwerth
2021-08-12LibC: Add stub forwarders to LibRegex C APIJean-Baptiste Boric
2021-08-12LibELF+LibTest: Fix incorrect #ifdefGunnar Beutner
2021-08-12LibTest: Emit a profile signpost at the start of each testAndreas Kling
2021-08-12Kernel: Make sys$perf_register_string() generate the string ID'sAndreas Kling
2021-08-12LibJS: Emit a profile signpost when starting a garbage collectionAndreas Kling
2021-08-12Kernel+LibC: Add sys$perf_register_string()Andreas Kling
2021-08-12Kernel+LibC: Add PERF_EVENT_SIGNPOSTAndreas Kling
2021-08-11LibJS: Use Checked<T> for offsets in the SetViewValue AOLinus Groh
2021-08-11LibJS: Use Checked<T> for offsets in the GetViewValue AOLinus Groh
2021-08-11LibIPC: Pass only message size to decoderFederico Guerinoni
2021-08-11LibRegex: Disallow invalid interval qualifiers in Unicode modeTimothy Flynn
2021-08-11LibUnicode: Download and parse DerivedNormalizationProps UCD fileTimothy Flynn
2021-08-11LibUnicode: Handle edge-case script extensions, Common and InheritedTimothy Flynn
2021-08-11LibUnicode: Generate separate tables for scripts and script extensionsTimothy Flynn
2021-08-11LibUnicode: Generate *_from_string methods using a hash mapTimothy Flynn
2021-08-11LibUnicode: Generate separate tables for Unicode propertiesTimothy Flynn
2021-08-11LibUnicode: Include Unassigned code points in the Other General CategoryTimothy Flynn
2021-08-11LibUnicode: Generate separate tables for General Category propertiesTimothy Flynn
2021-08-11LibUnicode: Remove WordBreakProperty from generated Unicode dataTimothy Flynn
2021-08-10LibJS: Reduce UTF-8 to UTF-16 transcoding when only UTF-16 is wantedTimothy Flynn
2021-08-10LibJS: Change ExecutionContext's arguments list to a MarkedValueListTimothy Flynn
2021-08-10LibJS: Reduce copying of string data in RegExp.prototypeTimothy Flynn
2021-08-10LibJS: Reduce copying of string data in String.prototypeTimothy Flynn
2021-08-10LibJS: Replace Vector<u16> usage in PrimitiveString wth Utf16StringTimothy Flynn
2021-08-10LibJS: Add a simple reference-counted UTF-16 stringTimothy Flynn
2021-08-10LibGUI: Draw a focus rect over the row when sel. behavior is SelectRowssin-ack
2021-08-10LibGUI: Partially restore original TreeView column painting behaviorsin-ack
2021-08-10LibGUI: Default TreeView to SelectionBehavior::SelectItemssin-ack
2021-08-10Kernel: Add syscall performance event typeJean-Baptiste Boric
2021-08-10LibC: Use CLOCK_REALTIME_COARSE for gettimeofday()Andreas Kling
2021-08-10Kernel+LibC: Allow clock_gettime() to run without syscallsAndreas Kling
2021-08-10LibC+Kernel: Use an enum for clockid_t valuesAndreas Kling
2021-08-10LibC: Implement gettimeofday() in terms of clock_gettime(CLOCK_REALTIME)Andreas Kling
2021-08-10UserspaceEmulator+LibC: Add support for Region-of-Interest profilingAli Mohammad Pur