Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-29 | Start re-jiggering RVS.HEADmaster | Luke Shumaker | |
2015-06-26 | commit changes that have been sitting there for years, being copied from ↵ | Luke Shumaker | |
drive to drive | |||
2015-06-26 | I'm commiting these partial changes in case I ever need to come back to it. | Luke Shumaker | |
See, I just had a brain-gasm on how I can make the module system better. | |||
2015-06-26 | well, rvs trees at least sorta work now | Luke Shumaker | |
2015-06-26 | add a tree plugin to rvs, but I made a ton of other changes to get | Luke Shumaker | |
things working and facilitate this | |||
2015-06-26 | add commit bindings to the tag and comment plugins. this is totally untested | Luke Shumaker | |
2015-06-26 | add comments and tag plugins to rvs | Luke Shumaker | |
2015-06-26 | so, I realised that because: | Luke Shumaker | |
* filedata was stipped down to just filename * the directory structure of files/filecontent stored member names then: * all filedata was really doing is storing filetype so, I decided to make filetype inherent of ID in a fairly elegant way | |||
2015-06-26 | whoop, should have proably commited a momemnt ago | Luke Shumaker | |
2015-06-26 | builds, cleans, installs, and uninstalls correctly! Now just to | Luke Shumaker | |
make sure it works! | |||
2015-06-26 | and installation works, now to work on uninstallation... | Luke Shumaker | |
2015-06-26 | building rvs works (I think)! And to think that I was about to | Luke Shumaker | |
post to the GNU make help mailing list. | |||
2015-06-26 | maybe this helps? | Luke Shumaker | |
2015-06-26 | Rework rvs a lot (no longer needs complex C dependency tracker!) | Luke Shumaker | |
Rework ./configure, and how it uses `srcdir'. Probably broke all the other packages. Oh well, everything only half-works right now. | |||
2015-06-26 | add copyright notices, and start to autoconfiscate | Luke Shumaker | |
2015-06-26 | I'm really not sure, these are uncommited changes, and I haven't touched it ↵ | Luke Shumaker | |
in a while. | |||
2015-06-26 | It appears I'd previously edited other files, but as far as I knew a moment ago: | Luke Shumaker | |
The Makefiles have had support for DESTDIR for some time. I just realised configure didn't Which lead me to find some bugs in configure's option handling. | |||
2015-06-26 | rvs builds without errors | Luke Shumaker | |
2015-06-26 | rework rvs's build system, currently, it doesn't build :( | Luke Shumaker | |
it fails on the plugins, the wrapper works fine | |||
2015-06-26 | rework rvs plugin build process, it's way more elegant now | Luke Shumaker | |
2015-06-26 | add support for running a command from a specific plugin to runcom | Luke Shumaker | |
this feature should only be used internally by plugins | |||
2015-06-26 | get hacking on rvs | Luke Shumaker | |
2015-06-26 | oops, I needed to run `make distclean' before that commit | Luke Shumaker | |
2015-06-26 | rvs builds! nicely! | Luke Shumaker | |
2015-06-26 | clean up rvs makefiles | Luke Shumaker | |
2015-06-26 | grabbed past files from GIT | Luke Shumaker | |
2015-06-26 | hmm. I kind of screwed up rvs plugins. | Luke Shumaker | |
Worst, it was just a command I typed wrong that crippled a few files | |||
2015-06-26 | why isn't git tracking pkg? | Luke Shumaker | |
2015-06-26 | major rewrite on build system, make doesn't complain for diff | Luke Shumaker | |
2015-06-26 | build-system-ish thing works at the meta-package level | Luke Shumaker | |
2015-06-26 | remove files that were just sticking around (now that they're in GIT) | Luke Shumaker | |
2015-06-26 | managing the whole thing with GIT now | Luke Shumaker | |
2015-06-26 | mkdir rvs; mv * rvs | Luke Shumaker | |