aboutsummaryrefslogtreecommitdiffstats
path: root/src/junit/com/jogamp
Commit message (Expand)AuthorAgeFilesLines
* Rename StringUtil.strip() -> StringUtil.trim(), refine API docHEADmasterSven Göthel2024-02-041-39/+39
* Adding StringUtil, containing basic utility functions as well as unicode spac...Sven Göthel2024-02-041-0/+177
* TestStructGen*: Enable standalone testing, enforce Platform.initSingleton()Sven Gothel2023-12-022-0/+4
* Bug 1481 - Hide [ArgumentIs]PascalString argument's lengthSven Gothel2023-12-029-23/+57
* Bug 1474: Allow temp folder for exe-file test to contain parenthesis on WindowsSven Gothel2023-11-281-0/+5
* Bug 1479: NativeLibrary: Add getNativeLibraryPath() returning queried used na...Sven Gothel2023-11-266-5/+15
* Clock/Platform: Add currentMillis() analogue to currentNanos(), returning cur...Sven Gothel2023-10-061-0/+113
* WorkerThread: Enhanced testing, added optional StateCallback for state change...Sven Gothel2023-09-221-37/+388
* WorkerThread: Add optional minDelay to throttle excecutionSven Gothel2023-09-211-9/+21
* Add WorkerThread: A re-start'able, pause'able and interrupt'able worker threa...Sven Gothel2023-09-201-0/+175
* Bug 1450: TestCParser: Enable test10_cc() w/o JCPPSven Gothel2023-08-101-1/+1
* Bug 1450: Add test snippets covering the issues: test2.h for Bindingtest2, Te...Sven Gothel2023-08-105-11/+367
* TestJCPP: Add recursive-include test and include a header file starting with ...Sven Gothel2023-08-084-9/+53
* Drop PCPP, GlueGen exclusively uses JCPP; Adopt test case Test{P->J}CPPSven Gothel2023-08-083-45/+26
* Bump jcpp (merged w/ jcpp upstream v1.4.14) and adopt to changesSven Gothel2023-08-081-2/+5
* Minor cleanup (includes, spacing)Sven Gothel2023-08-054-11/+0
* Cleanup unit test class names (pt3): Try to start w/ 'Test', remove intermedi...Sven Gothel2023-08-051-3/+3
* Cleanup unit test class names (pt2): Try to start w/ 'Test', remove intermedi...Sven Gothel2023-08-0516-23/+23
* Cleanup unit test class names: Try to start w/ 'Test', remove intermediate 'T...Sven Gothel2023-08-059-0/+0
* GlueGen Code Unit Tests using a statically linked tool library do not need to...Sven Gothel2023-08-054-21/+4
* WIP JavaCallback Tests: Fix Test4p2JavaCallback.chapter__TestLoadLibrary() is...Sven Gothel2023-08-051-1/+1
* WIP JavaCallback Tests: Fix typo in 'CustomJavaCode' Java class target nameSven Gothel2023-08-051-1/+1
* WIP JavaCallback Tests: Fix: test2-CustomJavaImplCode.java.stub must be 'Incl...Sven Gothel2023-08-051-2/+3
* WIP JavaCallback Tests: Rename test2-gluegen.cfg -> test2-if.cfgSven Gothel2023-08-051-0/+0
* wip(test_case): Example of test case for issue related of 927bbc7160a812bb29c...Mathieu Féry2023-08-0414-193/+650
* JavaCallbackEmitter.emitJavaKeyClass(): Use directBufferAddress for compound ...pulledSven Gothel2023-08-044-15/+254
* Fix & Enhance Test4JavaCallback for non-userParam chapter12*: Fix ad-hoc comp...Sven Gothel2023-08-044-38/+142
* Merge remote-tracking branch 'Mathieu_Fery/feature/java_callback_without_user...Sven Gothel2023-08-024-0/+107
|\
| * feat(callbackGenerator): Add basic management of callback without userDataMathieu Féry2023-07-314-0/+107
* | feat(generation): Add setter generation for not constant and not opaque compo...Mathieu Féry2023-07-313-5/+19
|/
* GlueGen JavaCallback: Add optional custom 'Callback-UserParamClass` for non-c...Sven Gothel2023-07-104-309/+308
* GlueGen JavaCallback: Add capability to have UserParam as (part of) keySven Gothel2023-07-086-60/+492
* GlueGen JavaCallback: Remove ambiguity: Config JavaCallbackDef/JavaCallbackKe...Sven Gothel2023-07-064-22/+25
* GlueGen: Add 'PascalString' string semantics (length + value-ptr), added prel...Sven Gothel2023-07-051-1/+1
* GlueGen JavaCallback: Revised: Static Java callback dispatcher, dropping nati...Sven Gothel2023-07-044-27/+517
* GlueGen JavaCallback: CMethodBindingEmitter: Check, describe & clear exceptio...Sven Gothel2023-07-021-7/+98
* GlueGen Struct [18]: Drop redundant 'static get*ElemCount() { return 1 }` for...Sven Gothel2023-07-021-1/+1
* GlueGen JavaCallback: Native callback: Check ObjectRef validity and synchroni...Sven Gothel2023-07-021-10/+18
* GlueGen JavaCallback: Use `SetCallback-KeyClass` if manually specified, even ...Sven Gothel2023-07-012-1/+26
* GlueGen JavaCallback: Only produce default 'Key' class if keys are used, expo...Sven Gothel2023-07-012-103/+334
* GlueGen JavaCallback: Resolve key mapping of callback and associated resource...Sven Gothel2023-06-304-26/+597
* Test4JavaCallback: Just rename myUserParam -> myUserParam01 for future tests..Sven Gothel2023-06-291-22/+22
* GlueGen JavaCallback: Set-Callback: Ensure a previously mapped 'userParam' in...Sven Gothel2023-06-291-9/+39
* GlueGen JavaCallback: 1st Working Draft: Changed 'JavaCallbackDef' config, ad...Sven Gothel2023-06-295-36/+235
* GlueGen Struct [17]: Handle void pointers, i.e. `void*`, within a struct as `...Sven Gothel2023-06-291-0/+6
* GlueGen JavaCallback: Add preliminary implementation (WIP): Produces proper i...Sven Gothel2023-06-252-4/+12
* GlueGen Struct [16]: Add support for pointer-pointer and function-pointer valuesSven Gothel2023-06-235-11/+234
* GlueGen Test: Test2 -> Test2FuncPtrSven Gothel2023-06-231-3/+3
* GlueGen junit test2.h: Add an anonymous struct pointer w/ opaque long configSven Gothel2023-06-202-5/+4
* GlueGen Struct [15b]: FunctionPointer: Drop is<FuncName>Null() -> use get<Fun...Sven Gothel2023-06-203-20/+19