提交历史

作者 SHA1 备注 提交日期
  gingerBill f0437a4242 Enforce `core:builtin` and `core:intrinsics` for imports 4 年之前
  gingerBill 32bdad322a Improve parsing for `or_return` in `core:odin/parser` 4 年之前
  gingerBill bf130087e7 Change to `strings.clone_from_cstring_bounded` 4 年之前
  gingerBill 38e038a1ab Add `strings.clone_from` and `strings.clone_from_nul_terminated` 4 年之前
  gingerBill 6504607adf Merge branch 'master' of https://github.com/odin-lang/Odin 4 年之前
  gingerBill c8378fce95 Add library collection `vendor` 4 年之前
  Jeroen van Rijn 1aeaec8d5c Merge pull request #1091 from Kelimion/win11 4 年之前
  gingerBill 2aaf927beb Improve error message for `Cannot assign value` if they have the same name but are from different packages 4 年之前
  Jeroen van Rijn bb86b0f526 os: Add Windows 11 detection. 4 年之前
  gingerBill 2f5edebefa Rename `mem.reinterpret` to `mem.reinterpret_copy` 4 年之前
  gingerBill b5cdb331b0 Add `mem.reinterpret` 4 年之前
  gingerBill fa4f3aa7ad Correct atomic usage 4 年之前
  gingerBill a90fe7211c Make `global_entity_id` atomic 4 年之前
  gingerBill ac6cc5191a Make `ThreadPool.is_running` atomic 4 年之前
  gingerBill 38841dd46e Fix race condition from `add_entity_use` due to Entity.identifier 4 年之前
  gingerBill e722af7f61 Remove unneeded disabled warnings from build.bat 4 年之前
  gingerBill df372dbd5b Migrate and remove more from gb.h 4 年之前
  gingerBill 5c4d95d539 Move more of `gb.h`'s Synchronization code into common.cpp 4 年之前
  gingerBill 9ae4de2ab8 Remove unused code from gb.h (which means it is heavily modified now) 4 年之前
  gingerBill 7845769d4b Remove unused code 4 年之前
  gingerBill 33239324b8 Improve the C++ to be more correct for clang on Windows, still requiring the same disabled warnings as on *nix 4 年之前
  gingerBill 82a74ebfa9 Merge branch 'master' of https://github.com/odin-lang/Odin 4 年之前
  gingerBill 35026000bb Fix deadlock caused by typo 4 年之前
  Jeroen van Rijn 55cf3d26bf Merge pull request #1090 from Kelimion/bigint 4 年之前
  Jeroen van Rijn 23d29be4d8 big: Update license to BSD-3. 4 年之前
  Jeroen van Rijn 1ad0743a52 big: Nicely align test suite results. 4 年之前
  gingerBill 54af47a138 Remove useless code 4 年之前
  gingerBill b84ee3ab8f Fix `odin test` not executing any tests 4 年之前
  gingerBill e023b96737 Remove json import from demo 4 年之前
  gingerBill 3fde4616e0 Correct mutex usage for `path_to_fullpath`; make `ThreadPool` use `BlockingMutex` 4 年之前