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-09
build: add the dumpArgs function
Manlio Perillo
1
-10
/
+10
2023-05-09
build: fix doc-comments
Manlio Perillo
1
-9
/
+9
2023-05-09
build: use the blank identifier in the parameter list
Manlio Perillo
1
-4
/
+2
2023-05-09
build: use self when using @fieldParentPtr
Manlio Perillo
1
-5
/
+5
2023-05-09
build: don't install skipped exercises
Manlio Perillo
1
-4
/
+12
2023-05-09
build: fix `zig build -Dhealed install`
Manlio Perillo
1
-3
/
+1
2023-05-09
Merge branch 'ratfactor:main' into testing
Chris Boesch
1
-23
/
+35
2023-05-08
Cleaning up zig build output
Dave Gauer
1
-23
/
+35
2023-05-06
Merge branch 'ratfactor:main' into testing
Chris Boesch
1
-3
/
+5
2023-05-06
Merge branch 'main' into improve_instruction
Chris Boesch
1
-44
/
+144
2023-05-06
Improve instructions.
Chris Boesch
1
-4
/
+5
2023-05-06
Merge branch 'ratfactor:main' into testing
Chris Boesch
1
-44
/
+143
2023-05-06
build: improve Exercise.addExecutable
Manlio Perillo
1
-2
/
+2
2023-05-06
build: use multiline string literals when necessary
Manlio Perillo
1
-23
/
+128
2023-05-06
Merge branch 'ratfactor:main' into testing
Chris Boesch
1
-4
/
+5
2023-05-06
build: remove assertion in `Exercise.key`
Manlio Perillo
1
-8
/
+8
2023-05-06
build: make `Exercise.hint` optional
Manlio Perillo
1
-11
/
+5
2023-05-05
build: add the healed-path option
Manlio Perillo
1
-4
/
+5
2023-05-03
Merge branch 'ratfactor:main' into testing
Chris Boesch
1
-81
/
+116
2023-05-03
Added new flag 'run_test' to support test steps for test exercises.
Chris Boesch
1
-0
/
+9
2023-05-03
build: improve coding style in ZiglingStep
Manlio Perillo
1
-26
/
+45
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
[prev]
[next]