gplate/gplate

Add a .reviewboardrc file

15 months ago, Gary Kramlich
2f9a06d936e8
Add a .reviewboardrc file
Version 0.0.3 ??/??/????:
* Added an iterator to GPlateObjectVariable
* Added code coverage support
* Added gplate_template_render_until which will render until a type/contents
pair is matched.
* Added gplate_template_jump_to which will skip all tags until a
type/contents pair is matched.
* Updated gplate-for-function.c to use gplate_template_render_until, and
gplate_template_jump_to.
* Moved from autotools to cmake
* Dropped the GLib requirement to 2.22
Version 0.0.2 09/20/2008:
* Fixed the bug where a default tag that didn't start with a word rendered
an empty string
* Added a working directory property to GPlateTemplate that is currently
only used for GPlateIncludeFunction. This allows includes to work
correctly without needing to hard code the path in the including template.
* Changed the GPlateIterator->next to return a GPlateVariable rather than
a char *.
* Added GPlateFileVariable that exports the results of stat(filename) as a
GPlateCollection.
* Added GPlateDirectoryVariable that is a collection of GPlateFileVariables.
Version 0.0.1 03/01/2008:
* Initial release. Only basic templating and for loops work, I'm sure there
are plenty of bugs to be found.