Colin Davidson
|
91dccf8d62
|
more function name changes
|
2023-02-21 06:46:36 -08:00 |
|
Colin Davidson
|
1fc3a25f47
|
block all x86 tsc functions in when block
|
2023-02-21 06:28:55 -08:00 |
|
Colin Davidson
|
7322b63991
|
adjust func names
|
2023-02-21 06:22:19 -08:00 |
|
Colin Davidson
|
f860b09065
|
use the libc call on darwin so sysctlbyname works
|
2023-02-21 05:38:07 -08:00 |
|
Colin Davidson
|
45b742be23
|
sort out units to make things happier
|
2023-02-19 20:50:30 -08:00 |
|
Colin Davidson
|
d325ee4b91
|
more typo. yay.
|
2023-02-19 20:45:56 -08:00 |
|
Colin Davidson
|
87d6910bb8
|
intrinsics typo
|
2023-02-19 20:44:49 -08:00 |
|
Colin Davidson
|
9c9300ed58
|
derp. raw-syscalls
|
2023-02-19 20:44:00 -08:00 |
|
Colin Davidson
|
e559cf32fe
|
oops, add intrinsics import
|
2023-02-19 20:39:36 -08:00 |
|
Colin Davidson
|
f2202db517
|
make darwin syscalls contextless
|
2023-02-19 20:38:46 -08:00 |
|
Colin Davidson
|
fb735883be
|
add a tsc frequency get for windows
|
2023-02-19 20:33:48 -08:00 |
|
Colin Davidson
|
6a2ef1f4f3
|
add osx support
|
2023-02-19 20:23:35 -08:00 |
|
Colin Davidson
|
051c9cb564
|
begin adding tsc frequency getters
|
2023-02-19 20:08:11 -08:00 |
|
Jeroen van Rijn
|
a28699b42d
|
Merge pull request #2335 from colrdavidson/add_panel
Add open file dialog panel to foundation
|
2023-02-19 08:32:01 +01:00 |
|
Colin Davidson
|
4d74d5bc99
|
Add user-defaults config to enable force-smooth-scrolling for SDL
|
2023-02-18 19:54:40 -08:00 |
|
Colin Davidson
|
ed371f2b0d
|
Add open file dialog panel to foundation
|
2023-02-18 14:56:51 -08:00 |
|
gingerBill
|
66f2881a78
|
Allow comparisons between empty struct{} and union{}
|
2023-02-17 17:02:37 +00:00 |
|
gingerBill
|
7d4e9497eb
|
Reduce stack usage of some type switch cases
|
2023-02-17 16:51:57 +00:00 |
|
gingerBill
|
c08809e29d
|
Improve handling of passing constants to implicit immutable const ref parameters
|
2023-02-17 14:49:37 +00:00 |
|
gingerBill
|
99460c9e32
|
Minimize stack wastage with compound literals defining variables
|
2023-02-17 14:26:22 +00:00 |
|
gingerBill
|
d86df8321c
|
Fix #2330
|
2023-02-17 13:08:20 +00:00 |
|
gingerBill
|
806f56ca38
|
Remove debug string
|
2023-02-17 13:04:09 +00:00 |
|
gingerBill
|
c40b6c7c2f
|
Add constant data to the identifier directly
|
2023-02-17 13:02:41 +00:00 |
|
gingerBill
|
896b7145b3
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2023-02-17 13:01:12 +00:00 |
|
gingerBill
|
8a2a70a3c2
|
Fix overriding procedure information for literals
|
2023-02-17 13:00:37 +00:00 |
|
gingerBill
|
97352538ad
|
Merge pull request #2332 from thePHTest/master
Fix #by_ptr argument overrides for Linux
|
2023-02-16 10:22:25 +00:00 |
|
Phil Homan
|
c6c4ad6188
|
fix #by_ptr argument overrides for Linux
|
2023-02-15 16:51:00 -08:00 |
|
gingerBill
|
210f47b8ab
|
Merge branch 'master' of https://github.com/odin-lang/Odin
|
2023-02-15 11:32:02 +00:00 |
|
gingerBill
|
94c1331c07
|
Implement @(fini) (opposite of @(init))
|
2023-02-15 11:31:51 +00:00 |
|
gingerBill
|
d6407e9636
|
Merge pull request #2331 from colrdavidson/platform_file_cleanup
make file access a little more normal across platforms
|
2023-02-15 11:07:42 +00:00 |
|
Colin Davidson
|
df58a00564
|
fix errno/signatures
|
2023-02-14 18:43:48 -08:00 |
|
Colin Davidson
|
d546677ae7
|
fix typo
|
2023-02-14 18:39:09 -08:00 |
|
Colin Davidson
|
04b1023988
|
make file access a little more normal across platforms
|
2023-02-14 18:34:03 -08:00 |
|
gingerBill
|
48685e8bf1
|
Remove set volatile for store
|
2023-02-14 23:52:36 +00:00 |
|
gingerBill
|
0f697a0f26
|
Move in_multi_assignment check tighter
|
2023-02-14 23:52:23 +00:00 |
|
gingerBill
|
8ddb493b96
|
Add #optional_allocator_error to make_map
|
2023-02-14 10:28:04 +00:00 |
|
gingerBill
|
162628000f
|
Calculate the size needed before allocating
|
2023-02-10 11:55:08 +00:00 |
|
gingerBill
|
55b79c078c
|
Remove := context.allocator usage in package os2
|
2023-02-10 11:46:29 +00:00 |
|
gingerBill
|
570b127869
|
Fix crash when a variable declaration must be an identifier
|
2023-02-08 11:46:33 +00:00 |
|
gingerBill
|
6179d4feb1
|
Rename to Type_Info_Parameters
|
2023-02-08 11:23:21 +00:00 |
|
gingerBill
|
2ff5d016d5
|
Merge pull request #2326 from ftphikari/master
Updated documentation to reflect changes from commit 8a16fd7
|
2023-02-08 11:09:23 +00:00 |
|
hikari
|
854a95327a
|
Updated documentation to reflect changes from commit 8a16fd7
|
2023-02-08 12:24:10 +02:00 |
|
gingerBill
|
8a16fd7699
|
Rename built-in procedure to expand_values
|
2023-02-07 15:39:39 +00:00 |
|
gingerBill
|
7bbcf22deb
|
Remove dead code (sort/map.odin)
|
2023-02-05 18:33:53 +00:00 |
|
gingerBill
|
0324281634
|
Enforce dynamic map calls for the time being
|
2023-02-03 15:17:30 +00:00 |
|
gingerBill
|
de0a3e0ab9
|
Minor change to byval for readonly parameters
|
2023-02-03 15:07:44 +00:00 |
|
gingerBill
|
d26110da7f
|
Change attributes for the static map get
|
2023-02-03 14:25:30 +00:00 |
|
gingerBill
|
60e73d91f6
|
Remove internal readonly attribute
|
2023-02-03 13:42:23 +00:00 |
|
gingerBill
|
5eeb436626
|
Temporarily make all map get calls dynamic
|
2023-02-03 12:43:21 +00:00 |
|
gingerBill
|
802333e454
|
Fix arena.free_all
|
2023-02-03 12:40:52 +00:00 |
|