166 Commits (13852c2e08ff4eb8f5a98b15ec85b017bda8822e)
 

Author SHA1 Message Date
menduz 13852c2e08 zig fmt + expose SparseSet
1 year ago
prime31 7d2478c901 Merge pull request #31 from Tekkunsan/zig-0.11.0-dev.3747-changes
1 year ago
Aron Gabriel c7a1353847 use `std.sort.pdq()` instead of `std.sort.block()`
1 year ago
Aron Gabriel 13ea2be1c1 Fix `@call` usage errors and duplicate test names
1 year ago
Aron Gabriel 5045a4fa33 use `@max` instead of `std.math.max`
1 year ago
Aron Gabriel e67ec88690 change @srcToDest to @destFromSrc
1 year ago
prime31 f714405297 Merge pull request #30 from Tekkunsan/module-visibility
1 year ago
Aron Gabriel 1e917df772 use `addModule` instead of `createModule`
1 year ago
prime31 bb433389b7 Merge pull request #29 from overlandandseas/master
2 years ago
Lucas 217b1a9e51 Update to latest zig release
2 years ago
prime31 69afaeab3f Merge pull request #28 from stefanpartheym/master
2 years ago
Stefan Partheymüller 94f38a3d89 make source files and build file compatible with current zig compiler 0.11.0-dev.1580+a5b34a61a
2 years ago
Stefan Partheymüller e0eb68dd5b change Iterator implementation in MultiView struct to use already existing ReverseSliceIterator
2 years ago
Stefan Partheymüller 701fbfb4db invoke singletons() function to satisfy compiler
2 years ago
Stefan Partheymüller b1b8321fa4 change comptime access to typeInfo of load function to satisfy compiler / use function pointer in order to make @field() work
2 years ago
Stefan Partheymüller 386113ac5f copy and fix function pointer syntax in function std.sort.insertionSort to avoid compliation error
2 years ago
Stefan Partheymüller 42b2a57d1c fix invokation of sort function
2 years ago
Stefan Partheymüller 9bbff920bb exclude generated docs directory from repo
2 years ago
Stefan Partheymüller 6f0eacc8ca add name for test case
2 years ago
Stefan Partheymüller 4196c9186c fix some compilation errors caused by language changes in zig v0.10.0
2 years ago
prime31 c047390426 Merge pull request #26 from JustinRyanH/master
3 years ago
Justin Ryan Hurst e3e039ba82 fix: Fix add package for zig 0.9.0 and master 0b22
3 years ago
prime31 d3aa1efe38 Merge pull request #25 from JacobHin2/patch-1
3 years ago
Jacob b630099aca Update build.zig
3 years ago
Jacob Hinchliffe 1836e941fd Generate documentation from doc comments.
3 years ago
prime31 9bf6b4af03 Merge pull request #24 from vvcarvalho/rename-singleton-field
3 years ago
Victor carvalho a294babecc mod(registry.zig): rename singletons field, return pointer *TypeStore.
3 years ago
prime31 6852f38a83 Update README.md
3 years ago
Mike e589bae3b0 latest zig support
3 years ago
prime31 a7d224247b Merge pull request #23 from rudedogg/master
3 years ago
Austin Rude 253c2ca87a Use allocator.dupe() instead of std.mem.dupe()
3 years ago
Austin Rude 0fe6d1646f Use std.debug.print instead of std.debug.warn
3 years ago
Austin Rude a95c85f5c7 Update for allocgate
3 years ago
Austin Rude 157a554e6d Update build.zig to use the std.target.Arch enum
3 years ago
prime31 a14bfe64c3 Merge pull request #22 from Sashiri/builtin_migration
3 years ago
Sashiri 5ba2773f7a Migrate from std.builtin to @import("builtin")
3 years ago
prime31 96ffd50ea6 Merge pull request #21 from Sashiri/entity_traits_definition
3 years ago
prime31 c93429bf3d Merge pull request #20 from Sashiri/undefined_type_fix
3 years ago
Sashiri aa0dd139b2 Update EntityTraitsDefinition
3 years ago
Sashiri e4dc1dc9ca Fix process pause signature
3 years ago
prime31 2bc293066a Merge pull request #19 from locriacyber/master
3 years ago
Locria Cyber 605693b8c2 Fix syntax errors
3 years ago
prime31 434aa523a3 Create LICENSE
3 years ago
prime31 e079ac5808 Merge pull request #17 from RUSshy/fix_memleak_2
3 years ago
RUSshy 2161bf61b4 Added missing entity traits changes
3 years ago
prime31 0d89c0e255 Merge pull request #16 from RUSshy/master
3 years ago
RUSshy 4a480f84d2 Merge pull request #1 from RUSshy/fix_memleak
3 years ago
RUSshy 15d0e6d00d Update registry.zig
3 years ago
RUSshy 22b4fe2e02 Update handles.zig
3 years ago
RUSshy e488cc384f Update sparse_set.zig
3 years ago