assimp/include/assimp
Kim Kulling 4c2898c82b
Merge branch 'master' into issue_2251
2019-01-28 10:06:44 +01:00
..
Compiler add clang to pushpack1.h 2018-11-08 09:25:48 +01:00
port/AndroidJNI Export DefaultIOSystem and move it with DefaultIOStream to include/ instead of code/ 2017-02-28 11:44:04 +09:00
.editorconfig Implemented: Add editor config file 2015-06-28 16:04:15 -06:00
BaseImporter.h MAke noexcept compiler-specific. 2018-09-21 16:25:27 +02:00
Bitmap.h update license dates. 2018-01-28 19:42:05 +01:00
BlobIOSystem.h Add usage of log macros. 2018-04-19 16:48:43 +02:00
ByteSwapper.h MAke noexcept compiler-specific. 2018-09-21 16:25:27 +02:00
CreateAnimMesh.h update license dates. 2018-01-28 19:42:05 +01:00
DefaultIOStream.h MAke noexcept compiler-specific. 2018-09-21 16:25:27 +02:00
DefaultIOSystem.h closes https://github.com/assimp/assimp/issues/212: introduce unittest for line-splitter, will validate that the current behaviour is correct. 2018-09-16 17:13:34 +02:00
DefaultLogger.hpp Optimize some std::string usages. 2018-03-20 18:43:54 +01:00
Defines.h Export DefaultIOSystem and move it with DefaultIOStream to include/ instead of code/ 2017-02-28 11:44:04 +09:00
Exceptional.h Successful lib build, unit testing still WIP 2018-01-05 16:18:33 -08:00
Exporter.hpp closes https://github.com/assimp/assimp/issues/2199: introduce first version for exporter. 2018-11-12 22:26:10 +01:00
GenericProperty.h STL-Exporter: fix division by zero in normalize method during update 2018-05-01 15:06:56 +02:00
Hash.h update license dates. 2018-01-28 19:42:05 +01:00
IOStream.hpp MAke noexcept compiler-specific. 2018-09-21 16:25:27 +02:00
IOStreamBuffer.h Various additions/fixes (FBX blend-shapes support added) 2019-01-06 16:37:30 -02:00
IOSystem.hpp MAke noexcept compiler-specific. 2018-09-21 16:25:27 +02:00
Importer.hpp closes https://github.com/assimp/assimp/issues/2199: introduce first version for exporter. 2018-11-12 22:26:10 +01:00
LineSplitter.h closes https://github.com/assimp/assimp/issues/212: introduce unittest for line-splitter, will validate that the current behaviour is correct. 2018-09-16 17:13:34 +02:00
LogAux.h INtroduce new log macros. 2018-04-26 14:10:18 +02:00
LogStream.hpp MAke noexcept compiler-specific. 2018-09-21 16:25:27 +02:00
Logger.hpp MAke noexcept compiler-specific. 2018-09-21 16:25:27 +02:00
Macros.h closes https://github.com/assimp/assimp/issues/1724: add default material access to the material API. 2018-07-25 15:11:24 +02:00
MathFunctions.h Successful lib build, unit testing still WIP 2018-01-05 16:18:33 -08:00
MemoryIOWrapper.h Update MemoryIOWrapper.h 2019-01-22 17:22:18 -08:00
NullLogger.hpp update license dates. 2018-01-28 19:42:05 +01:00
ParsingUtils.h fix review findings. 2018-03-20 23:38:08 +01:00
Profiler.h Add usage of log macros, next files. 2018-04-19 17:21:21 +02:00
ProgressHandler.hpp closes https://github.com/assimp/assimp/issues/2199: introduce first version for exporter. 2018-11-12 22:26:10 +01:00
RemoveComments.h update license dates. 2018-01-28 19:42:05 +01:00
SGSpatialSort.h MAke noexcept compiler-specific. 2018-09-21 16:25:27 +02:00
SceneCombiner.h update license dates. 2018-01-28 19:42:05 +01:00
SkeletonMeshBuilder.h update license dates. 2018-01-28 19:42:05 +01:00
SmoothingGroups.h MAke noexcept compiler-specific. 2018-09-21 16:25:27 +02:00
SmoothingGroups.inl Successful lib build, unit testing still WIP 2018-01-05 16:18:33 -08:00
SpatialSort.h MAke noexcept compiler-specific. 2018-09-21 16:25:27 +02:00
StandardShapes.h update license dates. 2018-01-28 19:42:05 +01:00
StreamReader.h fix streamreader::end definition for iterators. 2018-12-30 10:44:43 +01:00
StreamWriter.h closes https://github.com/assimp/assimp/issues/1881: make template-based get and put in streamreader/writer public. 2018-04-06 12:05:30 +02:00
StringComparison.h fix review findings. 2018-03-20 23:38:08 +01:00
StringUtils.h fix review findings. 2018-03-20 23:38:08 +01:00
Subdivision.h update license dates. 2018-01-28 19:42:05 +01:00
TinyFormatter.h update license dates. 2018-01-28 19:42:05 +01:00
Vertex.h Fix for blendshapes import when using the JoinIdenticalVertices optimization flag 2018-04-27 11:52:31 +01:00
XMLTools.h update license dates. 2018-01-28 19:42:05 +01:00
ai_assert.h update license dates. 2018-01-28 19:42:05 +01:00
anim.h MAke noexcept compiler-specific. 2018-09-21 16:25:27 +02:00
camera.h MAke noexcept compiler-specific. 2018-09-21 16:25:27 +02:00
cexport.h closes https://github.com/assimp/assimp/issues/842: experimental suppor for ascii stl pointcloud export. 2018-05-01 09:06:22 +02:00
cfileio.h update license dates. 2018-01-28 19:42:05 +01:00
cimport.h update license dates. 2018-01-28 19:42:05 +01:00
color4.h Apply suggestions from code review 2018-11-28 14:19:46 +01:00
color4.inl update license dates. 2018-01-28 19:42:05 +01:00
config.h.in Closes https://github.com/assimp/assimp/issues/2251: introduce AI_CONFIG_PP_FID_IGNORE_TEXTURECOORDS to avoid removing textures. 2019-01-27 21:05:58 +01:00
defs.h integrated DropFaceNormals process (cmake, poststepregistry) 2018-10-29 16:26:50 +01:00
fast_atof.h Fix static-code-analysis findings. 2018-09-21 16:07:09 +02:00
importerdesc.h update license dates. 2018-01-28 19:42:05 +01:00
irrXMLWrapper.h Replaced "../Include/" include from irrXMLWrapper.h 2018-10-06 15:22:10 +02:00
light.h MAke noexcept compiler-specific. 2018-09-21 16:25:27 +02:00
material.h MAke noexcept compiler-specific. 2018-09-21 16:25:27 +02:00
material.inl closes https://github.com/assimp/assimp/issues/1724: add default material access to the material API. 2018-07-25 15:11:24 +02:00
matrix3x3.h MAke noexcept compiler-specific. 2018-09-21 16:25:27 +02:00
matrix3x3.inl Fix varible shadowing issue 2018-02-03 16:04:14 +02:00
matrix4x4.h MAke noexcept compiler-specific. 2018-09-21 16:25:27 +02:00
matrix4x4.inl Fix smd animation mess 2018-11-30 14:42:05 +08:00
mesh.h Various additions/fixes (FBX blend-shapes support added) 2019-01-06 16:37:30 -02:00
metadata.h MAke noexcept compiler-specific. 2018-09-21 16:25:27 +02:00
pbrmaterial.h Read and write the KHR_materials_unlit glTF/2.0 extension. 2018-05-18 14:52:02 -07:00
postprocess.h added DropFaceNormals process 2018-10-29 16:23:11 +01:00
qnan.h Replace type punning with explicit memcpys 2018-06-01 12:05:54 +03:00
quaternion.h MAke noexcept compiler-specific. 2018-09-21 16:25:27 +02:00
quaternion.inl update license dates. 2018-01-28 19:42:05 +01:00
scene.h update license dates. 2018-01-28 19:42:05 +01:00
texture.h fix finding: possible override. 2018-12-31 12:16:20 +01:00
types.h Update types.h 2018-09-21 18:46:30 +02:00
vector2.h Merge branch 'master' into kimkulling-issue_2212 2018-12-01 09:49:03 +01:00
vector2.inl update license dates. 2018-01-28 19:42:05 +01:00
vector3.h Apply suggestions from code review 2018-11-28 14:19:46 +01:00
vector3.inl update license dates. 2018-01-28 19:42:05 +01:00
version.h update license dates. 2018-01-28 19:42:05 +01:00