index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2021-08-12
LibC+DynamicLoader: Prevent GCC from removing null checks
Daniel Bertalan
2021-08-12
LibWeb: Remove pointless type casts
Daniel Bertalan
2021-08-12
LibC: Don't delete null check in `gettimeofday`
Daniel Bertalan
2021-08-12
LibWasm: Move some Values and Vector<Value>s instead of copying them
Ali Mohammad Pur
2021-08-12
LibWasm: Avoid calculating stack bounds on each wasm call
Ali Mohammad Pur
2021-08-12
LibWasm: Generate Value::type() on the fly instead of storing it
Ali Mohammad Pur
2021-08-12
LibWasm: Replace memory write macros with templated functions
Ali Mohammad Pur
2021-08-12
LibWasm: Make memory operation address calculation match the spec
Ali Mohammad Pur
2021-08-12
LibWasm: Replace memory read macros with templated functions
Ali Mohammad Pur
2021-08-12
LibWasm: Replace the numeric operation macros with templated functions
Ali Mohammad Pur
2021-08-12
Kernel+LibC: Use 64 bit values for ino_t
Liav A
2021-08-12
LibGL: Implement GL_LINEAR texture filter
Stephan Unverwerth
2021-08-12
LibGL: Implement glTexParameter{i,f}
Stephan Unverwerth
2021-08-12
LibGL: Implement "mirrored repeat" wrap mode
Stephan Unverwerth
2021-08-12
LibGL: Implement "clamp" wrap mode
Stephan Unverwerth
2021-08-12
LibGL: Turn Sampler2D into an actual class
Stephan Unverwerth
2021-08-12
LibC: Add stub forwarders to LibRegex C API
Jean-Baptiste Boric
2021-08-12
LibELF+LibTest: Fix incorrect #ifdef
Gunnar Beutner
2021-08-12
LibTest: Emit a profile signpost at the start of each test
Andreas Kling
2021-08-12
Kernel: Make sys$perf_register_string() generate the string ID's
Andreas Kling
2021-08-12
LibJS: Emit a profile signpost when starting a garbage collection
Andreas Kling
2021-08-12
Kernel+LibC: Add sys$perf_register_string()
Andreas Kling
2021-08-12
Kernel+LibC: Add PERF_EVENT_SIGNPOST
Andreas Kling
2021-08-11
LibJS: Use Checked<T> for offsets in the SetViewValue AO
Linus Groh
2021-08-11
LibJS: Use Checked<T> for offsets in the GetViewValue AO
Linus Groh
2021-08-11
LibIPC: Pass only message size to decoder
Federico Guerinoni
2021-08-11
LibRegex: Disallow invalid interval qualifiers in Unicode mode
Timothy Flynn
2021-08-11
LibUnicode: Download and parse DerivedNormalizationProps UCD file
Timothy Flynn
2021-08-11
LibUnicode: Handle edge-case script extensions, Common and Inherited
Timothy Flynn
2021-08-11
LibUnicode: Generate separate tables for scripts and script extensions
Timothy Flynn
2021-08-11
LibUnicode: Generate *_from_string methods using a hash map
Timothy Flynn
2021-08-11
LibUnicode: Generate separate tables for Unicode properties
Timothy Flynn
2021-08-11
LibUnicode: Include Unassigned code points in the Other General Category
Timothy Flynn
2021-08-11
LibUnicode: Generate separate tables for General Category properties
Timothy Flynn
2021-08-11
LibUnicode: Remove WordBreakProperty from generated Unicode data
Timothy Flynn
2021-08-10
LibJS: Reduce UTF-8 to UTF-16 transcoding when only UTF-16 is wanted
Timothy Flynn
2021-08-10
LibJS: Change ExecutionContext's arguments list to a MarkedValueList
Timothy Flynn
2021-08-10
LibJS: Reduce copying of string data in RegExp.prototype
Timothy Flynn
2021-08-10
LibJS: Reduce copying of string data in String.prototype
Timothy Flynn
2021-08-10
LibJS: Replace Vector<u16> usage in PrimitiveString wth Utf16String
Timothy Flynn
2021-08-10
LibJS: Add a simple reference-counted UTF-16 string
Timothy Flynn
2021-08-10
LibGUI: Draw a focus rect over the row when sel. behavior is SelectRows
sin-ack
2021-08-10
LibGUI: Partially restore original TreeView column painting behavior
sin-ack
2021-08-10
LibGUI: Default TreeView to SelectionBehavior::SelectItems
sin-ack
2021-08-10
Kernel: Add syscall performance event type
Jean-Baptiste Boric
2021-08-10
LibC: Use CLOCK_REALTIME_COARSE for gettimeofday()
Andreas Kling
2021-08-10
Kernel+LibC: Allow clock_gettime() to run without syscalls
Andreas Kling
2021-08-10
LibC+Kernel: Use an enum for clockid_t values
Andreas Kling
2021-08-10
LibC: Implement gettimeofday() in terms of clock_gettime(CLOCK_REALTIME)
Andreas Kling
2021-08-10
UserspaceEmulator+LibC: Add support for Region-of-Interest profiling
Ali Mohammad Pur
[next]