aboutsummaryrefslogtreecommitdiffstats
path: root/test/junit
Commit message (Expand)AuthorAgeFilesLines
* Cleanup unit test class names (pt2): Try to start w/ 'Test', remove intermedi...Sven Gothel2023-08-052-2/+2
* Cleanup unit test class names: Try to start w/ 'Test', remove intermediate 'T...Sven Gothel2023-08-051-0/+0
* Fixed minor Ant buildfile consistency issuesWade Walker2019-08-171-1/+1
* Fixed java.home directory and removed obsolete tools.jarWade Walker2019-08-161-2/+1
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-033-47/+47
* Bug 923: Remove dependency of CStruct annotation processor _generation_ and g...Sven Gothel2014-05-111-6/+9
* Disabled Struct* Tests (not working on Windows .. platform; Moved BuffersTest...Sven Gothel2010-11-259-620/+0
* PCPP: Let '#error token' throw an exception with the message; Note: #warning ...Sven Gothel2010-11-082-2/+6
* Gluegen/PCPP: Refined PCPP if-elif-else-endif ; Add 'dumpCPP' option to direc...Sven Gothel2010-11-071-1/+1
* Fix PCPP encapsualted if/if blocksSven Gothel2010-11-072-1/+86
* PCPP Test: Add ifndef testsSven Gothel2010-11-072-1/+24
* Fix testSven Gothel2010-11-071-2/+3
* PCPP: Fix ifdef/ifndef, if, elif and endif correct ; Enhanced PCPP testsSven Gothel2010-11-072-6/+60
* com.sun -> com.jogampSven Gothel2010-11-0714-0/+0
* Renamed com.sun.gluegen -> com.jogamp.gluegenSven Gothel2010-11-067-17/+19
* LICENSE.txt changes:Sven Gothel2010-09-147-0/+196
* added slice utility methods to Buffers + rudimentary test.Michael Bien2010-07-041-0/+29
* added BasicProcAddressEmitterTest testing generation of ProcAddressTable and ...Michael Bien2010-06-183-3/+104
* fixed handling of size_t which was broken since the introduction of Int64Buffer.Michael Bien2010-05-312-0/+6
* Put junit.jar 4.8.2, antlr.jar 2.7.7 into make/lib, and use it as the default...Sven Gothel2010-05-121-1/+1
* Move HashMapTest to junit.run; Unify classes to only 'Test' in their name if ...Sven Gothel2010-05-102-334/+0
* switched to nanoTime() and moved asserts to end of the benchmark.Michael Bien2010-04-272-37/+35
* IntIntHashMap (and friends) is now Iterable. Added iterator testcase.Michael Bien2010-04-212-4/+61
* added Simon Goller to @author list in LongIntHashMap und LongIntHashMapTest.Michael Bien2010-04-121-0/+1
* IntIntHashMap changed to LongIntHashMap.Simon Goller2010-04-121-0/+139
* annotated certain token in IntIntHashMap for text substitution.Michael Bien2010-04-081-3/+3
* initial import of IntIntHashmap + JUnitTest including a benchmark.Michael Bien2010-04-081-0/+139
* http://jogamp.org/bugzilla/show_bug.cgi?id=393Sven Gothel2010-04-081-2/+3
* introduced com.jogamp.common.{nio,os} packages and moved some classes.Michael Bien2010-03-312-2/+4
* reduced verbosity in test output.Michael Bien2010-03-313-6/+5
* renamed BufferFactory into Buffers.Michael Bien2010-03-291-2/+2
* renamed com.sun.gluegen.runtime -> com.jogamp.gluegen.runtime.Michael Bien2010-03-271-2/+2
* ant-junit-ant: use rel gluegen.root pathSven Gothel2010-03-262-3/+2
* http://www.jogamp.org/bugzilla/show_bug.cgi?id=390Sven Gothel2010-03-252-3/+3
* http://www.jogamp.org/bugzilla/show_bug.cgi?id=390Sven Gothel2010-03-254-20/+38
* fixed regression in constant emission where a type suffix (e.g. 'f') was ille...Michael Bien2010-03-222-9/+16
* fixed JavaEmitter to support unsigned defines.Michael Bien2010-03-121-0/+1
* added PCPPTest.Michael Bien2010-02-202-0/+55
* fixed jdk tools.jar classpath for hudson to fix tests.Michael Bien2010-02-121-2/+2
* junit test code cleanup and some build preperations for hudson.Michael Bien2010-02-124-53/+71
* added test target to main build script.Michael Bien2010-02-1210-211/+430
* added first JUnit test: GlueGenTest.java. (dependencies: junit-4.5.jar, antlr...Michael Bien2009-10-185-0/+333