Kim Kulling
388694e349
cmake build env: add missing license info.
2016-04-23 09:42:27 +02:00
Kim Kulling
829e56df0c
cmake env: add license info.
2016-04-23 09:42:05 +02:00
mpersano
473d2ca052
Fix texture coords exporting on binary PLY files
2016-04-22 16:09:45 -03:00
Kim Kulling
2a3c2e3a21
Merge pull request #861 from v4hn/no-locallib
...
only check a library folder if it actually exists
2016-04-22 11:54:40 +02:00
Michael Görner
f1a984bd3b
only check a library folder if it actually exists
...
otherwise this breaks for no reason if /usr/local/lib is missing.
2016-04-22 11:35:44 +02:00
Kim Kulling
f905f5700f
regression ui: add default editor for linux.
2016-04-21 19:19:06 +02:00
Kim Kulling
af75390f8d
travis: fix a typo.
2016-04-21 18:21:32 +02:00
Kim Kulling
f9cba1c4ea
regression test suite: fix usage of run.
2016-04-21 17:24:01 +02:00
Kim Kulling
53263953c5
travis: fix usage of runner script for regression testsuite.
2016-04-21 17:14:54 +02:00
Kim Kulling
b120454bdd
Merge pull request #860 from Squareys/fix-pi
...
Fix Mistake in last Pullrequest
2016-04-21 17:07:27 +02:00
Squareys
6bc36eb2b6
Fix mistake while switching to new PI constants
...
From previous pullrequest (https://github.com/assimp/assimp/pull/859 ),
commit 7c0e40a3f4
introduced the error.
Thanks @mosra for catching it!
Signed-off-by: Squareys <Squareys@googlemail.com>
2016-04-21 15:23:14 +02:00
Kim Kulling
6107ead295
Merge pull request #859 from Squareys/fix-pi
...
Add definition for PI and PI_2
2016-04-21 10:58:10 +02:00
Squareys
7c0e40a3f4
Add definition for PI and PI_2
...
M_PI and M_PI_2 are not C++ standard and are therefore not present, in
MinGW-w64 gcc 5.1.0 for example. We therefore replace it with an own
definition.
Since math.h was only included for M_PI and M_PI_2 makros, we can now
remove it.
Signed-off-by: Squareys <Squareys@googlemail.com>
2016-04-21 08:17:06 +02:00
Kim Kulling
019226c119
CMake build: enabme c++11 for mingw.
2016-04-21 00:02:28 +02:00
Kim Kulling
2f9c33e3e9
closes https://github.com/assimp/assimp/issues/857
2016-04-20 23:27:59 +02:00
Kim Kulling
69ac97d709
Update run.py
...
resolve conflict.
2016-04-20 12:37:48 +02:00
Kim Kulling
c122bb2def
Regression test suite: update run.
2016-04-20 00:04:26 +02:00
Kim Kulling
3659570292
regression ui: add missing functionalities for setup, version and update.
2016-04-19 16:01:21 +02:00
Kim Kulling
0ec1e91722
Regression Testsuite: update database.
2016-04-19 08:49:14 +02:00
Kim Kulling
22dc22778d
Assxml exporter: Make some local functions static.
2016-04-19 08:48:37 +02:00
Kim Kulling
1b94b8969f
Blender Importer: fix review findings.
2016-04-19 08:45:04 +02:00
Kim Kulling
e74425dbc3
Regression ui: add functionality to open the log.
2016-04-18 16:13:18 +02:00
tomacd
5a8c15d826
fix SceneCombiner copy of aiNode not setting mParent field
2016-04-18 11:28:21 +02:00
Kim Kulling
de39c49c4c
assxml export: make local functions static.
2016-04-17 23:29:46 +02:00
Kim Kulling
a6e7938696
Assxml io function: use vsprintf for var-argument list.
2016-04-17 21:33:11 +02:00
Kim Kulling
dec93efc92
AssxmlExporter: fix crash in writing header info in VS2015.
2016-04-16 18:42:49 +02:00
Kim Kulling
fe60654c1a
Update run.py
...
Regression: fix typo.
2016-04-16 15:16:35 +02:00
Kim Kulling
3893c593de
Regression test suite: fix typo.
2016-04-16 08:41:31 +02:00
Kim Kulling
1cce8426c6
Update run.py
...
Regression tests: fix python2.7-style logs via print
2016-04-13 09:21:26 +02:00
Kim Kulling
9e922582c0
Regression tests: fix invalid log statement.
2016-04-12 23:18:08 +02:00
Kim Kulling
69aa4655ad
Regression tests: reenable support for travis.
2016-04-12 18:47:42 +02:00
Kim Kulling
dc22871aef
Regression test suite: fix typo.
2016-04-12 18:46:32 +02:00
Kim Kulling
9105fac560
test: add pk3 to blacklist for regression
2016-04-12 00:02:31 +02:00
Kim Kulling
dd5781027e
LWS: remove broken model.
2016-04-08 19:23:24 +02:00
Kim Kulling
b42b974282
Regression test suite: remove broken model.
2016-04-08 18:55:33 +02:00
Kim Kulling
6b243230b2
C++11-Support: remove boost.
2016-04-07 21:31:04 +02:00
Kim Kulling
632b58f27e
Merge pull request #850 from mensinda/no-boost
...
Replaced boost with c++11 features
2016-04-06 21:16:23 +02:00
Kim Kulling
90c8af4cd2
Update appveyor.yml
...
Stop support for VS2010
2016-04-06 21:15:48 +02:00
mensinda
b045a1ec5c
Deleted move constructor of LazyObject
2016-04-06 21:03:54 +02:00
mensinda
dd1ab0778c
Fixed AnimEvaluator.cpp
2016-04-06 17:28:09 +02:00
mensinda
3eafc7e746
Renamed Math.h --> MathFunctions.h
2016-04-06 16:54:03 +02:00
mensinda
f59cba13eb
Try fixing clang builds
2016-04-06 11:10:12 +02:00
mensinda
726b004806
Removed boost/noncopyable.hpp
2016-04-06 10:51:18 +02:00
mensinda
ce5908e4ec
Removed boost from CMakeLists.txt
2016-04-06 10:29:41 +02:00
mensinda
51c80ecb80
Moved gcd and lcm implemetation
2016-04-06 10:21:59 +02:00
mensinda
cc0fce8568
Replaced boost::timer with std::chrono
2016-04-06 10:13:02 +02:00
mensinda
ae99f99b99
Replaced boost::tuple with std::tuple
2016-04-06 00:17:21 +02:00
mensinda
b37e25cd7d
Replaced boost::format with internal formater
2016-04-06 00:03:05 +02:00
mensinda
5dacda0a08
replaced boost smart pointers with c++11 smart pointers
2016-04-05 23:23:53 +02:00
mensinda
cff5b0d1a0
Replaced depreacated std::auto_ptr with std::unique_ptr
2016-04-05 22:56:11 +02:00