index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
log
Commit message (
Expand
)
Author
Age
Files
Lines
*
orca: implement core:time and core:log
Laytan Laats
2024-08-23
1
-0
/
+1
*
Fix log unnecessary allocations
Amadeu Moya
2024-08-17
1
-5
/
+5
*
Imply `#no_capture` to all variadic parameters
gingerBill
2024-07-14
1
-16
/
+16
*
Add more uses of `#no_capture`
gingerBill
2024-07-14
1
-16
/
+16
*
Add `core:encoding/ansi` package
Feoramund
2024-06-02
1
-4
/
+5
*
Make `log.do_*_header` argument orders consistent
Feoramund
2024-06-02
1
-2
/
+2
*
Fix trailing space with only `.Date` log option
Feoramund
2024-06-02
1
-1
/
+6
*
Move log timestamping out to `do_time_header` proc
Feoramund
2024-06-02
1
-9
/
+14
*
Take logger itself, not a pointer to logger in multi-logger destructor.
Vitalii Kravchenko
2024-05-28
1
-3
/
+2
*
Make destroy_file_logger take logger instead of logger pointer.
Vitalii Kravchenko
2024-05-27
1
-1
/
+1
*
Make file_console_logger.odin be ignored on freestanding targets
gingerBill
2024-01-31
1
-0
/
+1
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
2
-2
/
+2
*
Removed return value of assertf. assertf now correctly responds to -disable-a...
Dragos Popescu
2024-01-23
1
-0
/
+36
*
bring log allocator up to date
Colin Davidson
2024-01-17
1
-61
/
+68
|
\
|
*
use stack buffer for log allocator to avoid logging it's own allocations
Laytan Laats
2023-12-19
1
-46
/
+42
|
*
log allocator: add option to switch between bytes and human format
Laytan Laats
2023-12-16
1
-25
/
+34
|
*
log allocator: fix the formatting for query info/features and errors
Laytan Laats
2023-12-16
1
-4
/
+4
|
*
log allocator: use %m to format size
Laytan Laats
2023-12-15
1
-5
/
+5
*
|
add resize non zeroed in more places
Colin Davidson
2023-12-04
1
-1
/
+8
|
/
*
Fix errant tab in alignment.
Jeroen van Rijn
2023-11-22
1
-2
/
+2
*
Use positional and named arguments within the core library
gingerBill
2023-06-21
2
-40
/
+40
*
Add `Allocator_Mode.Alloc_Non_Zerored`
gingerBill
2022-09-22
1
-0
/
+7
*
Merge pull request #1928 from IanLilleyT/logger_extra_space
gingerBill
2022-08-11
1
-1
/
+1
|
\
|
*
removed extra space from file_console_logger
Ian Lilley
2022-08-03
1
-1
/
+1
*
|
Eliminate use of LLVMGetElementType for pointers
gingerBill
2022-08-09
1
-8
/
+23
*
|
Add basic "lock" around `Log_Allocator` to minimize errors with allocation lo...
gingerBill
2022-08-08
1
-43
/
+50
*
|
Update `delete` to pass size in bytes to free when possible
gingerBill
2022-08-08
1
-6
/
+15
*
|
Remove unnecessary pointer
gingerBill
2022-08-08
1
-1
/
+1
*
|
Add `log.Log_Allocator`
gingerBill
2022-08-08
2
-6
/
+81
|
/
*
Convert all uses of `*_from_slice` to `*_from_bytes` where appropriate
gingerBill
2022-05-16
1
-1
/
+1
*
memleak fix on destroy_multi_logger()
André
2021-10-23
1
-0
/
+2
*
Strip even more semicolons if followed by a `}` or `)` on the same line
gingerBill
2021-08-31
1
-2
/
+2
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
3
-100
/
+100
*
Make trailing comma usage consistent
gingerBill
2021-03-13
1
-2
/
+2
*
vet all core packages
gingerBill
2021-01-09
1
-1
/
+0
*
Improve location information for log.panic*
gingerBill
2020-10-14
1
-2
/
+2
*
Improve default temp_allocator; make nil loggers do nothing; improve mem.Scra...
gingerBill
2020-10-02
1
-0
/
+6
*
Remove usage of `do` in core library
gingerBill
2020-09-23
1
-7
/
+18
*
Fix typo
gingerBill
2020-08-12
1
-1
/
+1
*
Fix `multi_logger_proc` to check for `lowest_level`
gingerBill
2020-08-12
1
-0
/
+3
*
Add .Thread_Id option to log package
Oskar Nordquist
2020-07-22
1
-0
/
+6
*
Added "sep" parameter to logging procs
jharler
2020-07-13
1
-12
/
+12
*
Fix typo
Mikkel Hjortshoej
2020-07-02
1
-1
/
+1
*
Revert to old format and fix : when no file opt specified
Mikkel Hjortshoej
2020-07-02
1
-5
/
+4
*
Fix misplaced line number (was wrongly formatted and before procedure)
Mikkel Hjortshoej
2020-07-02
1
-6
/
+6
*
Reorder `log.do_location_header` order
gingerBill
2020-06-19
1
-2
/
+4
*
Clean up some of the log code
gingerBill
2020-06-19
1
-12
/
+21
*
Add `log.panic` and `log.panicf`
gingerBill
2020-06-19
1
-0
/
+12
*
Add multi_logger.odin; Fix os_windows.odin
gingerBill
2020-06-19
1
-0
/
+26
*
Clean up `package log` code
gingerBill
2020-06-19
2
-146
/
+142
[next]