Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
G
glslang
  • 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
  • glslang
  • Repository

Switch branch/tag
  • glslang
  • StandAlone
  • Worklist.h
Find file
BlameHistoryPermalink
  • Juan Lopez's avatar
    This refactor the StandAlone and WorkList files in order to use more · a558b265
    Juan Lopez authored Apr 02, 2017
    C++11 features remove the dependencies from OS specific code. Changes:
    
    - Making WorkList class to have its own mutex instead of the OS specific
    global one. The new mutex is the one from std library. The OS specific
    code is also removed.
    
    - Using the C++11 std library to handle threads in StandAlone
    application
    and enabling concurrent processing on non-windows platforms.
    
    - converting the global variable Worklist into local variable workList.
    a558b265
Worklist.h 2.75 KB
EditWeb IDE
×

Replace Worklist.h

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.