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

Use libc++ #9558

Draft
wants to merge 23 commits into
base: main
Choose a base branch
from
Draft

Use libc++ #9558

wants to merge 23 commits into from

Commits on Nov 27, 2024

  1. Enable static linking with libc++

      * Add a version script which hides all the symbols except for the
        handful we have to export.
      * Enable exceptions
    grendello committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    f840dcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed4e698 View commit details
    Browse the repository at this point in the history
  3. Update apkdesc files

    grendello committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    5643002 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4222792 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2645830 View commit details
    Browse the repository at this point in the history
  6. Making EmbeddedAssemblies a static type

    In process to remove object instances for a slightly faster startup
    grendello committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    ecd411e View commit details
    Browse the repository at this point in the history
  7. More cleanup

    grendello committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    ada1f4d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e79499b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    944ca50 View commit details
    Browse the repository at this point in the history
  10. Buglets fixed

    grendello committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    3b7633a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c0ddd1f View commit details
    Browse the repository at this point in the history
  12. Cleanup

    grendello committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    0559d7b View commit details
    Browse the repository at this point in the history
  13. Lengths and offsets...

    grendello committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    3afb0e8 View commit details
    Browse the repository at this point in the history
  14. Cleanup

    grendello committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    b8bef8c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    26f24d3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0afd92e View commit details
    Browse the repository at this point in the history
  17. Conversion to std::format continues

    Build is broken atm
    grendello committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    32653bf View commit details
    Browse the repository at this point in the history
  18. More std::format

    grendello committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    79fa7c6 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Configuration menu
    Copy the full SHA
    f9733fa View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Cleanup

    grendello committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    4ffb13a View commit details
    Browse the repository at this point in the history
  2. Cleanup

    grendello committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    994fd0e View commit details
    Browse the repository at this point in the history
  3. Update apkdesc files

    grendello committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    45e68c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e11dc4 View commit details
    Browse the repository at this point in the history