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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't create files with executeable permissions
Tharre
2015-06-13
1
-1
/
+1
*
Make `general` path from get_doscripts() absolute
Tharre
2015-06-13
1
-9
/
+13
*
Designated initializers set values to 0 already
Tharre
2015-06-13
1
-6
/
+0
*
Only hash files once
Tharre
2015-06-13
1
-24
/
+31
*
Make sha1_to_hex static
Tharre
2015-06-13
1
-1
/
+1
*
Use dep_info earlier to avoid duplication
Tharre
2015-06-13
1
-80
/
+90
*
Fix waitpid() error message and 2 if statements
Tharre
2015-06-13
1
-7
/
+5
*
Don't export build_target()
Tharre
2015-06-13
2
-3
/
+1
*
Pass 0755 directly instead of using POSIX macros
Tharre
2015-06-10
1
-2
/
+1
*
Fix error message for unsupported newlines
Tharre
2015-06-08
1
-1
/
+1
*
Rename `dependency file` to `dependency record`
Tharre
2015-05-25
1
-5
/
+5
*
Rename `do-file` to `.do script`
Tharre
2015-05-25
1
-38
/
+39
*
Small rename and code simplification
Tharre
2015-05-25
2
-8
/
+7
*
Store dependencies as plain text instead of binary
Tharre
2015-05-25
1
-20
/
+51
*
Use full path instead of one concatenated filename
Tharre
2015-05-24
4
-52
/
+23
*
Fix some issues with paths
Tharre
2015-05-05
2
-11
/
+5
*
Make redo lines colored to enhance readability
Tharre
2015-05-05
1
-1
/
+1
*
Always use the CWD of the dofile, not the target
Tharre
2015-02-20
1
-10
/
+5
*
Replace make_relative() with relpath()
Tharre
2015-02-15
3
-19
/
+25
*
Rewrite add_dep() to be atomic through O_APPEND
Tharre
2015-01-25
1
-20
/
+24
*
FILENAME_MAX should be the largest path there is
Tharre
2015-01-25
1
-1
/
+1
*
Remove unecessary check for NULL from add_dep()
Tharre
2015-01-15
1
-5
/
+1
*
Fix the mode argument of open()
Tharre
2015-01-09
1
-1
/
+2
*
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
*
Remember sources and don't rebuild missing ones
Tharre
2015-01-03
1
-3
/
+14
*
Represent dependencies in the dep_info struct
Tharre
2015-01-03
1
-63
/
+64
*
Exchange sha1 implementation
Tharre
2014-12-12
2
-299
/
+365
*
Improve error message handling for debugging
Tharre
2014-12-05
3
-8
/
+14
*
Fix typo in build.c that made fseek() fail
Tharre
2014-11-29
1
-1
/
+1
*
Work if called with /usr/bin/redo instead of redo
Tharre
2014-11-29
1
-5
/
+6
*
Implement perfect dependency rebuilding
Tharre
2014-11-29
1
-64
/
+62
*
Rename diem to fatal to further confuse matters.
Tharre
2014-11-24
5
-36
/
+36
*
Refactor out handle_c and fix > 8096 reading bug
Tharre
2014-11-24
2
-73
/
+87
*
Some cleanup
Tharre
2014-11-24
1
-48
/
+41
*
Set _XOPEN_SOURCE to 600 to make fix FreeBSD build
Tharre
2014-11-23
1
-1
/
+1
*
Remove Redofile as an alias for default.do
Tharre
2014-11-18
1
-6
/
+0
*
Merge all redo-*.c files into redo.c.
Tharre
2014-11-17
6
-75
/
+28
*
Refactor error handling system by using die()
Tharre
2014-11-16
7
-112
/
+91
*
Change the way redo updates targets.
Tharre
2014-11-16
6
-58
/
+81
*
Fix indentation
Tharre
2014-11-11
8
-555
/
+555
*
Some refactoring and small fixes.
Tharre
2014-11-11
7
-28
/
+48
*
Remove random math.h dependency
Tharre
2014-09-02
1
-3
/
+2
*
Fix refactoring uglyness.
Tharre
2014-09-02
1
-1
/
+1
*
Replace openssl SHA1 functions with custom version
Tharre
2014-08-24
3
-2
/
+341
*
Remove unnecessary global const variables
Tharre
2014-08-23
1
-22
/
+16
*
Make targets depend on do-files.
Tharre
2014-08-20
5
-41
/
+68
*
Add redo-ifcreate (and add redo-always properly)
Tharre
2014-08-16
1
-0
/
+17
*
Make redo-always pass the right ident to add_dep()
Tharre
2014-08-16
1
-1
/
+1
*
Add license notice to README and source files
Tharre
2014-08-16
10
-0
/
+80
[next]