Commits
- Commit:
398f57de136be1ec5bcf2fa25b8e7d1750e1e2e2
- From:
- Thomas Adam <thomas.adam22@gmail.com>
- Date:
portable: update .gitignore
- Commit:
a58e44b08071a64fd0718a077405e118d9a136d5
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: gotd: enable got-notify-http
- Commit:
b2ce1dae7426855da5636b9762b278f2d89651de
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: enable got-notify-email
Now that gotd has the start of helpers, got-notify-email is the first.
This is still behind the --enable-gotd flag.
- Commit:
c4b45c8d3dca40d68f65e634db602c3e50ed10b8
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: gitignore: add gitwrapper
- Commit:
40de210a716dc3b8dd4116cda482c851eac44d4f
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: enable gotctl (via --enable-gotd)
This builds gotctl, for the moment via --enable-gotd
- Commit:
52daa6ad930882d88e621503559fcb23baad5d7b
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: build gotsh when --enable-gotd passed
When building gotd, also build gotsh.
- Commit:
2f1efc186f6bda57e8357f593f19883a7edb7895
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: enable compiling gotd
This enables gotd -- for now, this is opt-in at compile-time, via:
./configure --enable-gotd
- Commit:
b7eff1274c82d60d1eeca924bb9c5dcb951a781c
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: enable cvg
- Commit:
47dc83f5bed376c49b704738968d3f44c8e01d1e
- From:
- Thomas Adam <thomas@xteddy.org>
- Date:
portable: configure: use config.h
So that the command-line flags to CC don't get drowned out with copious
-D flags, move this detection to config.h instead.
Note that to reduce the code churn, the existing include/got_compat.h
header file has been renamed, and the generated file replaces it, but
with the contents of the original header file included.
Eventually, we might want to move some od the logic in
include/got_compat2.h into AH_VERBATIM() blocks, but for now, this is a
good compromise.
- 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