Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

android: move C++ files to uDroid/ (beta-3.0) #456

Merged
merged 1 commit into from
Mar 30, 2023

Conversation

mortend
Copy link
Member

@mortend mortend commented Mar 29, 2023

This moves Android specific parts of the bundled C++ code into its own output directory instead of interfering with the Uno/ directory, making things a bit cleaner for version 3.0.

This moves Android specific parts of the bundled C++ code into its own
output directory instead of interfering with the Uno/ directory, making
things a bit cleaner for version 3.0.
@mortend mortend merged commit b614674 into fuse-open:beta-3.0 Mar 30, 2023
@mortend mortend deleted the android-cpp branch March 30, 2023 14:28
mortend added a commit to mortend/uno that referenced this pull request Apr 3, 2023
Use DeclarationComparer to sort declarations before being emitted into
source files to make sure preprocessor directives (lines starting with
'#') come out first.

This solves a problem where ManualTestingApp in Fuselibs fails to build
for Android since our last beta release, because some declarations come
out before includes. This might have regressed with changes in fuse-open#456.
mortend added a commit to mortend/uno that referenced this pull request Apr 3, 2023
Use DeclarationComparer to sort declarations before being emitted into
source files to make sure preprocessor directives (lines starting with
'#') come out first.

This solves a problem where ManualTestingApp in Fuselibs fails to build
for Android since our last beta release, because some declarations come
out before includes. This might have regressed with changes in fuse-open#456.
mortend added a commit to mortend/uno that referenced this pull request Apr 3, 2023
Use DeclarationComparer to sort declarations before being emitted into
source files to make sure preprocessor directives (lines starting with
'#') come out first.

This solves a problem where ManualTestingApp in Fuselibs fails to build
for Android since our last beta release, because some declarations come
out before includes. This might have regressed with changes in fuse-open#456.
mortend added a commit to mortend/uno that referenced this pull request Apr 4, 2023
Moving GLHelper.h to uDroid/ in fuse-open#456 caused build errors in Fuselibs,
so this adds back a deprecated version on the old path for now.

Also adds a Condition for GraphicsContext.h in uno.cpp.uxl.
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