Jared Mulconry cf151b77d8 Fixed build warnings on MSVC14 x64 in the XGL loader. 9 سال پیش
..
res 524834c307 Fix line endings. 10 سال پیش
.editorconfig 8326535445 Implemented: Add editor config for source code 10 سال پیش
3DSConverter.cpp 505928cc02 Fixed build warnings on MSVC14 x64 in the 3DS format sources. 9 سال پیش
3DSExporter.cpp 505928cc02 Fixed build warnings on MSVC14 x64 in the 3DS format sources. 9 سال پیش
3DSExporter.h 63a4591683 Fixing bugs related to 64-bit upgrade in materials 9 سال پیش
3DSHelper.h 02e038bbb6 Fix compiler warnings related to issue 957. 9 سال پیش
3DSLoader.cpp 02e038bbb6 Fix compiler warnings related to issue 957. 9 سال پیش
3DSLoader.h fa1d6d8c55 propagating precision requirments into operations 9 سال پیش
ACLoader.cpp 7207e5117c Use new include bracktes. 9 سال پیش
ACLoader.h 7207e5117c Use new include bracktes. 9 سال پیش
AMFImporter.cpp 7bf6cfc9f6 removed BOM 9 سال پیش
AMFImporter.hpp 9dc4fb2aa3 AMF: add missing license info. 9 سال پیش
AMFImporter_Geometry.cpp 9dc4fb2aa3 AMF: add missing license info. 9 سال پیش
AMFImporter_Macro.hpp 9dc4fb2aa3 AMF: add missing license info. 9 سال پیش
AMFImporter_Material.cpp 9dc4fb2aa3 AMF: add missing license info. 9 سال پیش
AMFImporter_Node.hpp 9dc4fb2aa3 AMF: add missing license info. 9 سال پیش
AMFImporter_Postprocess.cpp f206249fbf Merge branch 'master' of https://github.com/assimp/assimp into implementation_warning_fix 9 سال پیش
ASELoader.cpp fa1d6d8c55 propagating precision requirments into operations 9 سال پیش
ASELoader.h 7207e5117c Use new include bracktes. 9 سال پیش
ASEParser.cpp 02e038bbb6 Fix compiler warnings related to issue 957. 9 سال پیش
ASEParser.h fa1d6d8c55 propagating precision requirments into operations 9 سال پیش
AssbinExporter.cpp a2dadbbe52 Fixed build warnings on MSVC14 x64 in the AssBin sources. 9 سال پیش
AssbinExporter.h 1191d03405 Update license info. 10 سال پیش
AssbinLoader.cpp a2dadbbe52 Fixed build warnings on MSVC14 x64 in the AssBin sources. 9 سال پیش
AssbinLoader.h 7207e5117c Use new include bracktes. 9 سال پیش
Assimp.cpp f45aeca3f6 Fix build: use ai_assert instead of assert. 9 سال پیش
AssimpCExport.cpp b0f09ee6e2 Merge pull request #903 from dontbmh/upstream 9 سال پیش
AssxmlExporter.cpp 25cda401c5 use cmath and C++ (std::) versions of functions 9 سال پیش
AssxmlExporter.h 1191d03405 Update license info. 10 سال پیش
B3DImporter.cpp bf5fc593eb Fixed build warnings on MSVC14 x64 in the B3D format sources. 9 سال پیش
B3DImporter.h 7207e5117c Use new include bracktes. 9 سال پیش
BVHLoader.cpp df6707a262 Fixed build warnings on MSVC14 x64 in the BVH format sources. 9 سال پیش
BVHLoader.h 1191d03405 Update license info. 10 سال پیش
BaseImporter.cpp c5e3058ab3 Fix coverity findings. 9 سال پیش
BaseImporter.h 631eef49c3 BatchImporter: make validation configurable and add unittest for class. 9 سال پیش
BaseProcess.cpp 7207e5117c Use new include bracktes. 9 سال پیش
BaseProcess.h 7207e5117c Use new include bracktes. 9 سال پیش
Bitmap.cpp 7207e5117c Use new include bracktes. 9 سال پیش
Bitmap.h 1191d03405 Update license info. 10 سال پیش
BlenderBMesh.cpp 06beb50391 Fixed build warnings on MSVC14 x64 in the Blender format sources, as well as 9 سال پیش
BlenderBMesh.h 83de707587 Refactor: Expand tabs to 4 spaces 10 سال پیش
BlenderDNA.cpp 8ffd94937e Fix BlenderDNA for clang cross compiler. 9 سال پیش
BlenderDNA.h 5fc3ee9a21 fix https://github.com/assimp/assimp/issues/946: use correct test for objectcompare in blender. 9 سال پیش
BlenderDNA.inl bcb86bcc35 Add files via upload 9 سال پیش
BlenderIntermediate.h 0f2cea7ba6 Blender: revert fix for suspicious crash in blender on windows. 9 سال پیش
BlenderLoader.cpp f206249fbf Merge branch 'master' of https://github.com/assimp/assimp into implementation_warning_fix 9 سال پیش
BlenderLoader.h 293654fe7c Fix unittest. 9 سال پیش
BlenderModifier.cpp 0c00edb40e Blender: fix some minor findings. 9 سال پیش
BlenderModifier.h 2496e8a0a3 Lib: reduce number of header files included. 10 سال پیش
BlenderScene.cpp cae8a172c3 Merge branch 'master' into coverity_scan 9 سال پیش
BlenderScene.h fcac614ad0 Blender: fix compiler warning: FAIL already defined. 9 سال پیش
BlenderSceneGen.h 0ec1e91722 Regression Testsuite: update database. 9 سال پیش
BlenderTessellator.cpp 06beb50391 Fixed build warnings on MSVC14 x64 in the Blender format sources, as well as 9 سال پیش
BlenderTessellator.h 2496e8a0a3 Lib: reduce number of header files included. 10 سال پیش
BlobIOSystem.h 18843fe5e1 Replaced BOOST_FOREACH with c++11 ranged for loops 9 سال پیش
ByteSwapper.h 7207e5117c Use new include bracktes. 9 سال پیش
C4DImporter.cpp 7b08233ef2 Fix identation 9 سال پیش
C4DImporter.h 3c7dd2b302 More whitespace consistency 9 سال پیش
CInterfaceIOWrapper.cpp cbcaa107eb cfileio: fix leaks by not closing files in the destructor 9 سال پیش
CInterfaceIOWrapper.h cbcaa107eb cfileio: fix leaks by not closing files in the destructor 9 سال پیش
CMakeLists.txt a9c5b6f1be Ensure that filelist for assimp lib is not empty for coveralls. 9 سال پیش
COBLoader.cpp 2866da1262 Fixed build warnings on MSVC14 x64 in the COB format sources. 9 سال پیش
COBLoader.h 1191d03405 Update license info. 10 سال پیش
COBScene.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
CSMLoader.cpp 9a323d6de3 Fixed build warnings on MSVC14 x64 in the CSM loader. 9 سال پیش
CSMLoader.h 1191d03405 Update license info. 10 سال پیش
CalcTangentsProcess.cpp a84bf869c2 replace more math.h functions occurences with std:: 9 سال پیش
CalcTangentsProcess.h 1191d03405 Update license info. 10 سال پیش
ColladaExporter.cpp d16b8953b5 Fixed build warnings on MSVC14 x64 in the Collada exporter. 9 سال پیش
ColladaExporter.h 5cb4df80ad C++11-combat: hopefully the last std::to_string to replace. 9 سال پیش
ColladaHelper.h 05a6ee6473 Adding double precision import support for formats that can be exported 9 سال پیش
ColladaLoader.cpp 128c27e89c Fixed build warnings on MSVC14 x64 in the Collada loader. 9 سال پیش
ColladaLoader.h 05a6ee6473 Adding double precision import support for formats that can be exported 9 سال پیش
ColladaParser.cpp 98e7eb476d Merge branch 'master' of https://github.com/assimp/assimp into implementation_warning_fix 9 سال پیش
ColladaParser.h d87400b76a Fix some findings in animation header. 9 سال پیش
ComputeUVMappingProcess.cpp 02e038bbb6 Fix compiler warnings related to issue 957. 9 سال پیش
ComputeUVMappingProcess.h 7207e5117c Use new include bracktes. 9 سال پیش
ConvertToLHProcess.cpp 7207e5117c Use new include bracktes. 9 سال پیش
ConvertToLHProcess.h 7207e5117c Use new include bracktes. 9 سال پیش
D3MFImporter.cpp 43ef4ec715 Fixed build warnings on MSVC14 x64 in the D3MF format sources. 9 سال پیش
D3MFImporter.h 753b63c526 Removed override keywords so compilation success on gcc 4.6 9 سال پیش
D3MFOpcPackage.cpp 43ef4ec715 Fixed build warnings on MSVC14 x64 in the D3MF format sources. 9 سال پیش
D3MFOpcPackage.h 7207e5117c Use new include bracktes. 9 سال پیش
DXFHelper.h 7207e5117c Use new include bracktes. 9 سال پیش
DXFLoader.cpp acad22cc1e Fixed build warnings on MSVC14 x64 in the DXF format sources. 9 سال پیش
DXFLoader.h 1191d03405 Update license info. 10 سال پیش
DeboneProcess.cpp 0469a5c2e4 Fixed build warnings on MSVC14 x64 in the debone process. 9 سال پیش
DeboneProcess.h 7207e5117c Use new include bracktes. 9 سال پیش
DefaultIOStream.cpp 3b6ffc3ef5 fix mingw build (mingw supports stat64 nowadays) 9 سال پیش
DefaultIOStream.h 810fc405a8 Fix build. 9 سال پیش
DefaultIOSystem.cpp 7207e5117c Use new include bracktes. 9 سال پیش
DefaultIOSystem.h 7207e5117c Use new include bracktes. 9 سال پیش
DefaultLogger.cpp 7207e5117c Use new include bracktes. 9 سال پیش
DefaultProgressHandler.h 7207e5117c Use new include bracktes. 9 سال پیش
Defines.h 83de707587 Refactor: Expand tabs to 4 spaces 10 سال پیش
Exceptional.h 9678da72c9 Public includes: add pragma statement and formalize include guard schema. 9 سال پیش
Exporter.cpp 30cd60ff82 Remove unnecessary semicolons 9 سال پیش
FBXAnimation.cpp 18843fe5e1 Replaced BOOST_FOREACH with c++11 ranged for loops 9 سال پیش
FBXBinaryTokenizer.cpp 2505f02263 Added support for 64 bit version header introduced in FbxSdk2016 9 سال پیش
FBXCompileConfig.h 1191d03405 Update license info. 10 سال پیش
FBXConverter.cpp f206249fbf Merge branch 'master' of https://github.com/assimp/assimp into implementation_warning_fix 9 سال پیش
FBXConverter.h 53370d0d31 FBXImporter: some refactorings to increase readability. 10 سال پیش
FBXDeformer.cpp 18843fe5e1 Replaced BOOST_FOREACH with c++11 ranged for loops 9 سال پیش
FBXDocument.cpp c7c756d344 FBX: Use C++11 range-based for loop 9 سال پیش
FBXDocument.h 2ac9b0ce45 Fixed build warnings on MSVC14 x64 in the FBX format sources. 9 سال پیش
FBXDocumentUtil.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
FBXDocumentUtil.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
FBXImportSettings.h 1191d03405 Update license info. 10 سال پیش
FBXImporter.cpp 2ac9b0ce45 Fixed build warnings on MSVC14 x64 in the FBX format sources. 9 سال پیش
FBXImporter.h 2b09199f4a FBXImporter: move MeshGeometry declaration into its own header 10 سال پیش
FBXMaterial.cpp 27f81884f9 adding support to store all the layered textures 9 سال پیش
FBXMeshGeometry.cpp 9f7e34663e FBX: make lookup test less strict. closes https://github.com/assimp/assimp/issues/994 9 سال پیش
FBXMeshGeometry.h 9f7e34663e FBX: make lookup test less strict. closes https://github.com/assimp/assimp/issues/994 9 سال پیش
FBXModel.cpp 18843fe5e1 Replaced BOOST_FOREACH with c++11 ranged for loops 9 سال پیش
FBXNodeAttribute.cpp 53370d0d31 FBXImporter: some refactorings to increase readability. 10 سال پیش
FBXParser.cpp 2ac9b0ce45 Fixed build warnings on MSVC14 x64 in the FBX format sources. 9 سال پیش
FBXParser.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
FBXProperties.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
FBXProperties.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
FBXTokenizer.cpp 1191d03405 Update license info. 10 سال پیش
FBXTokenizer.h 7207e5117c Use new include bracktes. 9 سال پیش
FBXUtil.cpp 1191d03405 Update license info. 10 سال پیش
FBXUtil.h 87e7cf00a2 Fix spelling mistakes 9 سال پیش
FileLogStream.h 7207e5117c Use new include bracktes. 9 سال پیش
FileSystemFilter.h 87e7cf00a2 Fix spelling mistakes 9 سال پیش
FindDegenerates.cpp 1191d03405 Update license info. 10 سال پیش
FindDegenerates.h 7207e5117c Use new include bracktes. 9 سال پیش
FindInstancesProcess.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
FindInstancesProcess.h 1191d03405 Update license info. 10 سال پیش
FindInvalidDataProcess.cpp fa1d6d8c55 propagating precision requirments into operations 9 سال پیش
FindInvalidDataProcess.h fa1d6d8c55 propagating precision requirments into operations 9 سال پیش
FixNormalsStep.cpp 25cda401c5 use cmath and C++ (std::) versions of functions 9 سال پیش
FixNormalsStep.h 1191d03405 Update license info. 10 سال پیش
GenFaceNormalsProcess.cpp 7207e5117c Use new include bracktes. 9 سال پیش
GenFaceNormalsProcess.h 7207e5117c Use new include bracktes. 9 سال پیش
GenVertexNormalsProcess.cpp 02e038bbb6 Fix compiler warnings related to issue 957. 9 سال پیش
GenVertexNormalsProcess.h 5adb0e899c CMake Option and moving more functions to optional double support 9 سال پیش
GenericProperty.h 7207e5117c Use new include bracktes. 9 سال پیش
HMPFileData.h 1191d03405 Update license info. 10 سال پیش
HMPLoader.cpp 3f53ffa576 122243,122194 Resource leak 9 سال پیش
HMPLoader.h 7207e5117c Use new include bracktes. 9 سال پیش
HalfLifeFileData.h 1191d03405 Update license info. 10 سال پیش
Hash.h 1191d03405 Update license info. 10 سال پیش
IFCBoolean.cpp 5f098b2f94 Fixed build warnings on MSVC14 x64 in the IFC format sources. 9 سال پیش
IFCCurve.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
IFCGeometry.cpp 5f098b2f94 Fixed build warnings on MSVC14 x64 in the IFC format sources. 9 سال پیش
IFCLoader.cpp f206249fbf Merge branch 'master' of https://github.com/assimp/assimp into implementation_warning_fix 9 سال پیش
IFCLoader.h 1191d03405 Update license info. 10 سال پیش
IFCMaterial.cpp 5f098b2f94 Fixed build warnings on MSVC14 x64 in the IFC format sources. 9 سال پیش
IFCOpenings.cpp 5f098b2f94 Fixed build warnings on MSVC14 x64 in the IFC format sources. 9 سال پیش
IFCProfile.cpp 5f098b2f94 Fixed build warnings on MSVC14 x64 in the IFC format sources. 9 سال پیش
IFCReaderGen.h 83de707587 Refactor: Expand tabs to 4 spaces 10 سال پیش
IFCReaderGen1.cpp b50d734d75 IFC: Switch generated file to 2 files to fix issue related to <mingw4.9 ( 9 سال پیش
IFCReaderGen2.cpp b50d734d75 IFC: Switch generated file to 2 files to fix issue related to <mingw4.9 ( 9 سال پیش
IFCUtil.cpp 5f098b2f94 Fixed build warnings on MSVC14 x64 in the IFC format sources. 9 سال پیش
IFCUtil.h 7207e5117c Use new include bracktes. 9 سال پیش
IFF.h 83de707587 Refactor: Expand tabs to 4 spaces 10 سال پیش
IOStreamBuffer.h 9f96126362 ObjParser: remove dead code. 9 سال پیش
IRRLoader.cpp f206249fbf Merge branch 'master' of https://github.com/assimp/assimp into implementation_warning_fix 9 سال پیش
IRRLoader.h 02e038bbb6 Fix compiler warnings related to issue 957. 9 سال پیش
IRRMeshLoader.cpp 4872c4caf8 122238 Use after free 9 سال پیش
IRRMeshLoader.h 560e1eebc1 fix for https://github.com/assimp/assimp/issues/887: add missing define. 9 سال پیش
IRRShared.cpp 7207e5117c Use new include bracktes. 9 سال پیش
IRRShared.h 83de707587 Refactor: Expand tabs to 4 spaces 10 سال پیش
Importer.cpp c7efb50ad1 Fixed build warnings on MSVC14 x64 in the core Importer. 9 سال پیش
Importer.h 631eef49c3 BatchImporter: make validation configurable and add unittest for class. 9 سال پیش
ImporterRegistry.cpp 3274951f2a [+] X3D importer. 9 سال پیش
ImproveCacheLocality.cpp 7207e5117c Use new include bracktes. 9 سال پیش
ImproveCacheLocality.h 7207e5117c Use new include bracktes. 9 سال پیش
JoinVerticesProcess.cpp 87e7cf00a2 Fix spelling mistakes 9 سال پیش
JoinVerticesProcess.h d82fd0d750 closes https://github.com/assimp/assimp/issues/1076: use ai_assert instead 9 سال پیش
LWOAnimation.cpp 2c93e29dcc Fixed build warnings on MSVC14 x64 in the LWO format sources. 9 سال پیش
LWOAnimation.h 7207e5117c Use new include bracktes. 9 سال پیش
LWOBLoader.cpp 87e7cf00a2 Fix spelling mistakes 9 سال پیش
LWOFileData.h 7207e5117c Use new include bracktes. 9 سال پیش
LWOLoader.cpp f206249fbf Merge branch 'master' of https://github.com/assimp/assimp into implementation_warning_fix 9 سال پیش
LWOLoader.h 7207e5117c Use new include bracktes. 9 سال پیش
LWOMaterial.cpp 02e038bbb6 Fix compiler warnings related to issue 957. 9 سال پیش
LWSLoader.cpp 335003a5a3 Fixed build warnings on MSVC14 x64 in the LWS format sources. 9 سال پیش
LWSLoader.h 1191d03405 Update license info. 10 سال پیش
LimitBoneWeightsProcess.cpp 4df18f93ea Fixed build warnings on MSVC14 x64 in the limit bone weights post-process. 9 سال پیش
LimitBoneWeightsProcess.h 87e7cf00a2 Fix spelling mistakes 9 سال پیش
LineSplitter.h 1191d03405 Update license info. 10 سال پیش
LogAux.h 7207e5117c Use new include bracktes. 9 سال پیش
MD2FileData.h 7207e5117c Use new include bracktes. 9 سال پیش
MD2Loader.cpp 7207e5117c Use new include bracktes. 9 سال پیش
MD2Loader.h 7207e5117c Use new include bracktes. 9 سال پیش
MD2NormalTable.h 1191d03405 Update license info. 10 سال پیش
MD3FileData.h 02e038bbb6 Fix compiler warnings related to issue 957. 9 سال پیش
MD3Loader.cpp 923b014472 Fixed build warnings on MSVC14 x64 in the MD3 and MD5 format sources. 9 سال پیش
MD3Loader.h 7207e5117c Use new include bracktes. 9 سال پیش
MD4FileData.h 83de707587 Refactor: Expand tabs to 4 spaces 10 سال پیش
MD5Loader.cpp 923b014472 Fixed build warnings on MSVC14 x64 in the MD3 and MD5 format sources. 9 سال پیش
MD5Loader.h 7207e5117c Use new include bracktes. 9 سال پیش
MD5Parser.cpp 96a64a353a fix bug when reading strings in quote in MD5 models 9 سال پیش
MD5Parser.h 7207e5117c Use new include bracktes. 9 سال پیش
MDCFileData.h 7207e5117c Use new include bracktes. 9 سال پیش
MDCLoader.cpp 02e038bbb6 Fix compiler warnings related to issue 957. 9 سال پیش
MDCLoader.h 7207e5117c Use new include bracktes. 9 سال پیش
MDCNormalTable.h 83de707587 Refactor: Expand tabs to 4 spaces 10 سال پیش
MDLDefaultColorMap.h 1191d03405 Update license info. 10 سال پیش
MDLFileData.h 1191d03405 Update license info. 10 سال پیش
MDLLoader.cpp 8e9c0235d3 153083/2 Buffer not null terminated 9 سال پیش
MDLLoader.h 1191d03405 Update license info. 10 سال پیش
MDLMaterialLoader.cpp 61097479c8 122243 Resource leak 9 سال پیش
MS3DLoader.cpp 2946a7349b Fixed build warnings on MSVC14 x64 in the MS3D format sources. 9 سال پیش
MS3DLoader.h 1191d03405 Update license info. 10 سال پیش
Macros.h 83de707587 Refactor: Expand tabs to 4 spaces 10 سال پیش
MakeVerboseFormat.cpp 04e0552f9e 134062 Use after free 9 سال پیش
MakeVerboseFormat.h 1191d03405 Update license info. 10 سال پیش
MaterialSystem.cpp 60cd4605eb Fixed build warnings on MSVC14 x64 in the Material System source. 9 سال پیش
MaterialSystem.h 1191d03405 Update license info. 10 سال پیش
MathFunctions.h 3eafc7e746 Renamed Math.h --> MathFunctions.h 9 سال پیش
MemoryIOWrapper.h 7207e5117c Use new include bracktes. 9 سال پیش
NDOLoader.cpp f206249fbf Merge branch 'master' of https://github.com/assimp/assimp into implementation_warning_fix 9 سال پیش
NDOLoader.h 7207e5117c Use new include bracktes. 9 سال پیش
NFFLoader.cpp fa1d6d8c55 propagating precision requirments into operations 9 سال پیش
NFFLoader.h 7207e5117c Use new include bracktes. 9 سال پیش
OFFLoader.cpp 02e038bbb6 Fix compiler warnings related to issue 957. 9 سال پیش
OFFLoader.h 7207e5117c Use new include bracktes. 9 سال پیش
ObjExporter.cpp 05a6ee6473 Adding double precision import support for formats that can be exported 9 سال پیش
ObjExporter.h 1191d03405 Update license info. 10 سال پیش
ObjFileData.h ae956044aa ObjImporter: remove unnecessary allocations of std::vector in obj-specific 9 سال پیش
ObjFileImporter.cpp 98e7eb476d Merge branch 'master' of https://github.com/assimp/assimp into implementation_warning_fix 9 سال پیش
ObjFileImporter.h 0bae2bbfa7 Obj-Importer: start new streaming handling. 9 سال پیش
ObjFileMtlImporter.cpp 0c13322089 Fixed build warnings on MSVC14 x64 in the Obj format sources. 9 سال پیش
ObjFileMtlImporter.h 05a6ee6473 Adding double precision import support for formats that can be exported 9 سال پیش
ObjFileParser.cpp 98e7eb476d Merge branch 'master' of https://github.com/assimp/assimp into implementation_warning_fix 9 سال پیش
ObjFileParser.h c5d6ac2c30 ObjParser: remove deprecated code. 9 سال پیش
ObjTools.h cf7059f074 Fix obj .mtl file loading 9 سال پیش
OgreBinarySerializer.cpp 4a63f1759c Fixed build warnings on MSVC14 x64 in the Ogre format sources. 9 سال پیش
OgreBinarySerializer.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
OgreImporter.cpp 7207e5117c Use new include bracktes. 9 سال پیش
OgreImporter.h 7207e5117c Use new include bracktes. 9 سال پیش
OgreMaterial.cpp 4a63f1759c Fixed build warnings on MSVC14 x64 in the Ogre format sources. 9 سال پیش
OgreParsingUtils.h 1191d03405 Update license info. 10 سال پیش
OgreStructs.cpp 4a63f1759c Fixed build warnings on MSVC14 x64 in the Ogre format sources. 9 سال پیش
OgreStructs.h 7207e5117c Use new include bracktes. 9 سال پیش
OgreXmlSerializer.cpp 4a63f1759c Fixed build warnings on MSVC14 x64 in the Ogre format sources. 9 سال پیش
OgreXmlSerializer.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
OpenGEXExporter.cpp cd9cb50eaf OpenGEX: fix some review findings. 9 سال پیش
OpenGEXExporter.h 7207e5117c Use new include bracktes. 9 سال پیش
OpenGEXImporter.cpp 48e542d8d4 Fixed build warnings on MSVC14 x64 in the OpenGEX format sources. 9 سال پیش
OpenGEXImporter.h cd9cb50eaf OpenGEX: fix some review findings. 9 سال پیش
OpenGEXStructs.h cd9cb50eaf OpenGEX: fix some review findings. 9 سال پیش
OptimizeGraph.cpp 3e08a47d4f Fixed build warnings on MSVC14 x64 in some scene optimisations. 9 سال پیش
OptimizeGraph.h 7207e5117c Use new include bracktes. 9 سال پیش
OptimizeMeshes.cpp 3e08a47d4f Fixed build warnings on MSVC14 x64 in some scene optimisations. 9 سال پیش
OptimizeMeshes.h 7207e5117c Use new include bracktes. 9 سال پیش
ParsingUtils.h 7207e5117c Use new include bracktes. 9 سال پیش
PlyExporter.cpp f119447549 Fixes compilation on OSX with gcc. 9 سال پیش
PlyExporter.h 8c13c8a558 PLYExporter: forbit copying + add empty destructor. 10 سال پیش
PlyLoader.cpp 05a6ee6473 Adding double precision import support for formats that can be exported 9 سال پیش
PlyLoader.h 05a6ee6473 Adding double precision import support for formats that can be exported 9 سال پیش
PlyParser.cpp a7894b090d Upgrading PLY exporter to allow element definition as double 9 سال پیش
PlyParser.h 1191d03405 Update license info. 10 سال پیش
PolyTools.h 7207e5117c Use new include bracktes. 9 سال پیش
PostStepRegistry.cpp 1191d03405 Update license info. 10 سال پیش
PretransformVertices.cpp f81e28f320 Fixed build warnings on MSVC14 x64 in the pre-transform vertices post-process. 9 سال پیش
PretransformVertices.h 7207e5117c Use new include bracktes. 9 سال پیش
ProcessHelper.cpp 98aea657ff Fixed build warnings on MSVC14 x64 in some helpers. 9 سال پیش
ProcessHelper.h 5adb0e899c CMake Option and moving more functions to optional double support 9 سال پیش
Profiler.h 7207e5117c Use new include bracktes. 9 سال پیش
Q3BSPFileData.h af54cb8a29 Q3BSP: fix license dates. 9 سال پیش
Q3BSPFileImporter.cpp 655a470fc9 Fixed build warnings on MSVC14 x64 in the Quake 3 format sources. 9 سال پیش
Q3BSPFileImporter.h af54cb8a29 Q3BSP: fix license dates. 9 سال پیش
Q3BSPFileParser.cpp af54cb8a29 Q3BSP: fix license dates. 9 سال پیش
Q3BSPFileParser.h af54cb8a29 Q3BSP: fix license dates. 9 سال پیش
Q3BSPZipArchive.cpp 655a470fc9 Fixed build warnings on MSVC14 x64 in the Quake 3 format sources. 9 سال پیش
Q3BSPZipArchive.h fe0cfc52bc Q3BSP-Loader: reformat include. 9 سال پیش
Q3DLoader.cpp 7207e5117c Use new include bracktes. 9 سال پیش
Q3DLoader.h 7207e5117c Use new include bracktes. 9 سال پیش
RawLoader.cpp 7207e5117c Use new include bracktes. 9 سال پیش
RawLoader.h 7207e5117c Use new include bracktes. 9 سال پیش
RemoveComments.cpp 1191d03405 Update license info. 10 سال پیش
RemoveComments.h 7207e5117c Use new include bracktes. 9 سال پیش
RemoveRedundantMaterials.cpp 8e8757f800 Keep original materials names after RemoveRedundant materials process and export to collada 9 سال پیش
RemoveRedundantMaterials.h 7207e5117c Use new include bracktes. 9 سال پیش
RemoveVCProcess.cpp 7207e5117c Use new include bracktes. 9 سال پیش
RemoveVCProcess.h 7207e5117c Use new include bracktes. 9 سال پیش
SGSpatialSort.cpp 1191d03405 Update license info. 10 سال پیش
SGSpatialSort.h 7207e5117c Use new include bracktes. 9 سال پیش
SIBImporter.cpp 98e7eb476d Merge branch 'master' of https://github.com/assimp/assimp into implementation_warning_fix 9 سال پیش
SIBImporter.h d82fd0d750 closes https://github.com/assimp/assimp/issues/1076: use ai_assert instead 9 سال پیش
SMDLoader.cpp 8e9c0235d3 153083/2 Buffer not null terminated 9 سال پیش
SMDLoader.h cc860ede66 Fix coverity findings: fix usage after free. 9 سال پیش
STEPFile.h 1724cc9e66 Remove redundant file. 9 سال پیش
STEPFileEncoding.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
STEPFileEncoding.h 1191d03405 Update license info. 10 سال پیش
STEPFileReader.cpp 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
STEPFileReader.h 5dacda0a08 replaced boost smart pointers with c++11 smart pointers 9 سال پیش
STLExporter.cpp 05a6ee6473 Adding double precision import support for formats that can be exported 9 سال پیش
STLExporter.h 1191d03405 Update license info. 10 سال پیش
STLLoader.cpp 58e0d8c261 Fixed build warnings on MSVC14 x64 in the STL format sources. 9 سال پیش
STLLoader.h 7207e5117c Use new include bracktes. 9 سال پیش
SceneCombiner.cpp f206249fbf Merge branch 'master' of https://github.com/assimp/assimp into implementation_warning_fix 9 سال پیش
SceneCombiner.h 38b9ae2c6c closes https://github.com/assimp/assimp/issues/584: export scene combiner. 9 سال پیش
ScenePreprocessor.cpp 499886f89e ScenePreprocessor: fix invalid index counter. 9 سال پیش
ScenePreprocessor.h 7207e5117c Use new include bracktes. 9 سال پیش
ScenePrivate.h 7207e5117c Use new include bracktes. 9 سال پیش
SkeletonMeshBuilder.cpp 20318811ff Fixed build warnings on MSVC14 x64 in the skeleton mesh builder. 9 سال پیش
SkeletonMeshBuilder.h 7207e5117c Use new include bracktes. 9 سال پیش
SmoothingGroups.h 7207e5117c Use new include bracktes. 9 سال پیش
SmoothingGroups.inl 4d5df6dc9a use NormalizeSafe to prevent NaN when normalizing zero vectors 10 سال پیش
SortByPTypeProcess.cpp 6bfdeb6a12 sprintf replacement: introduce au_snprintf to support snprintf for v2013 10 سال پیش
SortByPTypeProcess.h 7207e5117c Use new include bracktes. 9 سال پیش
SpatialSort.cpp f2e2aad647 Fixed build warnings on MSVC14 x64 in spacial sort. 9 سال پیش
SpatialSort.h 2f7e3dcdcc Basic changes to introduce optional double precision 9 سال پیش
SplitByBoneCountProcess.cpp 7207e5117c Use new include bracktes. 9 سال پیش
SplitByBoneCountProcess.h 7207e5117c Use new include bracktes. 9 سال پیش
SplitLargeMeshes.cpp 381f87507f SplitLargeMeshes: Use C++11 range-based for loop 9 سال پیش
SplitLargeMeshes.h 7207e5117c Use new include bracktes. 9 سال پیش
StandardShapes.cpp 02e038bbb6 Fix compiler warnings related to issue 957. 9 سال پیش
StandardShapes.h fa1d6d8c55 propagating precision requirments into operations 9 سال پیش
StdOStreamLogStream.h f383ec0797 Fix some review findings. 9 سال پیش
StepExporter.cpp a5b3ce9a3c reverting back to 16 digit precision export 9 سال پیش
StepExporter.h 7207e5117c Use new include bracktes. 9 سال پیش
StreamReader.h 7207e5117c Use new include bracktes. 9 سال پیش
StreamWriter.h 7207e5117c Use new include bracktes. 9 سال پیش
StringComparison.h 7207e5117c Use new include bracktes. 9 سال پیش
StringUtils.h 7681089abc C++11-Combat: last replacements of std::to_string. 9 سال پیش
Subdivision.cpp 387afcf74f Fixed build warnings on MSVC14 x64 in subdivision routine. 9 سال پیش
Subdivision.h 1191d03405 Update license info. 10 سال پیش
TargetAnimation.cpp 39f54bf183 Fixed build warnings on MSVC14 x64 in Target Animation source. 9 سال پیش
TargetAnimation.h 7207e5117c Use new include bracktes. 9 سال پیش
TerragenLoader.cpp 7207e5117c Use new include bracktes. 9 سال پیش
TerragenLoader.h 1191d03405 Update license info. 10 سال پیش
TextureTransform.cpp 87e7cf00a2 Fix spelling mistakes 9 سال پیش
TextureTransform.h 7207e5117c Use new include bracktes. 9 سال پیش
TinyFormatter.h 9dc4fb2aa3 AMF: add missing license info. 9 سال پیش
TriangulateProcess.cpp d82fd0d750 closes https://github.com/assimp/assimp/issues/1076: use ai_assert instead 9 سال پیش
TriangulateProcess.h 1191d03405 Update license info. 10 سال پیش
UnrealLoader.cpp f22d78a3d3 Fixed build warnings on MSVC14 x64 in Unreal importer. 9 سال پیش
UnrealLoader.h 1191d03405 Update license info. 10 سال پیش
ValidateDataStructure.cpp 6a9ccf2016 [+] Flag for scene for supporting formats where more than one face can reference to one vertex. 9 سال پیش
ValidateDataStructure.h 7207e5117c Use new include bracktes. 9 سال پیش
Version.cpp 02602ce9af Update license date. 9 سال پیش
Vertex.h 2f7e3dcdcc Basic changes to introduce optional double precision 9 سال پیش
VertexTriangleAdjacency.cpp 7207e5117c Use new include bracktes. 9 سال پیش
VertexTriangleAdjacency.h 7207e5117c Use new include bracktes. 9 سال پیش
Win32DebugLogStream.h f383ec0797 Fix some review findings. 9 سال پیش
X3DExporter.cpp bde2b466be Remove unnecessary semicolon 9 سال پیش
X3DExporter.hpp c6d233768f [F] Small doc changes. 9 سال پیش
X3DImporter.cpp cbfbf2a256 Fixed build warnings on MSVC14 x64 in the X3D format sources. 9 سال پیش
X3DImporter.hpp 8c6ee48af5 [*] Merged fresh master and resolved conflicts. 9 سال پیش
X3DImporter_Geometry2D.cpp 25cda401c5 use cmath and C++ (std::) versions of functions 9 سال پیش
X3DImporter_Geometry3D.cpp cbfbf2a256 Fixed build warnings on MSVC14 x64 in the X3D format sources. 9 سال پیش
X3DImporter_Group.cpp 86dc3f7a79 X3D: Some more reformattings and missing initializations. 9 سال پیش
X3DImporter_Light.cpp e0dde73018 C++11-combat: replace more std::to_string by assimp-specific to_string 9 سال پیش
X3DImporter_Macro.hpp 7b9162136f Some small format changes for assimp-style :-). 9 سال پیش
X3DImporter_Metadata.cpp 86dc3f7a79 X3D: Some more reformattings and missing initializations. 9 سال پیش
X3DImporter_Networking.cpp b61aaf7ec4 New animation file for OpenGEX. 9 سال پیش
X3DImporter_Node.hpp c5e3058ab3 Fix coverity findings. 9 سال پیش
X3DImporter_Postprocess.cpp cbfbf2a256 Fixed build warnings on MSVC14 x64 in the X3D format sources. 9 سال پیش
X3DImporter_Rendering.cpp cbfbf2a256 Fixed build warnings on MSVC14 x64 in the X3D format sources. 9 سال پیش
X3DImporter_Shape.cpp 7b9162136f Some small format changes for assimp-style :-). 9 سال پیش
X3DImporter_Texturing.cpp 7b9162136f Some small format changes for assimp-style :-). 9 سال پیش
XFileExporter.cpp 96fab1cf55 122219-122218 Big parameter passed by value 9 سال پیش
XFileExporter.h 96fab1cf55 122219-122218 Big parameter passed by value 9 سال پیش
XFileHelper.h 05a6ee6473 Adding double precision import support for formats that can be exported 9 سال پیش
XFileImporter.cpp 7415289649 Fixed build warnings on MSVC14 x64 in X file importer. 9 سال پیش
XFileImporter.h 7207e5117c Use new include bracktes. 9 سال پیش
XFileParser.cpp e0dde73018 C++11-combat: replace more std::to_string by assimp-specific to_string 9 سال پیش
XFileParser.h 05a6ee6473 Adding double precision import support for formats that can be exported 9 سال پیش
XGLLoader.cpp cf151b77d8 Fixed build warnings on MSVC14 x64 in the XGL loader. 9 سال پیش
XGLLoader.h a66e644bf3 Fix coverity finding: fix possible use after free.. 9 سال پیش
XMLTools.h 1191d03405 Update license info. 10 سال پیش
assbin_chunks.h 83de707587 Refactor: Expand tabs to 4 spaces 10 سال پیش
fast_atof.h 05a6ee6473 Adding double precision import support for formats that can be exported 9 سال پیش
glTFAsset.h c5e3058ab3 Fix coverity findings. 9 سال پیش
glTFAsset.inl f206249fbf Merge branch 'master' of https://github.com/assimp/assimp into implementation_warning_fix 9 سال پیش
glTFAssetWriter.h 3c827f29f6 Export glTF buffers as separate .bin files 9 سال پیش
glTFAssetWriter.inl d9b0449e83 Fixed build warnings on MSVC14 x64 in the glTF format sources. One warning 9 سال پیش
glTFExporter.cpp f206249fbf Merge branch 'master' of https://github.com/assimp/assimp into implementation_warning_fix 9 سال پیش
glTFExporter.h 57a00d5faa find skeleton root joint and only allow four joint weights per vertex 9 سال پیش
glTFImporter.cpp b90669c45e C++11: Replace std::to_string by assimp-specific implementation. 9 سال پیش
glTFImporter.h 1191d03405 Update license info. 10 سال پیش
irrXMLWrapper.h 1e2c0279b0 Fixed build warnings on MSVC14 x64 in the IRR format sources. 9 سال پیش
makefile.mingw 76bdf7d0cb Fix makefile.mingw, see http://sourceforge.net/projects/assimp/forums/forum/817654/topic/3828839. 15 سال پیش
qnan.h 2f7e3dcdcc Basic changes to introduce optional double precision 9 سال پیش