Commit History

Author SHA1 Message Date
  Lucas Perlind f3f51bd643 Kernel32: Add more window bindings and improve consistency 3 years ago
  gingerBill 7fe36de069 Correct Try SRWLock related procedures to return `BOOLEAN` rather than `BOOL` 3 years ago
  Jimmy "Keeba" Lefevre 9e288b7ce8 Change LPCSTR to LPCWSTR in windows _W procedures 3 years ago
  hikari a2e0373934 sys/windows: add registry functions and create winerror.odin 3 years ago
  jason 43432f92ec fix git dummy move 3 years ago
  jason fff23e2bbb merge from upstream and convert to ^File types 3 years ago
  gingerBill 0c45a46aab Remove `A` calls in favour of `W` calls 3 years ago
  gingerBill d1fc9d3073 Add more libraries 3 years ago
  gingerBill 2fb351bf04 Update sys/windows to be closer to the soon to be deleted sys/win32 3 years ago
  gingerBill eef44b11f3 Make the utf16 conversion procedures in `core:sys/windows` safer by checking for memory leaks 3 years ago
  gingerBill 8b4b81fdeb Fill in most of os2/file_windows.odin 3 years ago
  Aaron Glazer c9e31dc90d Adding some proc bindings, struct definitions, and constant values. 3 years ago
  Jeroen van Rijn 85e6efdf16 Ctrl-C handler on Windows. 3 years ago
  hikari aa4eb35671 sys/windows: add some procedures 3 years ago
  hikari cfae39c29d sys/windows: add procedures and types 3 years ago
  CiD- 56737c1431 merge upstream/master 3 years ago
  hikari b9efd09d17 sys/windows: fixed calling conventions, added several bindings 3 years ago
  gingerBill 9c3cdc4620 Start filling in the file_windows.odin procedures 3 years ago
  Jonas Welle 7c26b0abdb add GetModuleHandleA 3 years ago
  gingerBill 251da264ed Remove unneeded semicolons from the core library 4 years ago
  gingerBill 0d257c61cd Disallow `using` on an enum declaration. 4 years ago
  Jeroen van Rijn 5dfff51a40 Allow `core:sys/windows` to build on Windows only 4 years ago
  gingerBill b727b6438b Minimize unneeded casts 4 years ago
  gingerBill aa93305015 Replace usage of `inline proc` with `#force_inline proc` in the core library 4 years ago
  gingerBill efdee0dafb Remove `bit_field` type from Odin (keyword and dead runtime code still exists) 4 years ago
  gingerBill 5cced38a6e Add kernel32 memory api 4 years ago
  gingerBill de9b6e3f6e Correct sys/win32 to match sys/windows 4 years ago
  gingerBill 54fbdabc38 Add experimental `-insert-semicolon` functionality to tokenizer and parser 4 years ago
  gingerBill 840af6825a Update packages os, path, and filepath 5 years ago
  gingerBill 8cc5cd1494 Add `package path/filepath`; Add `os.stat` for windows (TODO: unix) 5 years ago