index
:
Tharre/redo
devel
master
redo-stamp
An elegant and minimalistic replacement for make, written in C.
Tharre
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
build.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge all redo-*.c files into redo.c.
Tharre
2014-11-17
1
-4
/
+0
*
Refactor error handling system by using die()
Tharre
2014-11-16
1
-52
/
+45
*
Change the way redo updates targets.
Tharre
2014-11-16
1
-43
/
+73
*
Fix indentation
Tharre
2014-11-11
1
-365
/
+365
*
Some refactoring and small fixes.
Tharre
2014-11-11
1
-17
/
+21
*
Replace openssl SHA1 functions with custom version
Tharre
2014-08-24
1
-2
/
+2
*
Remove unnecessary global const variables
Tharre
2014-08-23
1
-22
/
+16
*
Make targets depend on do-files.
Tharre
2014-08-20
1
-37
/
+60
*
Add license notice to README and source files
Tharre
2014-08-16
1
-0
/
+8
*
Fix some smaller issues and edge cases
Tharre
2014-08-14
1
-22
/
+21
*
Add documentation and fix the one that's already there
Tharre
2014-08-13
1
-9
/
+13
*
Header file cleanup and smaller format fixes
Tharre
2014-08-13
1
-14
/
+19
*
Implement (incomplete) dependency checking.
Tharre
2014-08-13
1
-9
/
+101
*
Add the magic number to the dependency record.
Tharre
2014-08-12
1
-2
/
+7
*
Add _XOPEN_SOURCE to include the right headers
Tharre
2014-07-31
1
-3
/
+1
*
Add several methods for storing dependencies
Tharre
2014-07-30
1
-2
/
+137
*
Print redo <target> later to not print source files and small cleanup
Tharre
2014-07-29
1
-4
/
+3
*
Add filepath.c, refactor out parse_shebang() and rewrite most of the error ch...
Tharre
2014-07-29
1
-91
/
+44
*
Refactor file_exists() to fexists()
Tharre
2014-04-25
1
-6
/
+6
*
safe_strdup() and variable progname in util.c
Tharre
2014-04-25
1
-2
/
+2
*
Reorder #include's
Tharre
2014-04-25
1
-3
/
+4
*
Convert __FILENAME__ to _FILENAME so it follows standard conventions
Tharre
2014-04-25
1
-1
/
+1
*
Rewrote malloc() and other wrappers
Tharre
2014-04-16
1
-23
/
+16
*
Added explanation to why we parse the shebang line ourselfs
Tharre
2014-04-16
1
-0
/
+5
*
Change $3 to the correct file after chdir()
Tharre
2014-04-14
1
-1
/
+2
*
Convert all tabs to whitespaces
Tharre
2014-04-14
1
-161
/
+161
*
Initial codebase
Tharre
2014-04-08
1
-0
/
+262