Use std::atoi instead of std::stoi
[platform/upstream/glslang.git] / StandAlone / ResourceLimits.cpp
2016-10-31 David NetoUse std::atoi instead of std::stoi
2016-10-27 John KessenichMerge pull request #560 from jeremy-lunarg/pragmas
2016-10-21 steve-lunargWIP: avoid strtok
2016-10-21 Johannes van WaverenMerge remote-tracking branch 'upstream/master'
2016-08-29 John KessenichMerge branch 'HLSL_Semantic_Mapping' of https://github...
2016-08-26 John KessenichMerge pull request #488 from antiagainst/c4996-warning
2016-08-26 Lei ZhangDisable C4996 (secure CRT) recommendation on Windows...
2016-07-12 Johannes van WaverenMerge remote-tracking branch 'upstream/master'
2016-07-09 John KessenichBuild: Remove causes of pedantic warnings. Addresses...
2016-06-06 Dejan MircevskiMerge branch 'master' of github.com:KhronosGroup/glslan...
2016-05-25 John KessenichMerge pull request #230 from dekimir/incresconst
2016-05-20 John KessenichMerge pull request #301 from dneto0/fix-android-build...
2016-05-20 David Netoatoi comes from stddef.h or cstddef
2016-05-20 John KessenichMerge pull request #297 from antiagainst/config-tests
2016-05-19 Lei ZhangTest compiling shaders with given resource limits using...
2016-05-19 Lei ZhangRename DefaultResourceLimits.* to ResourceLimits.*.