History | View | Annotate | Download (284 Bytes)
Try to carry git version information over to builds that have no .git subtree (as might happen if you use rsync).
Clean up .gitignore files to make it easier to move things around (some may be breaking out into separate projects).
Update .gitignore for t_sub_and_append test
Moved /uhb/mqtt-gateway* to /uhb/mqtt-gateway/*
visualization: Cleaned up logging. Static files
Ignore test binaries.
Merge new on-disk layout. New versions of gdplogd can read and write data files produced by the previous version, but the inverse is not supported. Old and new clients should interoperate with both versions of gdplogd.
Ignore mqtt-gdp-gateway binary
Implement ability to create new extents. Currently there is no attempt made to include authorization.
Augment .gitignore with a few random files. In particular, ignore a subdirectory named "private" for files being used without being checked in, e.g., my personal TODO list.
Ignore .pyc files from git
ignore cscope files for git
Added Nikhil's gdp_router setup info from demo
A .gitignore entry prevented this from being added automatically Fixed that as well.
Added .gitignore entry for temp python scripts
intergrated zeroconf into main gdp lib
Fix .gitignore for new names (gdp-{reader|writer}).
Add libep routine to decode numeric EP_STAT code.
Tweak .gitignore for new programs
Update .gitignore
Added 'examples' to 'make all' targets
Update in preparation for code review.
Changes to get shared libraries working in the local tree.
Changes to make building a debian package feasible. Includes adding install entries to most Makefiles which will work from the source directory.
Update .gitignore for new routing structure changes.
Have git ignore a few new files.
Git ignores pdf files in docs.
Create log-view, a debugging aid for the GDP on-disk format
Add apps/rw-bench to .gitignore
Add scgilib/helloworld to .gitignore to keep the complaints down.
Add some other git ignore files.
Include archives (.a) in list of ignores.
Add .gitignore and gdp/gdp_timestamp.h. The former is new and the latter should have been added already.