aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add _XOPEN_SOURCE to include the right headersTharre2014-07-312-5/+2
|
* Add .redo to .gitignoreTharre2014-07-301-0/+1
|
* Add several methods for storing dependenciesTharre2014-07-305-5/+148
|
* Create .redo and set REDO_ROOT to cwdTharre2014-07-292-0/+23
|
* Print redo <target> later to not print source files and small cleanupTharre2014-07-292-5/+3
|
* Add out/CC to .gitignoreTharre2014-07-291-0/+1
|
* Add filepath.c, refactor out parse_shebang() and rewrite most of the error ↵Tharre2014-07-299-131/+217
| | | | checking code to use predefined error macros
* Cleanup Redofile and add support for custom install paths with DESTDIRTharre2014-07-221-8/+5
|
* Add build status from travis-ciTharre2014-04-251-1/+1
|
* Fix build.sh scriptTharre2014-04-251-1/+1
|
* Refactor file_exists() to fexists()Tharre2014-04-252-7/+7
|
* Add assert equal macros to dbg.hTharre2014-04-251-0/+14
|
* safe_strdup() and variable progname in util.cTharre2014-04-253-29/+27
|
* Reorder #include'sTharre2014-04-251-3/+4
|
* Convert __FILENAME__ to _FILENAME so it follows standard conventionsTharre2014-04-253-6/+6
|
* Fix typo in README.mdTharre2014-04-191-1/+1
|
* Added .gitignoreTharre2014-04-161-0/+12
|
* Rewrote malloc() and other wrappersTharre2014-04-164-28/+54
|
* Added explanation to why we parse the shebang line ourselfsTharre2014-04-161-0/+5
|
* Change $3 to the correct file after chdir()Tharre2014-04-141-1/+2
|
* Convert all tabs to whitespacesTharre2014-04-144-205/+205
|
* Hopefully fix configure.acTharre2014-04-081-1/+1
|
* Trigger travis-ciTharre2014-04-081-0/+1
|
* Initial codebaseTharre2014-04-0819-0/+545