Jan Möbius
|
2c52593cd7
|
Removed the old svn revision date headers
|
2019-01-15 11:21:12 +01:00 |
|
Christian Mattes
|
74350f54de
|
Proper spacing between methods
|
2018-04-16 13:21:54 +02:00 |
|
Christian Mattes
|
4eab053275
|
Added free functions for non-C++11 Vectors
|
2018-04-12 16:07:41 +02:00 |
|
xan
|
8445bad3c3
|
Fix undefined MSVC macro warning
|
2016-08-14 09:21:31 +02:00 |
|
Janis Born
|
3b5364d3e4
|
take VectorT argument by reference for non-member vector scalar multiplication (fixes #12)
|
2015-11-26 12:46:08 +01:00 |
|
Jan Möbius
|
509f62e118
|
Try to get c++11 on visual studio 2015
|
2015-11-23 15:54:22 +01:00 |
|
Hans-Christian Ebke
|
3ed7079cb8
|
C++11: Laid foundation for benchmark tests. We need more of them!
|
2015-11-19 19:53:36 +01:00 |
|
Hans-Christian Ebke
|
287da20912
|
C++11: Reimplemented VectorT without macros.
|
2015-11-18 15:11:48 +01:00 |
|
Hans-Christian Ebke
|
706b065593
|
C++11: Fixed clang warning about missing braces.
|
2015-11-12 15:52:49 +01:00 |
|
Hans-Christian Ebke
|
dfcc98c845
|
C++11: Do CMake-less C++11 checking.
|
2015-11-10 15:00:19 +01:00 |
|
Hans-Christian Ebke
|
dda4b41cac
|
C++11: Got rid of narrowing conversion warnings in legacy code.
Added explicit static_cast along with static SFINAE checks to VectorT
constructor.
|
2015-11-09 22:55:42 +01:00 |
|
Hans-Christian Ebke
|
26914cba92
|
C++11: Legacy incompatibility fixes for VectorT C++11 features.
|
2015-11-09 21:21:19 +01:00 |
|
Hans-Christian Ebke
|
c2c627ed4d
|
C++11: Added _htmlColor literal operator.
Allows inline specification of colors in HTML syntax.
|
2015-11-09 18:51:00 +01:00 |
|
Hans-Christian Ebke
|
97ccb1d641
|
Modernized VectorT constructors in C++11 branch.
* Less redundancy.
* We can now make some of the VectorT constructors constexpr which is
useful for other features.
|
2015-11-09 18:46:39 +01:00 |
|
Matthias Möller
|
e9431e6557
|
fix compile error on vector scalar multiplication when scalar type differs of vector scalar type and the scalar was lhs
closes #2367
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1291 fdac6126-5c0c-442c-9429-916003d36597
|
2015-06-18 11:53:05 +00:00 |
|
Matthias Möller
|
ed3155284c
|
- move iostream from header to source files.
- replace some iostreams to o/istreams only
- some minor include fixes
closes #2489
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1278 fdac6126-5c0c-442c-9429-916003d36597
|
2015-06-09 08:58:41 +00:00 |
|
Jan Möbius
|
fd4bcb39ea
|
Typo
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1258 fdac6126-5c0c-442c-9429-916003d36597
|
2015-04-28 13:07:46 +00:00 |
|
Jan Möbius
|
07ad20793d
|
Fixed bad typo in comment
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1257 fdac6126-5c0c-442c-9429-916003d36597
|
2015-04-28 11:54:17 +00:00 |
|
Jan Möbius
|
83486e0b5f
|
Relicense to BSD
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1252 fdac6126-5c0c-442c-9429-916003d36597
|
2015-04-28 11:33:32 +00:00 |
|
Matthias Möller
|
0a32eb9ea5
|
add specializations for 5/6 dimension vectors
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1193 fdac6126-5c0c-442c-9429-916003d36597
|
2015-01-14 13:11:23 +00:00 |
|
Jan Möbius
|
b3778b230f
|
Updated copyright headers
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1188 fdac6126-5c0c-442c-9429-916003d36597
|
2015-01-05 15:34:10 +00:00 |
|
Jan Möbius
|
68a3ff3136
|
The annual License Header Bump (Sorry for the rebuilds ;-) )
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@990 fdac6126-5c0c-442c-9429-916003d36597
|
2014-02-05 09:01:07 +00:00 |
|
Jan Möbius
|
29011e25d2
|
Updated license headers
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@922 fdac6126-5c0c-442c-9429-916003d36597
|
2013-08-11 10:26:11 +00:00 |
|
Matthias Möller
|
20b17c450a
|
using c++ headers in c++ files
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@837 fdac6126-5c0c-442c-9429-916003d36597
|
2013-06-12 13:14:36 +00:00 |
|
Jan Möbius
|
0f9d7dcb41
|
Replaced fabs by the std methods to fix errors when using norms with double vectors
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@775 fdac6126-5c0c-442c-9429-916003d36597
|
2012-12-05 17:59:57 +00:00 |
|
Jan Möbius
|
f3312397a5
|
Updated License Headers
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@736 fdac6126-5c0c-442c-9429-916003d36597
|
2012-10-08 07:30:49 +00:00 |
|
Jan Möbius
|
4fdd4c2adc
|
Updated license headers
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@362 fdac6126-5c0c-442c-9429-916003d36597
|
2011-01-26 09:21:12 +00:00 |
|
Mike Kremer
|
d51c08726d
|
Corrected some expression that caused a compiler warning.
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@337 fdac6126-5c0c-442c-9429-916003d36597
|
2010-09-10 12:21:23 +00:00 |
|
Mike Kremer
|
a9f4169bb7
|
Added preprocessor directives such that doxygen correctly parses the vector template class.
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@336 fdac6126-5c0c-442c-9429-916003d36597
|
2010-09-10 12:13:59 +00:00 |
|
Jan Möbius
|
dc2abcd426
|
Added missing include (Thanks to Justin Bronder
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@328 fdac6126-5c0c-442c-9429-916003d36597
|
2010-07-02 14:54:35 +00:00 |
|
Jan Möbius
|
34141f8d9a
|
Changed license Header to 2010
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@325 fdac6126-5c0c-442c-9429-916003d36597
|
2010-06-17 10:45:58 +00:00 |
|
Jan Möbius
|
5246b77da6
|
Updated License to LGPL3 with additional template and macro exceptions
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@137 fdac6126-5c0c-442c-9429-916003d36597
|
2009-06-04 08:46:29 +00:00 |
|
Jan Möbius
|
ea844d6788
|
Changed OpenMesh directory structure
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@106 fdac6126-5c0c-442c-9429-916003d36597
|
2009-04-30 12:41:50 +00:00 |
|