Commit Graph

  • 29032b176b
    fix incorrect documentation of defaults Oliver Matthews 2022-10-03 11:49:38 +0000
  • e0fb1674d1 Merge branch 'clang-fix' of github.com:slinky55/assimp into clang-fix slinky55 2022-09-30 22:04:11 -0400
  • 38ccb7e6c9 Used sizeof for buffer sizes instead of hardcoding values slinky55 2022-09-30 22:03:59 -0400
  • 5f28370f7f
    Merge branch 'master' into clang-fix slinky55 2022-09-30 21:57:32 -0400
  • b70277e1ab
    Merge pull request #4738 from FlorianBorn71/MakeFBXParserResilientToMissingStreams Kim Kulling 2022-09-30 10:05:42 +0200
  • e2e45f7a14 Fixed issue with clang complaining about sprintf being depreciated slinky55 2022-09-30 00:34:33 -0400
  • 981677d4b9
    Merge branch 'master' into MakeFBXParserResilientToMissingStreams Kim Kulling 2022-09-30 00:13:45 +0200
  • 4b65d65af3
    Merge pull request #4742 from feishengfei/master Kim Kulling 2022-09-29 22:20:15 +0200
  • 0be5c567c9 FIX: C++ std::tuple constexpr initial list on old compiler [cont 1] felix 2022-09-29 23:32:44 +0800
  • 232d809ecc
    Merge branch 'master' into master Kim Kulling 2022-09-29 16:48:45 +0200
  • 816b8e6156
    Update utglTF2ImportExport.cpp Kim Kulling 2022-09-29 16:48:15 +0200
  • 789168ba31 FIX: C++ std::tuple constexpr initial list on old compiler feishengfei 2022-09-27 20:23:28 +0800
  • ca11fceb65
    Merge pull request #4734 from sashashura/patch-7 Kim Kulling 2022-09-27 15:31:54 +0200
  • 92c7419a28
    Merge branch 'master' into patch-7 Kim Kulling 2022-09-27 14:37:18 +0200
  • e477533a6d
    Merge pull request #4737 from p12tic/prefix-stb-image-symbols Kim Kulling 2022-09-27 13:58:32 +0200
  • f6a590065c Prefix symbols from stb_image.h Povilas Kanapickas 2022-09-23 04:08:21 +0300
  • 22494bde17 Don't include stm_image implementation if using stb library from Hunter Povilas Kanapickas 2022-09-23 04:08:20 +0300
  • 9510132f3d
    Merge branch 'master' into MakeFBXParserResilientToMissingStreams Kim Kulling 2022-09-21 14:40:37 +0200
  • 9a11cabb06
    Merge pull request #4739 from assimp/kimkulling/update-newer-visualsudio-versions Kim Kulling 2022-09-21 14:39:38 +0200
  • 18cbe89a4c
    Introduce newer versions for MSVC Version Kim Kulling 2022-09-21 13:45:21 +0200
  • 7eb9edf0b9 Make FBX parser resilient to missing data streams Florian Born 2022-09-21 11:45:54 +0200
  • 65b14ef79d
    Merge pull request #4736 from assimp/kimkulling/fix_heap-buffer-overflow_in_md5_issue-4965 Kim Kulling 2022-09-20 21:52:13 +0200
  • 6415c0bfc9 FIX: Use attribute to fix warning. Kim Kulling 2022-09-20 21:39:09 +0200
  • 1f61f0c3de FIX: Caculate buffer end pointer after initing all attributes Kim Kulling 2022-09-20 21:35:44 +0200
  • f1766c4bd5 FIX: Fix head overflow in MD5-parser. Kim Kulling 2022-09-20 21:03:58 +0200
  • 79c9c82026 build: harden sanitizer.yml permissions Signed-off-by: Alex <aleksandrosansan@gmail.com> Alex 2022-09-19 23:32:11 +0200
  • f39606589e build: harden ccpp.yml permissions Signed-off-by: Alex <aleksandrosansan@gmail.com> Alex 2022-09-19 23:31:58 +0200
  • a165dbc6ff
    Merge pull request #4732 from assimp/kimkulling/reorganize_doc Kim Kulling 2022-09-18 21:05:07 +0200
  • 295b0f4dbf
    Merge branch 'master' into kimkulling/reorganize_doc Kim Kulling 2022-09-18 20:50:40 +0200
  • c976ceec90
    Merge pull request #4730 from waebbl/fix-version Kim Kulling 2022-09-18 19:32:53 +0200
  • be2eaac5a7 IMP: Reorganize doc Kim Kulling 2022-09-18 19:31:48 +0200
  • 9d797c1489
    Merge branch 'master' into fix-version Kim Kulling 2022-09-18 19:11:34 +0200
  • 8d9a0f777d
    Merge pull request #4731 from assimp/kimkulling/add_check_for_wall_enable_issue-4652 Kim Kulling 2022-09-18 18:57:44 +0200
  • 704a187c90 FIX: Fix not initialized enums in unittest. Kim Kulling 2022-09-18 18:10:56 +0200
  • 34eaf2d092 FIX: Initialize uninitialized enum in unittest. Kim Kulling 2022-09-18 17:36:21 +0200
  • f59dd695c8 FIX: try to undefined behaviour by static_cast. Kim Kulling 2022-09-18 16:03:54 +0200
  • 128922a798 FIX: Update unity build include file for gtest Kim Kulling 2022-09-18 13:17:35 +0200
  • 2324e1ea51 Add missing file from gtest Kim Kulling 2022-09-18 10:08:14 +0200
  • 09fe87b6d4 Googletest: Update to 1.12.1 Kim Kulling 2022-09-18 09:58:12 +0200
  • b3c7bdbdd6 Add check for wall switch from cmake Kim Kulling 2022-09-17 18:16:42 +0200
  • 8ce6f5ad27 Adjust cmake version Bernd Waibel 2022-09-17 15:21:57 +0200
  • 1944c45944
    Merge pull request #4728 from assimp/kimkulling/fix_treeview_issue-4726 Kim Kulling 2022-09-17 08:57:23 +0200
  • 93e356b47d
    Merge branch 'master' into kimkulling/fix_treeview_issue-4726 Kim Kulling 2022-09-17 01:34:36 +0200
  • ff0c50236b
    Merge pull request #4723 from ranpro/patch-1 Kim Kulling 2022-09-16 23:55:04 +0200
  • c67ff12b06
    Merge branch 'master' into patch-1 Kim Kulling 2022-09-16 23:12:19 +0200
  • 4804101f1d
    Merge pull request #4721 from assimp/kimkulling/fix-pointcloud-config-doc Kim Kulling 2022-09-16 23:12:05 +0200
  • 7ebe21958d FIX: Fix review findings Kim Kulling 2022-09-16 22:13:58 +0200
  • e4c77aa4fa Fix: Use ASCII treeview in assimp-cmd. Kim Kulling 2022-09-16 21:55:14 +0200
  • 9fab0af16a
    Missing path 曾是然 2022-09-16 14:54:20 +0800
  • 0dd5cfe3bf
    Fix config documentation for STL pointcloud export Kim Kulling 2022-09-12 18:32:28 +0200
  • 7be7e5d93e
    Merge pull request #4717 from Skylion007/perfect-forward-utMaybe Kim Kulling 2022-09-12 10:15:03 +0200
  • b2ea018fd5
    Use user-define element destructor. Kim Kulling 2022-09-11 17:04:58 +0200
  • 20755f4200 Perfect forward val to utMaybe Aaron Gokaslan 2022-09-09 10:20:37 -0400
  • 7b874983d0
    Merge branch 'master' into SmallAllocationFixInFBXLoader Kim Kulling 2022-09-08 20:15:52 +0200
  • 9519a62dd2
    Merge pull request #4715 from assimp/kimkulling/cleanup_after_review v5.2.5 Kim Kulling 2022-09-08 20:13:43 +0200
  • 6a1a7c43cc
    Update utMaybe.cpp Kim Kulling 2022-09-08 19:32:42 +0200
  • ad1d0fcb45
    Merge branch 'master' into kimkulling/cleanup_after_review Kim Kulling 2022-09-08 19:09:49 +0200
  • 3af53a42aa
    Fix typo Kim Kulling 2022-09-08 19:06:05 +0200
  • fff977c0b5
    Fix review findings. Kim Kulling 2022-09-08 18:54:08 +0200
  • d475c132bf
    Merge pull request #4716 from HiMemX/master Kim Kulling 2022-09-08 12:51:31 +0200
  • 4c9d270a5e
    -Vertex export fix HiMemX 2022-09-07 23:10:31 +0200
  • 7872297ab7
    Delete ObjExporter.cpp HiMemX 2022-09-07 23:10:06 +0200
  • 396e7bcdb4
    -Obj vertex fix HiMemX 2022-09-07 23:09:50 +0200
  • 7116f46672 Add missing file Kim Kulling 2022-09-07 21:28:04 +0200
  • 8895ecf243
    Merge branch 'master' into kimkulling/cleanup_after_review Kim Kulling 2022-09-07 21:26:54 +0200
  • 362ff08855 Add doc + small unittest Kim Kulling 2022-09-07 21:25:46 +0200
  • 06c1f60e2c
    Merge branch 'master' into kimkulling/use_float_for_material_parameters_issue-4685 Kim Kulling 2022-09-06 20:56:46 +0200
  • 6c343a2817
    Update ccpp.yml Kim Kulling 2022-09-06 08:57:59 +0200
  • a5bb46928e
    Update ccpp.yml Kim Kulling 2022-09-06 08:51:45 +0200
  • 8f5baee582
    Update ccpp.yml Kim Kulling 2022-09-06 08:50:45 +0200
  • cc579f6b90
    Update ccpp.yml Kim Kulling 2022-09-06 08:44:32 +0200
  • b26651d2ef
    Update ccpp.yml Kim Kulling 2022-09-05 21:02:20 +0200
  • 6d92c32a09
    Update ccpp.yml Kim Kulling 2022-09-05 20:53:33 +0200
  • 6b3e103559
    Merge branch 'master' into kimkulling/add-mingw Kim Kulling 2022-09-05 20:35:13 +0200
  • f69df93fb5
    Filter for special min-g++ compoler on default. Kim Kulling 2022-09-05 20:35:03 +0200
  • edaf7fb7eb
    Merge pull request #4713 from ChrisBlueStone/master Kim Kulling 2022-09-05 19:47:02 +0200
  • af0b29f30d
    Merge branch 'master' into master Kim Kulling 2022-09-05 19:09:19 +0200
  • 57f4163c67
    Merge pull request #4702 from Gargaj/assbinlights Kim Kulling 2022-09-05 18:29:59 +0200
  • 4b0e38e44f Fix aiBone.mOffsetMatrix documentation Chris 2022-09-05 11:00:57 -0500
  • d15b4ad7ef add missing light data to assbin import/export Gargaj 2022-08-24 21:24:09 +0200
  • fd6c534efc
    Merge pull request #4707 from Gargaj/patch-1 Kim Kulling 2022-09-04 10:51:07 +0200
  • 2a667cc637
    Merge branch 'master' into patch-1 Kim Kulling 2022-09-04 09:52:42 +0200
  • de83245f42
    Merge pull request #4703 from Skylion007/explicitly-default-dtors Kim Kulling 2022-09-03 21:25:20 +0200
  • 411171fa45 Apply some more modernize-use-emplace Aaron Gokaslan 2022-09-02 11:20:02 -0400
  • e3b01e10db apply fixes to more headers Aaron Gokaslan 2022-09-01 12:28:45 -0400
  • 4c6652f5b0 Add a handful of missing fixes Aaron Gokaslan 2022-09-01 11:37:53 -0400
  • a22aa75bca
    fix vertices being joined duplicating weights Gargaj 2022-08-31 22:27:34 +0200
  • f527e56f22
    Merge branch 'master' into explicitly-default-dtors Kim Kulling 2022-08-30 22:21:06 +0200
  • 80ae9afe4e Add missing documentation. Kim Kulling 2022-08-30 21:55:52 +0200
  • 2c3538fc46
    Merge pull request #4705 from assimp/kimkulling/cleanup_after_review Kim Kulling 2022-08-30 21:54:14 +0200
  • fbb69df8be
    Update utBaseProcess.cpp Kim Kulling 2022-08-30 20:54:23 +0200
  • 25d7510b8c
    Merge branch 'master' into kimkulling/cleanup_after_review Kim Kulling 2022-08-29 22:17:39 +0200
  • 6539b8685f
    Update utBaseProcess.cpp Kim Kulling 2022-08-29 17:48:57 +0200
  • e34becff62
    Enable portable linkage to fix build Kim Kulling 2022-08-29 11:43:32 +0200
  • 8352f0478a
    Merge pull request #4704 from JG-Adams/patch-1 Kim Kulling 2022-08-29 11:23:38 +0200
  • 0571ee21fb Introduce unittest for BaseProcess. Kim Kulling 2022-08-28 20:58:52 +0200
  • 02e6c425f9 Fix ordering of initalizer list Kim Kulling 2022-08-27 15:20:53 +0200
  • e4c383324a Use string for constexpr Kim Kulling 2022-08-27 15:11:54 +0200
  • 14186bcd6b Code cleanup and some new unittests for edgecases. Kim Kulling 2022-08-27 14:07:45 +0200
  • 9cd723e282
    Wrong object is created here! J.G.Adams 2022-08-26 19:12:11 -0400