1. d16a940 Initial merge of upstream-master. by Jeff McGlynn · 7 years ago aosp-emu-30-release emu-2.6-release emu-2.7-release emu-2.8-release emu-29.0-release emu-3.0-release emu-3.1-release emu-30-release emu-31-release emu-31-stable-release emu-32-dev emu-32-release emu-33-dev emu-33-release emu-34-2-dev emu-34-2-release emu-34-3-release emu-34-release emu-35-1-release emu-master-qemu-release main master
  2. 2de00aa Initial empty repository by (raulenrique) · 7 years ago
  3. b434c24 Update master URL. by Syoyo Fujita · 7 years ago
  4. 94fc413 Fix parsing of crease tags(`t`) by Syoyo Fujita · 7 years ago
  5. 1c6dbf9 Merge branch 'master' of github.com:syoyo/tinyobjloader by Syoyo Fujita · 7 years ago
  6. 88ad575 Initial support of parsing vertex color(extension format) by Syoyo Fujita · 7 years ago
  7. 5cd30b7 Merge pull request #142 from Ododo/master by Syoyo Fujita · 7 years ago
  8. eb1f395 Fix mapping for #131 and compilation error #139 #132 (related) by Ododo · 7 years ago
  9. 27bdd54 If you use tinyobjloader, please let us know via github issue!. by Syoyo Fujita · 7 years ago
  10. 75a4bd1 Add zero-value check when parsing `f' line. Fixes #140. by Syoyo Fujita · 7 years ago
  11. 7c7335c Add test for parsing bump_multipler for normal map. by Syoyo Fujita · 7 years ago
  12. 3a9483c Add regression test for issue 138. by Syoyo Fujita · 7 years ago
  13. 1065d7c Change to add a shape when shape.mesh.indices.size() > 0 once `g` tag appears. Fixes #138. by Syoyo Fujita · 7 years ago
  14. 303043f Merge branch 'master' of github.com:syoyo/tinyobjloader by Syoyo Fujita · 7 years ago
  15. 981f7c5 Add VFPR URL. by Syoyo Fujita · 7 years ago
  16. dcbc8d5 Update URL for Rungholt scene. by Syoyo Fujita · 7 years ago
  17. 785af44 Add support for parsing `map_Bump` in mtl. by Syoyo Fujita · 7 years ago
  18. be46318 print some material infos. by Syoyo Fujita · 7 years ago
  19. b5961cd Merge pull request #133 from pmysiak/patch-1 by Syoyo Fujita · 7 years ago
  20. 76632f8 Update README.md by Peter Myšiak · 7 years ago
  21. f59f93d Rename variables to avoid confusion. Fixes #108 . by Syoyo Fujita · 7 years ago
  22. 1dfd117 Add project URLs using tinyobjloader 1.0.x. by Syoyo Fujita · 7 years ago
  23. a86b783 Merge pull request #132 from chrisliebert/master by Syoyo Fujita · 7 years ago
  24. e3508c3 Added mapping from material index to to material name (#131) to Python wrapper. by chrisliebert · 7 years ago
  25. 8e7da82 Fix index calculation. by Syoyo Fujita · 7 years ago
  26. 6cde18e Fix ifdef guard. by Syoyo Fujita · 7 years ago
  27. 2409832 Remove unused file. by Syoyo Fujita · 7 years ago
  28. 95fba2a Changed to use lfpAlloc from ltalloc for experimental multi-threaded .obj parser since ltalloc is not a porable(e.g. it does not support ARM archtecture). by Syoyo Fujita · 7 years ago
  29. 99518b6 Suppress some clang warnings. by Syoyo Fujita · 7 years ago
  30. d8f702c Merge pull request #128 from sloretz/cppcheck_warnings by Syoyo Fujita · 7 years ago
  31. 6eca09f Removed double import of sstream by Shane Loretz · 7 years ago
  32. a1324f1 Replaced snprintf with stringstream by Shane Loretz · 7 years ago
  33. 56fa047 Replace sscanf with snprintf by Shane Loretz · 7 years ago
  34. 0f4a955 4096 -> TINYOBJ_SSCANF_BUFFER_SIZE by Shane Loretz · 7 years ago
  35. fb80e04 Check sentry to remove unused variable warning by Shane Loretz · 7 years ago
  36. cdb5c2d Fix the number of triangle calculation. Fixes #127 by Syoyo Fujita · 7 years ago
  37. 44bff46 Initial support of reflection map(`refl`). by Syoyo Fujita · 7 years ago
  38. 47989b5 Update copyright year and version. by Syoyo Fujita · 7 years ago
  39. 41acdc9 Merge pull request #126 from alangfel/multiple_texoptions by Syoyo Fujita · 7 years ago
  40. cc948e4 Deal with more than one texture option by alangfel · 7 years ago
  41. 889b218 Add link to Vulkan Cookbook. by Syoyo Fujita · 7 years ago
  42. 3e146c3 Update README. by Syoyo Fujita · 7 years ago
  43. e60d333 Bump version 1.0.6 by Syoyo Fujita · 7 years ago
  44. 744d2ba Merge pull request #125 from noma/upstream_master by Syoyo Fujita · 7 years ago
  45. d5ca258 Renamed realValues back to flaotValues, as it is part of the external interface and renaming would break existing code. by noma · 7 years ago
  46. b1ac3a6 Fixed package config and cmake config templates for double variant of the library. by noma · 7 years ago
  47. 69e56db Replaced all float types by real_t ones. Also adapted names accordingly. by noma · 7 years ago
  48. 13412b0 Added real_t, defined to float or double depending on CMake option TINYOBJLOADER_USE_DOUBLE by noma · 7 years ago
  49. 9912bc5 Added double variant of lib to CMakeLists.txt by noma · 7 years ago
  50. 9d9e987 Merge pull request #123 from nikitoz/master by Syoyo Fujita · 7 years ago
  51. 3455600 Add std namespace for pow, ldexp, sscanf function calls. by nyatsenk · 7 years ago
  52. 9134c1d Add file size check. by Syoyo Fujita · 7 years ago
  53. cc98973 Do not exit program when there is no texture coordinate in .obj. by Syoyo Fujita · 7 years ago
  54. e43580b Fix build with pre-C++11 compiler by Syoyo Fujita · 7 years ago
  55. 9613108 Cosmetics. by Syoyo Fujita · 7 years ago
  56. 4b29502 Add data layout description to README. by Syoyo Fujita · 7 years ago
  57. 156b709 Move TINYOBJLOADER_IMPLEMENTATION outside of TINY_OBJ_LOADER_H_ ifdef guard. Fixes #122. by Syoyo Fujita · 7 years ago
  58. 00f51e3 Merge pull request #121 from ForsakenHarmony/patch-1 by Syoyo Fujita · 7 years ago
  59. da5942d Grammar? by Ashley · 7 years ago
  60. 7c3206f Ignore `Tr` parameter when `d` exists in MTL(#43) by Syoyo Fujita · 7 years ago
  61. 4886eeb Merge pull request #120 from dPavelDev/master by Syoyo Fujita · 7 years ago
  62. 91c727e Fixed error in getting material name in LoadObjWithCallback by dPavelDev · 7 years ago
  63. 26bdace Merge pull request #119 from jamiesnape/fix-cmake-dir by Syoyo Fujita · 7 years ago
  64. 7212ee4 Use GNUInstallDirs module and fix cmake directory location by Jamie Snape · 7 years ago
  65. 0fe1bb9 Add MIT license file by Jamie Snape · 7 years ago
  66. 4bd75ba Merge pull request #118 from jamiesnape/cleanup by Syoyo Fujita · 7 years ago
  67. bbcfe59 Update minimum required version of CMake by Jamie Snape · 7 years ago
  68. 38c07d3 Fix typo in destination of CMake export file by Jamie Snape · 7 years ago
  69. 2019ace Remove excess padding around some parentheses in CMake files by Jamie Snape · 7 years ago
  70. ad96ff0 Consistently use spaces instead of tabs in CMake files by Jamie Snape · 7 years ago
  71. d7f83f2 Fix for Windows platform. by Syoyo Fujita · 7 years ago
  72. 98fad65 Merge pull request #117 from jamiesnape/cmake-pkg-config by Syoyo Fujita · 7 years ago
  73. e88016c Write and install pkg-config file by Jamie Snape · 7 years ago
  74. edabf19 Write and install CMake package config files by Jamie Snape · 7 years ago
  75. 8bed734 Merge branch 'master' of github.com:syoyo/tinyobjloader by Syoyo Fujita · 7 years ago
  76. 60ffb3c Add missing files. Fixes #115. by Syoyo Fujita · 7 years ago
  77. 6507e70 Merge pull request #113 from ReinierMaas/patch-1 by Syoyo Fujita · 7 years ago
  78. 2daec8b Search .mtl and texture from .obj's base dir. Fix bad memory access. by Syoyo Fujita · 7 years ago
  79. c2ff3f1 Support multiple filenames for mtllib line. Fixes #112. by Syoyo Fujita · 7 years ago
  80. a6a134a Update README.md by Reinier Maas · 7 years ago
  81. e0b3934 Merge pull request #111 from longjon/python2 by Syoyo Fujita · 7 years ago
  82. 947582b Merge pull request #110 from longjon/python-attribs by Syoyo Fujita · 7 years ago
  83. c207ff3 Support Python 2.7. by Jonathan L Long · 7 years ago
  84. 41dd7c8 (Re-)expose attribs to Python. by Jonathan L Long · 7 years ago
  85. aa4dabe Describe default behavior of `mtl_basedir`. by Syoyo Fujita · 7 years ago
  86. 9868630 Fix windows build of loader_example. by Syoyo Fujita · 8 years ago
  87. f239757 Merge pull request #107 from Warezovvv/master by Syoyo Fujita · 8 years ago
  88. 7d56991 Little intuitive improvements by Nikita Krupitskas · 8 years ago
  89. 0948ca0 Add more support for parsing texture options. by Syoyo Fujita · 8 years ago
  90. 582eb2b Initial support of texture options. by Syoyo Fujita · 8 years ago
  91. c2474e2 Fix seg fault when no material assigned to object in viewer example. by Syoyo Fujita · 8 years ago
  92. 6c6390f Fix typo. by Syoyo Fujita · 8 years ago
  93. 4d6649c Suppress compiler warnings. by Syoyo Fujita · 8 years ago
  94. d543b14 Merge pull request #105 from dotdash/speedup by Syoyo Fujita · 8 years ago
  95. d6eeb14 Avoid unnecessary ldexp() and pow() calls by Björn Steinbrink · 8 years ago
  96. aa670fe Use a lookup table to speed up float parsing by Björn Steinbrink · 8 years ago
  97. ebdbd8a Avoid unnecessary reallocations of the "linebuf" string by Björn Steinbrink · 8 years ago
  98. fed4322 Merge branch 'master' of github.com:syoyo/tinyobjloader by Syoyo Fujita · 8 years ago
  99. 039d4a6 Fix a shape is lost if obj ends with a 'usemtl'. Fixes #104 by Syoyo Fujita · 8 years ago
  100. 28ee1b4 Merge pull request #103 from chrisliebert/master by Syoyo Fujita · 8 years ago