22 months ago Gary Kramlich ignore the dylib that's created on osx
22 months ago Gary Kramlich fixed the name space issues for the for function test
22 months ago Gary Kramlich moved the include function tests to the new format
22 months ago Gary Kramlich finally got all of the tests in here moved to the new format
22 months ago Gary Kramlich added a few more tests for gplate-variable-tag
22 months ago Gary Kramlich guess there wasn't a whole lot left for the test name standardization
22 months ago Gary Kramlich removed some unused ignores
22 months ago Gary Kramlich the start of the test name standardization
22 months ago Gary Kramlich made gtester spit out a log and added it to hgignore
22 months ago Gary Kramlich moved the rest of the tag tests to the new test filename format
22 months ago Gary Kramlich added a regex to ignore the new test filename format
22 months ago Gary Kramlich Added the tests for comment tags
22 months ago Gary Kramlich removed gplate_tag_test_output
22 months ago Gary Kramlich Changed the license from gplv2 to gplv3
22 months ago Gary Kramlich added some more tests for variable tags
22 months ago Gary Kramlich updated the variable tag tests to use a variadic function to do the heavy lifting to avoid code duplication and wasted effort and so on
22 months ago Gary Kramlich renamed test-variable-tag.c to gplate-variable-tag-test.c
22 months ago Gary Kramlich tweaked the Testing\/ ignore to match anywhere in the repo
22 months ago Gary Kramlich Create a sublibrary for the tag testing. I'll probably do this for all components going forward.
23 months ago Gary Kramlich moving more testing stuff to it's new home and implementation
23 months ago Gary Kramlich the rest of the current texttag testing
23 months ago Gary Kramlich the start of the text tag testing
23 months ago Gary Kramlich Change the description for the for test to match the actual class name
23 months ago Gary Kramlich ignore tweak for CTestTestfile.cmake
23 months ago Gary Kramlich let cmake/ctest create the CTestTestfile.cmake files. This is done by having an enable_testing all the way up the tree to where the tests are
23 months ago Gary Kramlich Looks like ctest will update some files as it's running too...
23 months ago Gary Kramlich The start of moving testing from autotools and check to gtester and ctest
23 months ago Gary Kramlich ignore tweak for testing
23 months ago Gary Kramlich some ignore updates from the removal of autotools
23 months ago Gary Kramlich finished removing the autotools stuff
23 months ago Gary Kramlich removing the doc/ autotools stuff since gtk-doc doesn't work under cmake, and I haven't finished gobdoc yet
23 months ago Gary Kramlich Remove the jhbuild makefile.am since it's no longer necessary
23 months ago Gary Kramlich removed the pixmaps directory since our logo sucks and isn't really being used anywhere
23 months ago Gary Kramlich Removed the po directory since we're not using it yet and I don't know how to implement cmake's i18n stuff yet
23 months ago Gary Kramlich changelogged the cmake transition
23 months ago Gary Kramlich the start of the cmake transition
23 months ago Gary Kramlich not sure where i was with this branch, nor wtf i was doing, so closing it for now... variable_rewrite
23 months ago Gary Kramlich added a size1000 and size1024 to GPlateFileVariable that are human readable versions of the file size with base 1000 and base 1024 respectively
23 months ago Gary Kramlich added a type attribute to GPlateFileVariable which holds a string that represents the file type
2009-11-15 Gary Kramlich minorly updating this for the version change, it needs to be updated for the mtn -> hg change...
2009-11-15 Gary Kramlich ignore tweak
2009-11-15 Gary Kramlich keep running tests even if we failed a testcase
2009-11-15 Gary Kramlich overhauled test-variables again. This time we support floats and doubles without a bunch of crazy stuff. This won't show us all of the failures we have for the function, but it'll work for now.
2009-11-15 Gary Kramlich converted test-util.c to gtester
2009-11-15 Gary Kramlich removed test.h since it's dead now
2009-11-15 Gary Kramlich ignore tweak
2009-11-15 Gary Kramlich make test-variables actually work. We're not checking floats and doubles right now, but thats not a big deal at the moment. To do it, we'll need to use a union or something in the fixture...
2009-11-15 Gary Kramlich removed check.xsl since we're not using check anymore
2009-11-15 Gary Kramlich ignore tweak
2009-11-14 Gary Kramlich a good start at the transition of the variable tests, but not done yet...
2009-11-13 Gary Kramlich require glib 2.16 for the testing stuff
2009-11-13 Gary Kramlich change the version to 0.3dev instead of 0.3mtn
2009-11-13 Gary Kramlich removing the reference to the tests to prep for the move to gtest
2009-11-13 Gary Kramlich ignore config.h.in~ as well
2009-11-13 Gary Kramlich ignore the INSTALL file
2009-11-13 Gary Kramlich removed INSTALL since it's generated anyways...
2009-11-13 Gary Kramlich fix the dash won't source a file that isn't on the path "bug"
2009-06-23 Gary Kramlich pulled the code coverage stuff out to it's own configure argument (--enable-code-coverage). Lumping it in with --enable-debug was stupid anyways :)
2009-06-22 Gary Kramlich Update a documentation block to have a missing return value
2009-06-22 Gary Kramlich remove some functions from the docs that were removed from the api awhile ago