Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
14 check-ins
|
2021-01-29
| ||
| 21:04 | Fixed comments. leaf check-in: cd243db49f user: jcxz@cs.ubc.ca tags: main, trunk | |
| 20:58 | Added Expressions utilities. check-in: 5d3f00946a user: jcxz@cs.ubc.ca tags: main, trunk | |
| 20:58 | Revert changes to some C++ files since I'm done with them now. check-in: a92f9af49f user: jcxz@cs.ubc.ca tags: main, trunk | |
|
2021-01-27
| ||
| 07:22 | Mention changes to depth.cpp in README. check-in: 08d5ce0779 user: jcxz@cs.ubc.ca tags: main, trunk | |
| 06:56 |
Replace list<dir> with deque<dir>.
This allows us to temporarily replace some inefficient code in montecarlo.cpp with something faster, but this is NOT a semantics-preserving improvement. But that's okay, since I don't know what the semantics are and I don't care. check-in: 83067c864e user: jcxz@cs.ubc.ca tags: main, trunk | |
| 02:52 | Remove hardcoded percentage of directories with no files. check-in: bd557f452c user: jcxz@cs.ubc.ca tags: main, trunk | |
|
2021-01-25
| ||
| 06:09 | Create c-cpp.yml check-in: 2d74398e77 user: noreply@github.com tags: main, trunk | |
| 06:05 | Clean up and expand README. check-in: 66c238f22a user: noreply@github.com tags: main, trunk | |
| 05:29 | Added original inputfile as sample file, and don't add my own. check-in: 1ae6f1da9f user: jcxz@cs.ubc.ca tags: main, trunk | |
| 05:13 |
Oh my fuck I am going to YELL
They used a char[3] for an extension string with FOUR CHARACTERS Do they not know that C++ strings are NULL-TERMINATED FFS I can't believe they've done this Also sometimes when sprintfing to parent_path the second argument is the empty string, which causes problems because usually it's a path that's prefixed with /, so in that case we just make it "/" check-in: 759a003a4f user: jcxz@cs.ubc.ca tags: main, trunk | |
| 02:46 | Fix a directory path and an input. check-in: 29698dc5af user: jcxz@cs.ubc.ca tags: main, trunk | |
| 00:21 | Added custom data for running. check-in: a39aa68a84 user: jcxz@cs.ubc.ca tags: main, trunk | |
|
2021-01-23
| ||
| 18:57 | Get rid of compilation errors and add gitignore. check-in: 1d0df48924 user: jcxz@cs.ubc.ca tags: main, trunk | |
| 18:50 | Initial commit. check-in: 9d9ec82d1a user: jcxz@cs.ubc.ca tags: main, trunk | |