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
/
redo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split add_prereq() into general and specific
Tharre
2016-10-31
1
-2
/
+1
*
Implement logging using REDO_DEBUG env variable
Tharre
2016-10-27
1
-0
/
+7
*
Implement new dependency storage system
Tharre
2016-07-26
1
-3
/
+3
*
Ensure all environment variables are set
Tharre
2015-06-15
1
-3
/
+6
*
Use full path instead of one concatenated filename
Tharre
2015-05-24
1
-4
/
+0
*
Fix some issues with paths
Tharre
2015-05-05
1
-1
/
+1
*
Randomize argument processing order
Tharre
2015-01-09
1
-3
/
+10
*
Make redo-* commands fail if called from outside
Tharre
2015-01-05
1
-7
/
+14
*
Work if called with /usr/bin/redo instead of redo
Tharre
2014-11-29
1
-5
/
+6
*
Rename diem to fatal to further confuse matters.
Tharre
2014-11-24
1
-3
/
+3
*
Merge all redo-*.c files into redo.c.
Tharre
2014-11-17
1
-6
/
+28
*
Refactor error handling system by using die()
Tharre
2014-11-16
1
-3
/
+3
*
Change the way redo updates targets.
Tharre
2014-11-16
1
-2
/
+2
*
Fix indentation
Tharre
2014-11-11
1
-29
/
+29
*
Some refactoring and small fixes.
Tharre
2014-11-11
1
-6
/
+7
*
Remove random math.h dependency
Tharre
2014-09-02
1
-3
/
+2
*
Fix refactoring uglyness.
Tharre
2014-09-02
1
-1
/
+1
*
Add license notice to README and source files
Tharre
2014-08-16
1
-0
/
+8
*
Make redo actually create the directories it needs
Tharre
2014-08-14
1
-10
/
+7
*
Add documentation and fix the one that's already there
Tharre
2014-08-13
1
-0
/
+1
*
Header file cleanup and smaller format fixes
Tharre
2014-08-13
1
-1
/
+1
*
Implement (incomplete) dependency checking.
Tharre
2014-08-13
1
-1
/
+2
*
Add the magic number to the dependency record.
Tharre
2014-08-12
1
-0
/
+17
*
Add _XOPEN_SOURCE to include the right headers
Tharre
2014-07-31
1
-2
/
+1
*
Add several methods for storing dependencies
Tharre
2014-07-30
1
-2
/
+3
*
Create .redo and set REDO_ROOT to cwd
Tharre
2014-07-29
1
-0
/
+22
*
Convert all tabs to whitespaces
Tharre
2014-04-14
1
-8
/
+8
*
Initial codebase
Tharre
2014-04-08
1
-0
/
+15