Adding a boolean helper function to my proof-of-concept.
After much contemplation I realized that my previous approach to solving this execute query template function problem was more wrong than right. Several days of staring at and reading about variadic templates later I figured out the correct way to accomplish my goal.
I finally got back to working on this POC, and I was able to get it mostly working. The only issue right now is that the template magic is attempting to create code for which the types don't match and don't cast decay nicely. That is if you try to assign a std::string to a tuple. Hopefully I can fix this with a bit of massaging.
Modifying my support scripts after upgrading phalanx.
Minor updates to the checker script to include full paths for the utilities that it calls.
Merge branch 'master' of /home/dsorber/trac/projects/headquarters/repo
Adding a bit of color to the display script. Also making some updates for the refreshly reinstalled server.
Making the compressor side multithreaded.
Improvements to the lepton wrapper script, developed on Mac OS.
Created basic lepton wrapper script.
View revisions
Also available in: Atom