Mercurial
gplate
/ shortlog
summary
| shortlog |
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
help
(0)
-300
-100
-60
tip
22 months ago
Gary Kramlich
ignore the dylib that's created on osx
changeset
|
files
22 months ago
Gary Kramlich
fixed the name space issues for the for function test
changeset
|
files
22 months ago
Gary Kramlich
moved the include function tests to the new format
changeset
|
files
22 months ago
Gary Kramlich
finally got all of the tests in here moved to the new format
changeset
|
files
22 months ago
Gary Kramlich
added a few more tests for gplate-variable-tag
changeset
|
files
22 months ago
Gary Kramlich
guess there wasn't a whole lot left for the test name standardization
changeset
|
files
22 months ago
Gary Kramlich
removed some unused ignores
changeset
|
files
22 months ago
Gary Kramlich
the start of the test name standardization
changeset
|
files
22 months ago
Gary Kramlich
made gtester spit out a log and added it to hgignore
changeset
|
files
22 months ago
Gary Kramlich
moved the rest of the tag tests to the new test filename format
changeset
|
files
22 months ago
Gary Kramlich
added a regex to ignore the new test filename format
changeset
|
files
22 months ago
Gary Kramlich
Added the tests for comment tags
changeset
|
files
22 months ago
Gary Kramlich
removed gplate_tag_test_output
changeset
|
files
22 months ago
Gary Kramlich
Changed the license from gplv2 to gplv3
changeset
|
files
22 months ago
Gary Kramlich
added some more tests for variable tags
changeset
|
files
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
changeset
|
files
22 months ago
Gary Kramlich
renamed test-variable-tag.c to gplate-variable-tag-test.c
changeset
|
files
22 months ago
Gary Kramlich
tweaked the Testing\/ ignore to match anywhere in the repo
changeset
|
files
22 months ago
Gary Kramlich
Create a sublibrary for the tag testing. I'll probably do this for all components going forward.
changeset
|
files
23 months ago
Gary Kramlich
moving more testing stuff to it's new home and implementation
changeset
|
files
23 months ago
Gary Kramlich
the rest of the current texttag testing
changeset
|
files
23 months ago
Gary Kramlich
the start of the text tag testing
changeset
|
files
23 months ago
Gary Kramlich
Change the description for the for test to match the actual class name
changeset
|
files
23 months ago
Gary Kramlich
ignore tweak for CTestTestfile.cmake
changeset
|
files
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
changeset
|
files
23 months ago
Gary Kramlich
Looks like ctest will update some files as it's running too...
changeset
|
files
23 months ago
Gary Kramlich
The start of moving testing from autotools and check to gtester and ctest
changeset
|
files
23 months ago
Gary Kramlich
ignore tweak for testing
changeset
|
files
23 months ago
Gary Kramlich
some ignore updates from the removal of autotools
changeset
|
files
23 months ago
Gary Kramlich
finished removing the autotools stuff
changeset
|
files
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
changeset
|
files
23 months ago
Gary Kramlich
Remove the jhbuild makefile.am since it's no longer necessary
changeset
|
files
23 months ago
Gary Kramlich
removed the pixmaps directory since our logo sucks and isn't really being used anywhere
changeset
|
files
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
changeset
|
files
23 months ago
Gary Kramlich
changelogged the cmake transition
changeset
|
files
23 months ago
Gary Kramlich
the start of the cmake transition
changeset
|
files
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
changeset
|
files
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
changeset
|
files
23 months ago
Gary Kramlich
added a type attribute to GPlateFileVariable which holds a string that represents the file type
changeset
|
files
2009-11-15
Gary Kramlich
minorly updating this for the version change, it needs to be updated for the mtn -> hg change...
changeset
|
files
2009-11-15
Gary Kramlich
ignore tweak
changeset
|
files
2009-11-15
Gary Kramlich
keep running tests even if we failed a testcase
changeset
|
files
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.
changeset
|
files
2009-11-15
Gary Kramlich
converted test-util.c to gtester
changeset
|
files
2009-11-15
Gary Kramlich
removed test.h since it's dead now
changeset
|
files
2009-11-15
Gary Kramlich
ignore tweak
changeset
|
files
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...
changeset
|
files
2009-11-15
Gary Kramlich
removed check.xsl since we're not using check anymore
changeset
|
files
2009-11-15
Gary Kramlich
ignore tweak
changeset
|
files
2009-11-14
Gary Kramlich
a good start at the transition of the variable tests, but not done yet...
changeset
|
files
2009-11-13
Gary Kramlich
require glib 2.16 for the testing stuff
changeset
|
files
2009-11-13
Gary Kramlich
change the version to 0.3dev instead of 0.3mtn
changeset
|
files
2009-11-13
Gary Kramlich
removing the reference to the tests to prep for the move to gtest
changeset
|
files
2009-11-13
Gary Kramlich
ignore config.h.in~ as well
changeset
|
files
2009-11-13
Gary Kramlich
ignore the INSTALL file
changeset
|
files
2009-11-13
Gary Kramlich
removed INSTALL since it's generated anyways...
changeset
|
files
2009-11-13
Gary Kramlich
fix the dash won't source a file that isn't on the path "bug"
changeset
|
files
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 :)
changeset
|
files
2009-06-22
Gary Kramlich
Update a documentation block to have a missing return value
changeset
|
files
2009-06-22
Gary Kramlich
remove some functions from the docs that were removed from the api awhile ago
changeset
|
files
(0)
-300
-100
-60
tip