index
:
ziglings
imgbot
main
No description provided.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
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
2
-7
/
+15
2023-05-01
build: add the Exercise.addExecutable method
Manlio Perillo
3
-23
/
+21
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
2
-21
/
+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
3
-0
/
+70
2023-04-30
Oops, capitalization in ex016.
Dave Gauer
1
-1
/
+1
2023-04-30
Renamed 095 to "for3" to match feature sequence
Dave Gauer
3
-1
/
+1
2023-04-30
Updating 095 patch to match, natch!
Dave Gauer
1
-1
/
+1
2023-04-30
Updating wording in 'for' exercises
Dave Gauer
3
-46
/
+65
2023-04-29
Merge pull request #269 from perillo/fix-windows-deadlock
Chris Boesch
4
-50
/
+12
2023-04-29
eowyn.sh: remove checking formatting one file at a time
Manlio Perillo
1
-6
/
+1
2023-04-29
test: make the patch command silent
Manlio Perillo
1
-1
/
+1
2023-04-29
test: fix deadlock on windows when running tests
Manlio Perillo
1
-1
/
+0
2023-04-29
workflows: remove the custom windows only jobs
Manlio Perillo
2
-42
/
+10
2023-04-29
Update README.md
Chris Boesch
1
-0
/
+1
2023-04-28
Merge pull request #268 from chrboesch/main
Chris Boesch
2
-2
/
+0
2023-04-28
switched back to bash on windows
Chris Boesch
1
-1
/
+0
2023-04-28
switched back to bash on windows
Chris Boesch
1
-1
/
+0
2023-04-28
Merge pull request #267 from chrboesch/main
Chris Boesch
2
-5
/
+38
2023-04-28
Split Windows with PowerShell
Chris Boesch
1
-2
/
+18
2023-04-28
Update ci.yml
Chris Boesch
1
-1
/
+1
2023-04-28
Update ci.yml
Chris Boesch
1
-4
/
+1
2023-04-28
Update ci.yml
Chris Boesch
1
-1
/
+2
2023-04-28
Update ci.yml
Chris Boesch
1
-1
/
+2
2023-04-28
split in windows and uses PowerShell
Chris Boesch
1
-2
/
+20
2023-04-26
step eowyn ranamed
Chris Boesch
1
-1
/
+1
2023-04-26
fixed error time-out minutes
Chris Boesch
1
-1
/
+0
2023-04-26
step names addes and switched to checkout v3
Chris Boesch
1
-17
/
+23
2023-04-26
step names added and switched to checkout v3
Chris Boesch
1
-8
/
+13
2023-04-26
fixed fail-fast error
Chris Boesch
1
-2
/
+0
2023-04-26
strategy error fixed
Chris Boesch
1
-2
/
+1
2023-04-26
timeout error fixed
Chris Boesch
1
-1
/
+1
2023-04-26
Merge pull request #259 from perillo/improve-github-workflows
Chris Boesch
2
-3
/
+8
2023-04-26
back to checkout@2
Chris Boesch
1
-1
/
+1
2023-04-26
back to checkout@v2
Chris Boesch
1
-1
/
+1
2023-04-26
workflows: improve the jobs configuration
Manlio Perillo
2
-2
/
+7
2023-04-25
Merge pull request #254 from chrboesch/tools
Chris Boesch
4
-165
/
+198
2023-04-25
Merge pull request #258 from chrboesch/eowyn
Chris Boesch
1
-0
/
+3
2023-04-25
Version number added.
Chris Boesch
1
-0
/
+3
2023-04-25
Merge pull request #257 from chrboesch/eowyn
Chris Boesch
1
-1
/
+6
2023-04-25
Added a loop for the formatting test, so we can see where errors happen.
Chris Boesch
1
-1
/
+6
2023-04-25
replaced update-patches.py with update-patches.zig
Chris Boesch
2
-68
/
+90
2023-04-25
Merge pull request #255 from perillo/improve-ci-more
Chris Boesch
4
-11
/
+27
2023-04-25
Merge pull request #256 from perillo/improve-more-2
Chris Boesch
2
-12
/
+4
2023-04-25
Python isn't necessary
Chris Boesch
1
-1
/
+0
2023-04-25
.gitattributes: remove support for old files, add python
Manlio Perillo
1
-7
/
+1
2023-04-25
.gitignore: add zig-out, remove vim backup and swap files
Manlio Perillo
1
-5
/
+4
[next]