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-07-25
fix: main entry point is broken with version 0.11.0-dev.4228
Nicolas Chataing
1
-2
/
+2
2023-06-26
Revised exercises due to the changes of Zig version 0.11.0-dev.3853
Chris Boesch
1
-1
/
+1
2023-06-26
First tokenization exerice.
Chris Boesch
1
-0
/
+21
2023-05-30
Changed error text to bold.
Chris Boesch
1
-2
/
+2
2023-05-30
Merge pull request #308 from perillo/refactor-zigling-step-more
Chris Boesch
1
-185
/
+39
2023-05-25
change std.debug.TTY to std.io.tty
pseudoc
1
-1
/
+1
2023-05-22
build: use the old color style
Manlio Perillo
1
-5
/
+17
2023-05-20
build: in `ZiglingStep.check_output` panic in case of OOM
Manlio Perillo
1
-1
/
+1
2023-05-19
build: use `std.Build.Step.fail` to report errors
Manlio Perillo
1
-27
/
+15
2023-05-19
build: remove `ZiglingStep.eval`
Manlio Perillo
1
-163
/
+17
2023-05-15
Refactor testing support
Manlio Perillo
1
-67
/
+48
2023-05-15
Added testing exercise.
Chris Boesch
1
-2
/
+1
2023-05-14
build: remove extra comment for named mode
Manlio Perillo
1
-1
/
+0
2023-05-14
build: remove the install and uninstall steps
Manlio Perillo
1
-0
/
+3
2023-05-14
build: improve the help message in ZiglingStep
Manlio Perillo
1
-17
/
+27
2023-05-14
build: remove unused declarations
Manlio Perillo
1
-43
/
+0
2023-05-14
build: show the logo in named mode
Manlio Perillo
1
-0
/
+3
2023-05-14
build: simplify the named build mode
Manlio Perillo
1
-39
/
+5
2023-05-14
build: remove the install step in the normal build mode
Manlio Perillo
1
-9
/
+2
2023-05-14
build: remove the special eowyn build mode
Manlio Perillo
1
-23
/
+0
2023-05-13
Execution of test exercises added.
Chris Boesch
1
-6
/
+72
2023-05-13
Merge branch 'ratfactor:main' into testing
Chris Boesch
1
-63
/
+79
2023-05-09
Restore unit tests
Manlio Perillo
1
-20
/
+20
2023-05-09
build: make literal paths portable
Manlio Perillo
1
-1
/
+5
2023-05-09
build: improve code formatting
Manlio Perillo
1
-7
/
+15
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
[next]