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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make the CC script not use any extra temp files
Tharre
2014-08-17
2
-4
/
+4
*
Add redo-ifcreate (and add redo-always properly)
Tharre
2014-08-16
5
-10
/
+39
*
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
11
-0
/
+84
*
Update README.md, format it to obey the 80 character rule
Tharre
2014-08-14
1
-4
/
+11
*
Update README.md
Tharre
2014-08-14
1
-1
/
+1
*
Make redo actually create the directories it needs
Tharre
2014-08-14
3
-15
/
+31
*
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
2
-9
/
+14
*
Header file cleanup and smaller format fixes
Tharre
2014-08-13
4
-30
/
+23
*
Add redo-always subcommand
Tharre
2014-08-13
4
-1
/
+17
*
Fix build for gcc
Tharre
2014-08-13
1
-2
/
+2
*
Implement (incomplete) dependency checking.
Tharre
2014-08-13
5
-11
/
+170
*
Add the magic number to the dependency record.
Tharre
2014-08-12
4
-5
/
+27
*
Add the useful UNUSED() macro to dbg.h
Tharre
2014-07-31
1
-0
/
+3
*
Add _XOPEN_SOURCE to include the right headers
Tharre
2014-07-31
2
-5
/
+2
*
Add .redo to .gitignore
Tharre
2014-07-30
1
-0
/
+1
*
Add several methods for storing dependencies
Tharre
2014-07-30
5
-5
/
+148
*
Create .redo and set REDO_ROOT to cwd
Tharre
2014-07-29
2
-0
/
+23
*
Print redo <target> later to not print source files and small cleanup
Tharre
2014-07-29
2
-5
/
+3
*
Add out/CC to .gitignore
Tharre
2014-07-29
1
-0
/
+1
*
Add filepath.c, refactor out parse_shebang() and rewrite most of the error ch...
Tharre
2014-07-29
9
-131
/
+217
*
Cleanup Redofile and add support for custom install paths with DESTDIR
Tharre
2014-07-22
1
-8
/
+5
*
Add build status from travis-ci
Tharre
2014-04-25
1
-1
/
+1
*
Fix build.sh script
Tharre
2014-04-25
1
-1
/
+1
*
Refactor file_exists() to fexists()
Tharre
2014-04-25
2
-7
/
+7
*
Add assert equal macros to dbg.h
Tharre
2014-04-25
1
-0
/
+14
*
safe_strdup() and variable progname in util.c
Tharre
2014-04-25
3
-29
/
+27
*
Reorder #include's
Tharre
2014-04-25
1
-3
/
+4
*
Convert __FILENAME__ to _FILENAME so it follows standard conventions
Tharre
2014-04-25
3
-6
/
+6
*
Fix typo in README.md
Tharre
2014-04-19
1
-1
/
+1
*
Added .gitignore
Tharre
2014-04-16
1
-0
/
+12
*
Rewrote malloc() and other wrappers
Tharre
2014-04-16
4
-28
/
+54
*
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
4
-205
/
+205
*
Hopefully fix configure.ac
Tharre
2014-04-08
1
-1
/
+1
*
Trigger travis-ci
Tharre
2014-04-08
1
-0
/
+1
*
Initial codebase
Tharre
2014-04-08
19
-0
/
+545
[prev]