gingerBill
2d71ab6f29
Improve error message on undefined operators
dev-2023-03
2023-03-02 14:54:27 +00:00
gingerBill
99e2f0c91e
Merge pull request #2357 from JeppeSS/sys-windows-additions
...
Added missing Windows functions for console manipulation
2023-03-02 13:21:38 +00:00
gingerBill
553f338f6f
Merge pull request #2360 from Lperlind/documentation/dynlib
...
Document core:dynlib
2023-03-02 12:07:32 +00:00
Lucas Perlind
bb72c804fb
Document core:dynlib
2023-03-02 19:20:45 +11:00
Jeppe Skov
ffc592c7cf
Added missing Windows functions for console manipulation
...
This commit adds several missing types and functions to the Windows implementation to enable manipulation of console windows. The types added include 'SMALL_RECT', 'CONSOLE_SCREEN_BUFFER_INFO', and 'PCONSOLE_SCREEN_BUFFER_INFO'. The functions added include 'GetConsoleScreenBufferInfo', 'SetConsoleScreenBufferSize', and 'SetConsoleWindowInfo'. These functions were necessary to properly manage the console window.
2023-02-28 23:18:10 +01:00
Jeroen van Rijn
3567c006e6
Merge pull request #2356 from flysand7/master
...
Add option to link to glfw3 dynamically
2023-02-28 18:01:32 +01:00
bumbread
b9db450a7d
Fix missing underscore
2023-03-01 03:43:59 +11:00
bumbread
0d65c6dcf7
Add option to link to glfw3 dynamically
2023-03-01 03:05:04 +11:00
gingerBill
dfee7c103e
Document virtual.Arena
2023-02-28 13:07:52 +00:00
gingerBill
025fc2685d
Add docs to core:path/filepath
2023-02-28 12:55:13 +00:00
gingerBill
5b5154eda0
Add temp allocator guard; clean up indentation
2023-02-28 12:38:36 +00:00
gingerBill
ecf65303cd
Make arena_free_all keep the first memory block for a .Growing arena
2023-02-28 12:37:05 +00:00
gingerBill
8ea6972496
Merge pull request #2327 from odin-lang/new-temp-allocator
...
New default `context.temp_allocator`
2023-02-28 12:22:45 +00:00
gingerBill
9afd9f9bea
Merge branch 'master' into new-temp-allocator
2023-02-28 12:15:54 +00:00
gingerBill
c8d3a9121b
Merge pull request #2354 from elusivePorpoise/master
...
FindFirstChangeNotification series of calls
2023-02-28 10:49:42 +00:00
gingerBill
f0950e2286
Merge pull request #2355 from colrdavidson/os_linux_cleanup
...
os/linux cleanup
2023-02-28 10:48:09 +00:00
Colin Davidson
edd78ae129
cleanup of os/linux
2023-02-28 01:17:43 -08:00
Elusive Porpoise
8738695bd8
FindFirstChangeNotification series of calls
2023-02-27 18:43:43 -08:00
gingerBill
76cb3b7874
Add better fallback for ast_token
2023-02-27 16:15:19 +00:00
gingerBill
02a098eb48
Merge branch 'master' of https://github.com/odin-lang/Odin
2023-02-27 15:58:42 +00:00
gingerBill
1f17a391c6
Improve error line squiggle logic
2023-02-27 15:58:32 +00:00
Jeroen van Rijn
a8fb346fd7
Merge pull request #2350 from Kelimion/d3d_license
...
Add license for dxcompiler libs.
2023-02-26 19:54:53 +01:00
Jeroen van Rijn
96fb5eb0ba
Add license for dxcompiler libs.
2023-02-26 19:48:44 +01:00
gingerBill
9c7656d59a
Add core:prof/spall
2023-02-26 14:00:39 +00:00
gingerBill
a53bff5645
Fix typed #caller_location bug.
2023-02-26 13:52:02 +00:00
gingerBill
a9182cfd8c
Allow compound literals to access fields through using
2023-02-26 13:26:35 +00:00
gingerBill
de6c0f682f
Merge pull request #2343 from Hyp-X/pr-heapflags
...
Fix d3d12 HEAP_FLAG_ALLOW_ONLY_BUFFERS flags
2023-02-24 11:58:30 +00:00
gingerBill
9cfcb43725
Merge pull request #2345 from Hyp-X/pr-dxc
...
Add vendor:directx/dxc package
2023-02-24 11:57:59 +00:00
gingerBill
d9b590c76e
Merge pull request #2344 from Hyp-X/pr-more-shader-reflection
...
Add d3d12shader missing types and UUID's
2023-02-24 11:51:11 +00:00
Hyp-X
450c535e9a
Add vendor:directx/dxc package:
...
DirectX Shader Compiler
2023-02-24 11:34:00 +01:00
Hyp-X
0dc166e594
Add d3d12shader missing types and UUID's
2023-02-24 10:02:12 +01:00
Hyp-X
8ba080a66d
Fix d3d12 HEAP_FLAG_ALLOW_ONLY_BUFFERS flags
2023-02-23 17:15:13 +01:00
gingerBill
7801582819
Merge pull request #2341 from Hyp-X/pr-getresourceallocationinfo
...
Fix d3d12 GetResourceAllocationInfo signature
2023-02-23 15:48:02 +00:00
gingerBill
bc882e678d
Merge pull request #2340 from Hyp-X/pr-shader-reflection-fix
...
Fixed d3d12 shader reflection vtables
2023-02-23 15:40:15 +00:00
gingerBill
58e173f279
Merge pull request #2339 from Hyp-X/pr-dxgidebug
...
Add dxgidebug.h implementation to dxgi package
2023-02-23 15:40:02 +00:00
Hyp-X
b7d7b9d6b3
Fix d3d12 GetResourceAllocationInfo signature
2023-02-23 16:30:28 +01:00
Hyp-X
cf091a48b4
Fixed d3d12 shader reflection vtables
2023-02-23 14:48:58 +01:00
Hyp-X
d9bfe9e5d4
Add dxgidebug.h implementation to dxgi package
2023-02-23 14:39:39 +01:00
gingerBill
245a6697ef
Improve truncated verbose line error
2023-02-22 22:57:11 +00:00
gingerBill
6226c2978d
Change padding of showing the error in line
2023-02-22 22:04:00 +00:00
gingerBill
3d325e52c6
Merge branch 'master' of https://github.com/odin-lang/Odin
2023-02-22 21:50:51 +00:00
gingerBill
6a6d7701f9
Improve error bounds for check_comparison
2023-02-22 21:50:49 +00:00
Jeroen van Rijn
50c688f0f7
Merge pull request #2338 from Tetralux/fix-here
...
Remove debug print
2023-02-22 22:49:52 +01:00
Tetralux
ef99d03f21
Remove debug print
2023-02-22 21:43:42 +00:00
gingerBill
af265250c2
Merge pull request #2336 from colrdavidson/tsc_freq
...
Add TSC frequency getter
2023-02-22 21:22:10 +00:00
Colin Davidson
c6f463b8c9
shuffle tsc around a little
2023-02-22 12:28:24 -08:00
gingerBill
b7d75e2f1d
Override to have ansi colors if env has ODIN_TERMINAL=ansi
2023-02-22 12:41:53 +00:00
gingerBill
6aa54cbe9a
Begin work on adding colours to error messages on Windows Terminals
2023-02-22 12:31:51 +00:00
gingerBill
090e30f07b
Make -verbose-errors the default; -terse-errors to disable it
2023-02-22 11:48:10 +00:00
gingerBill
f5d507a9b9
Improve errors about conversions of constant integers
2023-02-22 11:30:08 +00:00