index
:
ziglings
imgbot
main
No description provided.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build.zig
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-03
build: use @panic("OOM") instead of unreachable
Manlio Perillo
1
-9
/
+9
2023-05-03
build: improve the exercise output check
Manlio Perillo
1
-5
/
+5
2023-05-03
build: don't use @This() in ZiglingStep
Manlio Perillo
1
-5
/
+5
2023-05-03
build: remove ZiglingStep.builder field
Manlio Perillo
1
-8
/
+6
2023-05-03
build: use Child.exec in ZiglingStep.run
Manlio Perillo
1
-30
/
+17
2023-05-03
build: fix incorrect error handling in ZiglingStep.compile
Manlio Perillo
1
-1
/
+10
2023-05-03
build: remove the ZiglingStep.makeInternal method
Manlio Perillo
1
-14
/
+36
2023-05-02
Merge pull request #275 from perillo/heal-only-in-test
Chris Boesch
1
-3
/
+2
2023-05-02
Added Ex 101 "for loops part 5" (Closes #271)
Dave Gauer
1
-0
/
+4
2023-05-02
Restore unit tests
Manlio Perillo
1
-3
/
+2
2023-05-01
comment for the issue added
Chris Boesch
1
-0
/
+1
2023-05-01
cli tests removed to solve 272
Chris Boesch
1
-2
/
+2
2023-05-01
build: don't override the top level steps
Manlio Perillo
1
-6
/
+0
2023-05-01
build: rename Exercise.baseName to name
Manlio Perillo
1
-6
/
+14
2023-05-01
build: add the Exercise.addExecutable method
Manlio Perillo
1
-20
/
+16
2023-05-01
build: rename the Exercise.C field to link_libc
Manlio Perillo
1
-6
/
+6
2023-05-01
build: reduce code duplication when setting the work path
Manlio Perillo
1
-16
/
+22
2023-05-01
build: remove the Exercise.async field
Manlio Perillo
1
-18
/
+0
2023-05-01
build: move exercises at the end of the file
Manlio Perillo
1
-464
/
+464
2023-04-30
Added Ex. 100 fourth for (as foretold in #261)
Dave Gauer
1
-0
/
+4
2023-04-30
Renamed 095 to "for3" to match feature sequence
Dave Gauer
1
-1
/
+1
2023-04-24
build: make exercise output more reliable
Manlio Perillo
1
-16
/
+30
2023-04-19
Merge pull request #247 from chrboesch/formatting
Chris Boesch
1
-0
/
+4
2023-04-19
added first formatting exercise
Chris Boesch
1
-0
/
+4
2023-04-18
build: avoid intermixed messages on the same line
Manlio Perillo
1
-0
/
+9
2023-04-18
build: don't print errors in ZiglingStep.eval
Manlio Perillo
1
-14
/
+33
2023-04-18
build: restore compatibility support again
Manlio Perillo
1
-32
/
+6
2023-04-13
build: update ZiglingStep to the new API
Manlio Perillo
1
-23
/
+147
2023-04-13
build: disable special case for `zig build -Dhealed`
Manlio Perillo
1
-1
/
+1
2023-04-12
Merge pull request #235 from perillo/update-to-version-0.11.0-dev.2560
Chris Boesch
1
-5
/
+5
2023-04-12
Update the code to the new zig version
Manlio Perillo
1
-5
/
+5
2023-04-12
added the second exercise for bit manipulation
Chris Boesch
1
-0
/
+4
2023-04-12
added first exercise for bit manipulation
Chris Boesch
1
-0
/
+4
2023-04-11
build: make PrintStep thread safe
Manlio Perillo
1
-6
/
+4
2023-04-11
build: simplify the code when solving all the exercises
Manlio Perillo
1
-9
/
+3
2023-04-11
build: restore compatibility support
Manlio Perillo
1
-8
/
+11
2023-04-11
build: improve PrintStep, SkipStep and PatchStep names
Manlio Perillo
1
-2
/
+2
2023-04-11
build: simplify code and add tests
Manlio Perillo
1
-7
/
+29
2023-04-11
build: add support for skipping exercises
Manlio Perillo
1
-45
/
+103
2023-04-11
build: ensure the exercise links libc, when needed
Manlio Perillo
1
-0
/
+3
2023-04-08
build: enable full parallelism when -Dhealed is set
Manlio Perillo
1
-1
/
+23
2023-04-07
help text for parameters adapted
Chris Boesch
1
-1
/
+1
2023-04-07
build: restore the exercise chain
Manlio Perillo
1
-23
/
+65
2023-04-05
build: fix the description of the named_install step
Manlio Perillo
1
-2
/
+2
2023-04-04
build: replace the logo step with the header step
Manlio Perillo
1
-5
/
+3
2023-04-03
build: restore support for Zig 0.6.0
Manlio Perillo
1
-48
/
+10
2023-04-02
build: make the logo a build step
Manlio Perillo
1
-1
/
+33
2023-03-19
workaround for parallel processing of the build steps
Chris Boesch
1
-32
/
+26
2023-03-19
first test for new build system
Chris Boesch
1
-61
/
+59
2023-03-08
move memory allocation example to 095
Sean Aubin
1
-4
/
+4
[next]