Make cmake code a little neater.
Fix formating.
Fix torch.
More tinkering for Reason compile.
More fixes for client libraries.
Just about working.
Work on dependency includes.
Library dependancies.
Add program for generating CMake files.
We need MathIO.
Down to six tests failing.
Fix template instanciation namespace issue.
Fix template instanciation namespace issue.
More cleanup of keyword register and other things that generate warnings.
Remove register keyword and fix reference.
More linux fixes.
MacOS fixes.
More cmake changes.
CMake updates.
Add a few more variables.
Minor fixes.
Merge branch 'master' of ssh://git.code.sf.net/p/ravl/ravl
MacOSX fixes.
Avoid undefined behaviour of the preprocessor.
Changes to make a cmake port easier.
Fix runtime crash.
Add typedef to SmartPtr type.
Fix.
Fix typos.
Add constructor from pointer to start of data.
Add method for extracting numbers from streams.
Turn off message.
Add OpenCV video io support.
Add OpenCV video io support.
Make code compile again, but it doesn't currently work.
Turn off exception specifications.
Fix typo in comment.
Fix derefernce of null ptr.
Defs.mk dependency needed if REQUIRES added/deleted
Apple fixes.
Qualify iostream names.
Fix some comiler warnings, and output errors if gnuplot can't be run.
Fix compiler warnings.
Add helper function to get content of child nodes.
Add way of adding GeneType configuration.
Fix some typos
Fix typo, and add a method for setting the send/recv timeout.
Don't change the problem between generations on startup.
Improve state saving of optimiser.
Fix typos
Fix integer overflow problem
Add exponential distrubtion.
Fix typos.
Add method to test if root gene is setup.
Merge branch 'master' of ssh://git.code.sf.net/p/ravl/ravl
Fix some typos, add method to access root palete.
Improve compiler standard support useage
Add std compatibile size() method.
Allow changing period to 0 to turn call into an idle event.
Remove register keyword, it isn't useful anymore.
Don't issue an warning about unspecified types.
Fix bug when copying an empty queue that has just been constructed.
Add diagnostic message when engine doesn't know how to create the default type.
Bug fix.
Improve drawing of small circles.
Add contructor from YUVValueC<float>
Fix typo.
Add method for getting and removing the last element.
Avoid crash on an edge cases.
Fix normal computation.
Fix typo.
Make trigger handle constructor from body public.
Turn off debug messages.
Fix formatting.
Clear LD_LIBRARY_PATH before linking, as it see...
Fix error reporting and compatibility with jpeg9.
Attempt to make it easier to deal with library ...
Merge branch 'master' of ssh://git.code.sf.net/...
Fixed problem of empty html page.
Merge branch 'master' of ssh://git.code.sf.net/...
Merge branch 'master' of ssh://git.code.sf.net/...
Merge branch 'master' of ssh://git.code.sf.net/...
Merge branch 'master' of ssh://git.code.sf.net/...
doc typo
Various typo corrections and docn improvements
Include missing header
Explicitly state constant type
Add Fast Fourier Transforms libraries
Add -U switch to ar where necessary
Fully support SED environment variable
Document LIBS and preserve_LIBS variables
Add explanation why we test for particular header
Employ standard description for ARC variable
Correct typo in dnl comment
Force data type
Revert previous change, it causes files to be u...
Install aux files after the prebuildstep.
Make python code work if enabled.
Fix bug in optimised template apply.
Make it easier to create customer buffer classe...