Skip to content

#270 + #271: Added OpenGL32 support.#280

Merged
dblock merged 2 commits intojava-native-access:masterfrom
dblock:kc7bfi-merged
Oct 7, 2013
Merged

#270 + #271: Added OpenGL32 support.#280
dblock merged 2 commits intojava-native-access:masterfrom
dblock:kc7bfi-merged

Conversation

@dblock
Copy link
Copy Markdown
Member

@dblock dblock commented Oct 6, 2013

This is #270, #271. I fixed minor problems and ran dos2unix on all files, which fixed the line endings.

There's a unit test failure:

    [junit] ------------- Standard Output ---------------
    [junit] GL_VENDOR=null
    [junit] GL_EXTENSIONS=GL_WIN_swap_hint GL_EXT_bgra GL_EXT_paletted_texture
    [junit] GL_VERSION=1.1.0
    [junit] GL_RENDERER=GDI Generic
    [junit] ------------- ---------------- ---------------
    [junit] Testcase: testGetStringGLVendor(com.sun.jna.platform.win32.OpenGL32Test):   FAILED
    [junit] Could not get GL_VENDOR
    [junit] junit.framework.AssertionFailedError: Could not get GL_VENDOR
    [junit]     at com.sun.jna.platform.win32.OpenGL32Test.testGetStringGLVendor(OpenGL32Test.java:115)
    [junit]
    [junit]

@kc7bfi - how do we fix this?

@dblock
Copy link
Copy Markdown
Member Author

dblock commented Oct 7, 2013

I commented out the test assertion. I also moved some declarations around to match the Windows SDK.

dblock added a commit that referenced this pull request Oct 7, 2013
@dblock dblock merged commit 438d131 into java-native-access:master Oct 7, 2013
mstyura pushed a commit to mstyura/jna that referenced this pull request Sep 9, 2024
…e-access#280)

Motivation:

Just use MAVEN_OPTS to setup all the timeouts etc for dependency downloads. This way we at least can be sure these are applied.

Modifications:

- Use MAVEN_OPTS
- Remove ci profile
- Remove unused settings.xml file
- Always use ./mvnw

Result:

Build stability improvements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant