Commits
- Commit:
9981e8e3868ca975b4732becdc01897770c0dfbe
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: template: use as a subproject
Move template into its own subproject as it's only needed at
compile-time and shouldn't be installed.
This needs compiling with the host compiler which is configurable via
HOSTCC and HOSTCLFAG environment variables.
This diff largely from op@ but additional tweaking from myself.
- Commit:
cb11302ca643bbb042a84f1e4784202c0f9a1252
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: gotwebd: use template
This updates -portable's gotwebd instance to make use of the new
templating engine.
- Commit:
0662d3fab4c37977cf4e4041385367ca0cb6b4cf
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: update gitignore for gotwebd
Add gotwebd and parse.c which are compiled/generated and should not be
tracked.
- Commit:
48d12d85613defb1cd51d5edac71afeb7f283244
- From:
- Omar Polo <op@omarpolo.com>
- Date:
repopulate .gitignore, revert 78c05fa
Probably due to a rebase, 78c05fa ended up truncating most of the
portable .gitignore. Reinstate it with some small tweaks and add
got-read-patch while here.
- Commit:
78c05fa484c4c4340258515e2742e87695ec941e
- From:
- Klemens Nanni <kn@openbsd.org>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
Ignore tags files
OK stsp
- Commit:
5a7ef102e32811458b2bdf94bf772cc692504511
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
regress: enable tests
Enable the compilation and execution of the tests under regress/
- Commit:
0ca5b679a408be58a7330776fdb1a4748ca7a9bd
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: propagate AM_CFLAGS/AM_CPPFLAGS
Allow for warnings via AM_CFLAGS in a common Makefile, and let
those values propagate to all other Makefiles. Currently the more
useful checks are disabled until upstream changes are made to reduce
warnings.
While here, also fix the version string to remove quotes.
- Commit:
746e2499a78ea2472e3efd0631a202d352e1de7c
- From:
- Klemens Nanni <kn@openbsd.org>
- Via:
- Thomas Adam <thomas@xteddy.org>
- Date:
Ignore tags files
OK stsp
- Commit:
4ed6a25a57908665dbf18eab0ea8a65036c9397f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make ignore patterns work with 'got status'
ok thomas.adam
- Commit:
3e0a6c2640c2e1d8efece7de2b15d091da74b5ea
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: update .gitignore
Add .orig to gitgnore.
- Commit:
d3f2ad5edfc8b98f7c83b5197519fe35d3e0f07e
- From:
- Thomas Adam <thomas.adam@smoothwall.net>
- Date:
regress: port cmdline tests
This commit introduces the 'make tests' target which will run the
cmdline/* tests.
- Commit:
2b0eee35db2db91d58fc4f76944a384911659ce0
- From:
- Stefan Sperling <stsp@stsp.name>
- Via:
- Thomas Adam <thomas.adam@smoothwall.net>
- Date:
enable gotadmin
Add gotadmin to configure.ac, etc., so it can be built and installed.
OK thomas.adam
- Commit:
dd038bc6ec835ad3fd3c0b5303b8af9ad506c8cc
- From:
- Thomas Adam <thomas@xteddy.org>
- Via:
- Thomas Adam <thomas.adam@smoothwall.net>
- Date:
portable: initial Linux compilation
This commit modifies the GoT main branch to be able to compile it under
linux.
- Commit:
119bf4ed2468c843d715e157d9e233282253f16d
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
blame css
- Commit:
2204c9343930bbc529ccda400678b21c3513af67
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
display asctime_r
- Commit:
0adca11afbf75e5e1995e8a5106d0dd0914374e9
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
tell git to ignore obj directories