summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Use GlueGen's JNI header for native compilation (java.includes.dir, java.incl...Sven Gothel2015-07-141-0/+18
* 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
* Refine test/TestMultiAndFatJar: Demoing test class outside of fat and multi jarSven Gothel2014-01-243-11/+28
* Bug 846: Add manual test case for One-Jar (using 0.97.1)Sven Gothel2013-10-0120-3/+454
* Bug 845: Fix JNILibLoaderBase.addNativeJarLibsImpl(..) fat-jar case.Sven Gothel2013-10-013-0/+63
* Bug 752: Review Code Vulnerabilities (Permission Checks of new exposed code a...Sven Gothel2013-06-113-0/+33
* gluegen: remove executable bit from java and c source filesHarvey Harrison2013-04-091-0/+0
* Add 'TestJarsInJar.jar' test JAR file for upcoming JarUtil tests (Jar in Jar).Sven Gothel2011-11-295-0/+57
* Android: Use NDK default gcc settingsSven Gothel2011-10-181-0/+1
* Adding native crosscompile test to ubuntu/armv7 and android/armv7Sven Gothel2011-07-2311-0/+552
* Add native alignment test c-codeSven Gothel2011-07-171-0/+65
* 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
* Build CDC named JARs for CVM in default build, no more specialized build nece...sg2158892009-07-152-66/+0
* Add: Extended support for CVM:sg2158892009-07-132-0/+66