summaryrefslogtreecommitdiffstats
path: root/src/math/test
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring in tests infrastructurePiotr Dziwinski2013-02-035-874/+0
| | | | | | | * all tests are now in /test/ subdirectory * unit tests concatenated to one executable (TODO: ui, common) * preparation for test environments (OpenGL and others) * removed old TestCBot
* Small fix in detecting language. Fixes needed to compile code using clangMarcin Zawadzki2013-01-051-1/+0
|
* Put common CXX flags in common variablesDidier Raboud2012-12-191-1/+2
| | | | | CMAKE_CXX_FLAGS is taken into account in all builds; build-type-specific flags are appended to it.
* Don't enforce CMake build type on users.Didier Raboud2012-12-191-1/+3
| | | | Only set CMAKE_BUILD_TYPE to Debug when no value is provided.
* Split gtest and gmock, fixed using system packagesPiotr Dziwinski2012-12-161-1/+1
| | | | | | - split the bundled gtest and gmock libraries - allowed the use of system gmock - refactoring in CMakeLists
* Namespace and styling fixPiotr Dziwinski2012-09-191-0/+1
|
* Tests rewrite and Doxygen in src/mathPiotr Dziwinski2012-09-114-251/+73
| | | | | | - rewritten tests to use new framework - updated/reformatted Doxygen - removed legacy conversions
* Whitespace and language changePiotr Dziwinski2012-06-263-608/+608
| | | | | | | - changed tabs to spaces and DOS line endings to Unix (except in CBot and metafile) - changed language to English - fixed #include <d3d.h> in d3dengine.h
* Templates for new implementationPiotr Dziwinski2012-06-222-3/+4
| | | | | | - added template of classes/structs for new implementation - changed #include paths - updated README files
* Tests and fixes in math geometry.h modulePiotr Dziwinski2012-06-152-2/+324
|
* Fixes in math modulePiotr Dziwinski2012-06-122-1/+87
| | | | | | | - rewritten RotateAngle() function and test for it in geometry_test.cpp - added conv.h - conversion functions - added comments in math3d.h and d3dmath.h pointing to new functions - other minor fixes
* Finished implementation of math functionsPiotr Dziwinski2012-06-072-14/+15
|
* Structs continuedPiotr Dziwinski2012-05-021-1/+84
|
* Structs continuedPiotr Dziwinski2012-05-013-198/+367
| | | | Basic functions finished and tested for matrix and vector.
* Structs continuedPiotr Dziwinski2012-04-293-0/+387