Commit Graph

27 Commits

Author SHA1 Message Date
Reshen
973d368c4c Fixing code example, trace_ctx variable was renamed
`trace_ctx` should actually be `global_trace_ctx`, as declared on line 10
2025-12-09 11:43:55 -08:00
Jeroen van Rijn
ece213afca Render examples. 2025-10-10 12:24:28 +02:00
Jeroen van Rijn
7a9ea3ee6d Further overhaul of package line comments. 2025-10-09 23:05:29 +02:00
Jeroen van Rijn
288b45f50c package lines for encoding 2025-10-09 16:34:18 +02:00
Jeroen van Rijn
aec7d6480b Package lines for base32, move its tests to tests" 2025-10-09 15:27:53 +02:00
Jeroen van Rijn
153b0de420 Package lines for core:debug 2025-10-09 15:18:23 +02:00
gingerBill
bb4bc316a4 for in string16; Support string16 across core 2025-08-02 12:20:35 +01:00
Steve Biedermann
61610fa033 Use the proper size for SizeOfStruct 2025-03-30 18:11:41 +02:00
Karl Zylinski
19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 2024-09-14 18:27:49 +02:00
Karl Zylinski
8c636ac37b Fix build tags that use ! multiple times on one line. Those don't actually do anything since build tags use OR within the line. So something like //+build !windows, !linux would actually build on both linux and windows. What was intended in all these cases was probably AND, which you get by splitting them into separate lines. 2024-09-07 22:02:17 +02:00
gingerBill
103eccf104 More style improvements 2024-06-29 19:23:58 +01:00
gingerBill
1747fdc3f0 Fix signature 2024-06-28 11:07:54 +01:00
gingerBill
bef3ca98f0 Fix signature 2024-06-28 11:01:57 +01:00
gingerBill
e15c5c4692 Fix missing import 2024-06-28 10:32:16 +01:00
gingerBill
950fd2d5ce Rename trace_linux.odin to trace_cpp.odin 2024-04-28 13:52:52 +01:00
gingerBill
74d75fb7fb Correct types on windows 2024-04-28 13:51:46 +01:00
gingerBill
7ee2c1084f Update doc.odin 2024-04-28 13:51:10 +01:00
gingerBill
c0b7dd7da6 Remove need for allocator and MAX_FRAMES in trace.frames 2024-04-28 13:05:19 +01:00
gingerBill
be09584ea5 Increase MAX_FRAMES 2024-04-28 12:56:53 +01:00
gingerBill
5ac8e8f9fd Add doc.odin 2024-04-28 12:52:02 +01:00
gingerBill
2eea06fc73 Set in_resolve for linux 2024-04-28 12:51:10 +01:00
gingerBill
0fa269811a Change layout of Frame_Location 2024-04-28 12:49:17 +01:00
gingerBill
6c185a5dca Add core:debug/trace for Linux 2024-04-28 12:43:27 +01:00
gingerBill
44c9b988bb Add default debug/trace to do nothing 2024-04-28 12:05:15 +01:00
gingerBill
362aa82f59 Begin work on core:debug/trace 2024-04-28 11:58:16 +01:00
gingerBill
9b15bda055 Add missing packages to examples/all 2023-06-07 22:48:39 +01:00
gingerBill
729ffeee09 Begin work on core:debug/pe 2022-09-17 18:45:33 +01:00