Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-14 | vwm: split out helper macros into util.h | Vito Caputo | |
In preparation for separating out the monitoring overlay code from being vwm-coupled, moving these into an independent header since they'll be used throughout. | |||
2016-09-09 | build: Adopt GNU automake (and thus autotools) | Vito Caputo | |
Trying this out now that there's a pile of files... sigh. Note this spuriously duplicates list.h @ src/libvmon/list.h, the old Makefile shared list.h between vwm and libvmon, but I'm letting them have their own instances with autotools. Libvmon was always an independent project I just pulled in for vwm's use, and will likely continue to be developed independent of vwm with occasional syncs. |