Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
S
swiftshader
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • swiftshader
  • Repository

Switch branch/tag
  • swiftshader
  • src
  • OpenGL
  • compiler
  • Android.mk
Find file
BlameHistoryPermalink
  • Nicolas Capens's avatar
    Add work-arounds for missing C++11 features. · e3490ede
    Nicolas Capens authored Apr 09, 2018
    Android versions before M did not have:
    
    std::shared_ptr
    std::unique_ptr
    std::to_string
    
    This is fixed by extending stlport with custom implementations for
    these features. This works by using 'string' and 'memory' header
    files in a path searched before stlport itself, in which the new
    features are implemented, and including stport's original headers for
    all other functionality.
    
    Bug b/75229322
    
    Change-Id: Icd05c072c366381155e086c3f14f805bc4f104d6
    Reviewed-on: https://swiftshader-review.googlesource.com/18408Tested-by: 's avatarNicolas Capens <nicolascapens@google.com>
    Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com>
    Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com>
    e3490ede
Android.mk 3.02 KB
EditWeb IDE
×

Replace Android.mk

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.