Commit message (Collapse) | Author | ||||
---|---|---|---|---|---|
2019-05-29 | Add xx -p option | June McEnroe | |||
2019-05-27 | Add Frontier | June McEnroe | |||
2019-05-27 | Break nicks with ZWNJ | June McEnroe | |||
This should prevent bad wrapping. | |||||
2019-05-26 | Add Dawn | June McEnroe | |||
2019-05-20 | Declare vasprintf(3) for GNU | June McEnroe | |||
who the fuck is scraeming "#define _GNU_SOURCE" at my house. show yourself, coward. i will never #define _GNU_SOURCE | |||||
2019-05-20 | Fix comparison warning in ttpre | June McEnroe | |||
2019-05-20 | Add Authority | June McEnroe | |||
2019-05-19 | Specify precedence of unary versions of operators | June McEnroe | |||
2019-05-18 | Add compound assignment operators to order | June McEnroe | |||
2019-05-15 | Support simple assignment in order | June McEnroe | |||
2019-05-15 | Implement sizeof in order | June McEnroe | |||
2019-05-15 | Add order | June McEnroe | |||
2019-05-12 | Add T suffix in bit | June McEnroe | |||
2019-05-10 | Highlight yacc and lex files as C | June McEnroe | |||
Their %-prefixed directives should probably be highlighted Macro. | |||||
2019-05-10 | Use val instead of suboptarg | June McEnroe | |||
suboptarg doesn't exist in GNU. Hopefully BSD getsubopt also sets val on failure? | |||||
2019-05-09 | Add Parable of the Sower | June McEnroe | |||
2019-05-07 | Add bit without build | June McEnroe | |||
Need to do some stuff in the Makefile for lex and yacc and generating HTML pages for it. | |||||
2019-05-04 | Fix MANDIR typo | June McEnroe | |||
2019-05-04 | Move relay to bin | June McEnroegheader'> | 2013-03-20 | cgit.mk: don't rebuild everything if CGIT_VERSION changes | John Keeping |
If CGIT_VERSION is in CGIT_CFLAGS then a change in version (for example because you have committed your changes) causes all of the CGit objects to be rebuilt. Avoid this by using EXTRA_CPPFLAGS to add the version for only those files that are affected and make them depend on VERSION. Signed-off-by: John Keeping <john@keeping.me.uk> | |||||
2013-03-20 | ui-patch: use cgit_version not CGIT_VERSION | John Keeping | |||
We already have a global cgit_version which is set from the #define'd CGIT_VERSION in cgit.c. Change ui-patch.c to use this so that we only need to rebuild cgit.o when the version changes. Signed-off-by: John Keeping <john@keeping.me.uk> | |||||
2013-03-20 | Makefile: re-use Git's Makefile where possible | John Keeping |