@@ -1 +1 @@ | |||
Subproject commit c993175a5859e48783cf2c490947d826be5649b2 | |||
Subproject commit ce28bd5369586cfce95885f7f99e421aa2384cd7 |
@@ -1 +1 @@ | |||
Subproject commit 9bf6509c6ef4ead477e5127f5729a55b971f8a4a | |||
Subproject commit 0bdc1453433ab0bb4d889c72ef9b0353ba3998aa |
@@ -66,8 +66,11 @@ | |||
</ClCompile> | |||
</ItemDefinitionGroup> | |||
<ItemGroup> | |||
<ClCompile Include="bullet3/src/btBulletCollisionAll.cpp" /> | |||
<ClInclude Include="bullet3/src/btBulletCollisionCommon.h" /> | |||
<ClCompile Include="bullet3/src/btBulletDynamicsAll.cpp" /> | |||
<ClInclude Include="bullet3/src/btBulletDynamicsCommon.h" /> | |||
<ClCompile Include="bullet3/src/btLinearMathAll.cpp" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ClInclude Include="bullet3/src/Bullet3Collision/BroadPhaseCollision/b3BroadphaseCallback.h" /> | |||
@@ -500,6 +503,7 @@ | |||
<ClInclude Include="bullet3/src/BulletCollision/Gimpact/gim_math.h" /> | |||
<ClCompile Include="bullet3/src/BulletCollision/Gimpact/gim_memory.cpp" /> | |||
<ClInclude Include="bullet3/src/BulletCollision/Gimpact/gim_memory.h" /> | |||
<ClInclude Include="bullet3/src/BulletCollision/Gimpact/gim_pair.h" /> | |||
<ClInclude Include="bullet3/src/BulletCollision/Gimpact/gim_radixsort.h" /> | |||
<ClCompile Include="bullet3/src/BulletCollision/Gimpact/gim_tri_collision.cpp" /> | |||
<ClInclude Include="bullet3/src/BulletCollision/Gimpact/gim_tri_collision.h" /> | |||
@@ -606,6 +610,7 @@ | |||
<ClCompile Include="bullet3/src/BulletDynamics/Featherstone/btMultiBodyGearConstraint.cpp" /> | |||
<ClInclude Include="bullet3/src/BulletDynamics/Featherstone/btMultiBodyGearConstraint.h" /> | |||
<ClInclude Include="bullet3/src/BulletDynamics/Featherstone/btMultiBody.h" /> | |||
<ClInclude Include="bullet3/src/BulletDynamics/Featherstone/btMultiBodyInplaceSolverIslandCallback.h" /> | |||
<ClInclude Include="bullet3/src/BulletDynamics/Featherstone/btMultiBodyJointFeedback.h" /> | |||
<ClCompile Include="bullet3/src/BulletDynamics/Featherstone/btMultiBodyJointLimitConstraint.cpp" /> | |||
<ClInclude Include="bullet3/src/BulletDynamics/Featherstone/btMultiBodyJointLimitConstraint.h" /> | |||
@@ -655,8 +660,26 @@ | |||
<ClInclude Include="bullet3/src/BulletInverseDynamics/MultiBodyTree.hpp" /> | |||
</ItemGroup> | |||
<ItemGroup> | |||
<ClInclude Include="bullet3/src/BulletSoftBody/btCGProjection.h" /> | |||
<ClInclude Include="bullet3/src/BulletSoftBody/btConjugateGradient.h" /> | |||
<ClCompile Include="bullet3/src/BulletSoftBody/btDefaultSoftBodySolver.cpp" /> | |||
<ClInclude Include="bullet3/src/BulletSoftBody/btDefaultSoftBodySolver.h" /> | |||
<ClCompile Include="bullet3/src/BulletSoftBody/btDeformableBackwardEulerObjective.cpp" /> | |||
<ClInclude Include="bullet3/src/BulletSoftBody/btDeformableBackwardEulerObjective.h" /> | |||
<ClCompile Include="bullet3/src/BulletSoftBody/btDeformableBodySolver.cpp" /> | |||
<ClInclude Include="bullet3/src/BulletSoftBody/btDeformableBodySolver.h" /> | |||
<ClCompile Include="bullet3/src/BulletSoftBody/btDeformableContactProjection.cpp" /> | |||
<ClInclude Include="bullet3/src/BulletSoftBody/btDeformableContactProjection.h" /> | |||
<ClInclude Include="bullet3/src/BulletSoftBody/btDeformableCorotatedForce.h" /> | |||
<ClInclude Include="bullet3/src/BulletSoftBody/btDeformableGravityForce.h" /> | |||
<ClInclude Include="bullet3/src/BulletSoftBody/btDeformableLagrangianForce.h" /> | |||
<ClInclude Include="bullet3/src/BulletSoftBody/btDeformableMassSpringForce.h" /> | |||
<ClCompile Include="bullet3/src/BulletSoftBody/btDeformableMultiBodyConstraintSolver.cpp" /> | |||
<ClInclude Include="bullet3/src/BulletSoftBody/btDeformableMultiBodyConstraintSolver.h" /> | |||
<ClCompile Include="bullet3/src/BulletSoftBody/btDeformableMultiBodyDynamicsWorld.cpp" /> | |||
<ClInclude Include="bullet3/src/BulletSoftBody/btDeformableMultiBodyDynamicsWorld.h" /> | |||
<ClInclude Include="bullet3/src/BulletSoftBody/btDeformableNeoHookeanForce.h" /> | |||
<ClInclude Include="bullet3/src/BulletSoftBody/btPreconditioner.h" /> | |||
<ClCompile Include="bullet3/src/BulletSoftBody/btSoftBodyConcaveCollisionAlgorithm.cpp" /> | |||
<ClInclude Include="bullet3/src/BulletSoftBody/btSoftBodyConcaveCollisionAlgorithm.h" /> | |||
<ClCompile Include="bullet3/src/BulletSoftBody/btSoftBody.cpp" /> | |||
@@ -1,7 +1,10 @@ | |||
mingw_std_threads_sources = \ | |||
mingw-std-threads/mingw.condition_variable.h \ | |||
mingw-std-threads/mingw.future.h \ | |||
mingw-std-threads/mingw.invoke.h \ | |||
mingw-std-threads/mingw.mutex.h \ | |||
mingw-std-threads/mingw.shared_mutex.h \ | |||
mingw-std-threads/mingw.thread.h \ | |||
$(NULL) | |||
@@ -13,24 +13,22 @@ pegtl_sources = \ | |||
pegtl/include/tao/pegtl/argv_input.hpp \ | |||
pegtl/include/tao/pegtl/ascii.hpp \ | |||
pegtl/include/tao/pegtl/buffer_input.hpp \ | |||
pegtl/include/tao/pegtl/change_action_and_state.hpp \ | |||
pegtl/include/tao/pegtl/change_action_and_states.hpp \ | |||
pegtl/include/tao/pegtl/change_action.hpp \ | |||
pegtl/include/tao/pegtl/change_control.hpp \ | |||
pegtl/include/tao/pegtl/change_state.hpp \ | |||
pegtl/include/tao/pegtl/change_states.hpp \ | |||
pegtl/include/tao/pegtl/config.hpp \ | |||
pegtl/include/tao/pegtl/contrib/abnf.hpp \ | |||
pegtl/include/tao/pegtl/contrib/alphabet.hpp \ | |||
pegtl/include/tao/pegtl/contrib/change_action_and_state.hpp \ | |||
pegtl/include/tao/pegtl/contrib/change_action_and_states.hpp \ | |||
pegtl/include/tao/pegtl/contrib/change_action.hpp \ | |||
pegtl/include/tao/pegtl/contrib/change_control.hpp \ | |||
pegtl/include/tao/pegtl/contrib/change_state.hpp \ | |||
pegtl/include/tao/pegtl/contrib/change_states.hpp \ | |||
pegtl/include/tao/pegtl/contrib/counter.hpp \ | |||
pegtl/include/tao/pegtl/contrib/disable_action.hpp \ | |||
pegtl/include/tao/pegtl/contrib/discard_input.hpp \ | |||
pegtl/include/tao/pegtl/contrib/discard_input_on_failure.hpp \ | |||
pegtl/include/tao/pegtl/contrib/discard_input_on_success.hpp \ | |||
pegtl/include/tao/pegtl/contrib/enable_action.hpp \ | |||
pegtl/include/tao/pegtl/contrib/http.hpp \ | |||
pegtl/include/tao/pegtl/contrib/json.hpp \ | |||
pegtl/include/tao/pegtl/contrib/json_pointer.hpp \ | |||
pegtl/include/tao/pegtl/contrib/parse_tree_to_dot.hpp \ | |||
pegtl/include/tao/pegtl/contrib/raw_string.hpp \ | |||
pegtl/include/tao/pegtl/contrib/remove_first_state.hpp \ | |||
pegtl/include/tao/pegtl/contrib/rep_one_min_max.hpp \ | |||
pegtl/include/tao/pegtl/contrib/rep_string.hpp \ | |||
pegtl/include/tao/pegtl/contrib/to_string.hpp \ | |||
@@ -38,6 +36,11 @@ pegtl_sources = \ | |||
pegtl/include/tao/pegtl/contrib/unescape.hpp \ | |||
pegtl/include/tao/pegtl/contrib/uri.hpp \ | |||
pegtl/include/tao/pegtl/cstream_input.hpp \ | |||
pegtl/include/tao/pegtl/disable_action.hpp \ | |||
pegtl/include/tao/pegtl/discard_input.hpp \ | |||
pegtl/include/tao/pegtl/discard_input_on_failure.hpp \ | |||
pegtl/include/tao/pegtl/discard_input_on_success.hpp \ | |||
pegtl/include/tao/pegtl/enable_action.hpp \ | |||
pegtl/include/tao/pegtl/eol.hpp \ | |||
pegtl/include/tao/pegtl/eol_pair.hpp \ | |||
pegtl/include/tao/pegtl/file_input.hpp \ | |||
@@ -64,10 +67,7 @@ pegtl_sources = \ | |||
pegtl/include/tao/pegtl/internal/crlf_eol.hpp \ | |||
pegtl/include/tao/pegtl/internal/cstream_reader.hpp \ | |||
pegtl/include/tao/pegtl/internal/cstring_reader.hpp \ | |||
pegtl/include/tao/pegtl/internal/demangle_cxxabi.hpp \ | |||
pegtl/include/tao/pegtl/internal/demangle.hpp \ | |||
pegtl/include/tao/pegtl/internal/demangle_nop.hpp \ | |||
pegtl/include/tao/pegtl/internal/demangle_sanitise.hpp \ | |||
pegtl/include/tao/pegtl/internal/disable.hpp \ | |||
pegtl/include/tao/pegtl/internal/discard.hpp \ | |||
pegtl/include/tao/pegtl/internal/dusel_mode.hpp \ | |||
@@ -1 +1 @@ | |||
Subproject commit 7621256389a8d5a9e7e15933bba3de9ef82f8a11 | |||
Subproject commit 1653f339db1c7cc63b20782732a4788f077c94f0 |
@@ -1 +1 @@ | |||
Subproject commit 10665829daaedc28629e5e9b014fe498c20d73f2 | |||
Subproject commit 86ca7dc89659a556dcd1b6f954ed8f2799e23e2f |
@@ -1 +1 @@ | |||
Subproject commit 00a122c2b06666cf1deab53e8a4926cee974391d | |||
Subproject commit 2e56b15a0711de9f0879dc0bd39f045d82a6f9e3 |