Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix cross test: Test* -> *Test* ; Reduce iterations further for ARM to ↵ | Sven Gothel | 2011-07-23 | 1 | -1/+1 |
| | | | | speedup test | ||||
* | Enable cross-testing on linux-armv7 | Sven Gothel | 2011-07-23 | 1 | -4/+92 |
| | |||||
* | GlueGen proper size / alignment of primitive and compound types usage [1/2] ↵ | Sven Gothel | 2011-07-17 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Preparation. Currently GlueGen fails for type long (size) and some alignments (see package.html). - The size and alignment values shall be queried at runtime. - Compound alignment needs to follow the described natural alignment (also @runtime). - - Build - add Linux Arm7 (EABI) - junit test - added compound/struct tests, pointing out the shortcomings of current impl. - package.html - Added alignment documentation - remove intptr.cfg - add GluGen types int8_t, int16_t, uint8_t, uint16_t - move MachineDescription* into runtime - Platform - has runtime MachineDescription - moved size, .. to MachineDescription - use enums for OSType, CPUArch and CPUType defined by os.name/os.arch, triggering exception if os/arch is not supported. This avoids Java String comparison and conscious os/arch detection. - MachineDescription: - compile time instances MachineDescription32Bits, MachineDescription64Bits - runtime queried instance MachineDescriptionRuntime - correct size, alignment, page size, .. | ||||
* | test ant: using target.sourcelevel, host.sourcelevel, javacdebug and ↵ | Sven Gothel | 2011-04-20 | 1 | -2/+11 |
| | | | | javacdebuglevel for compilation | ||||
* | Fix archive.7z: unset property destfile.path. gluegen-archivetasks.xml -> ↵ | Sven Gothel | 2011-02-24 | 1 | -1/+1 |
| | | | | jogamp-archivetasks.xml | ||||
* | fix jogamp-env.xml ; uses env vars BUILD_ARCHIVE=true|yes and NODE_NAME if set | Sven Gothel | 2011-02-23 | 1 | -1/+2 |
| | |||||
* | Intro jogamp-env.xml to parse common env properties ; Fix archive.7z: use ↵ | Sven Gothel | 2011-02-23 | 1 | -1/+1 |
| | | | | abs path | ||||
* | Provide task 'archive.7z' and use it instead of zip | Sven Gothel | 2011-02-23 | 1 | -4/+5 |
| | |||||
* | Use NODE_NAME env var to determine test archive | Sven Gothel | 2011-02-23 | 1 | -1/+1 |
| | |||||
* | archive test results | Sven Gothel | 2010-12-15 | 1 | -0/+374 |