aboutsummaryrefslogtreecommitdiff
path: root/redist
Commit message (Collapse)AuthorAgeFilesLines
* Updated os_generic to work properly when imported into C++ contextJustin Berger2018-06-211-6/+10
|
* Expanded minimal opencv functionality to properly use transpose flagsJustin Berger2018-06-213-15/+71
|
* Enabled and then cleaned up warningsJustin Berger2018-04-207-103/+14
|
* Make things more TCC 0.27 friendly.cnlohr2018-04-152-5/+2
|
* Merge branch 'master' into simple_apiJustin Berger2018-04-105-40/+2607
|\
| * Added utility function to linmathJustin Berger2018-04-102-0/+8
| |
| * Added MPFIT based poserJustin Berger2018-04-093-0/+2558
| |
| * Put compile inline hint for linmath functionsJustin Berger2018-04-082-40/+41
| |
* | Minor cleanupJustin Berger2018-04-041-0/+2
|/
* Merge branch 'master' into imuJustin Berger2018-04-031-39/+45
|\
| * Added necessary exports for winbuildJustin Berger2018-04-031-38/+45
| |
* | Merge remote-tracking branch 'origin/master' into imuJustin Berger2018-04-026-656/+521
|\|
| * Added distance function to linmathJustin Berger2018-04-012-2/+7
| |
| * Fixed warnings about inline static functions being exportedJustin Berger2018-04-011-7/+7
| |
| * Don't export minimal opencv symbolsJustin Berger2018-03-301-18/+25
| |
| * Made linmath sane for C++ inclusionJustin Berger2018-03-291-0/+8
| |
| * Removed unused codeJustin Berger2018-03-291-169/+1
| |
| * Nuget packaged up dependenciesJustin Berger2018-03-281-3/+169
| |
| * Functional C# in windowsJustin Berger2018-03-281-2/+3
| |
| * Compiler warns unused on non inlined staticsJustin Berger2018-03-281-1/+1
| |
| * os_generic is now a header only libraryJustin Berger2018-03-262-413/+293
| |
| * Added PoseToMatrix function for debugabilityJustin Berger2018-03-252-219/+189
| |
| * Fixed typo in linmathJustin Berger2018-03-251-1/+1
| |
* | IMU researchJustin Berger2018-03-221-1/+1
|/
* Update rawdrawCharles Lohr2018-03-226-43/+572
|
* Fixed nullptr issue in poser_sbaJustin Berger2018-03-212-0/+6
|
* Moved pose to linmath to support stronger typingJustin Berger2018-03-214-167/+103
|
* trying new config modecnlohr2018-03-182-2/+2
|
* Make build target for dcl testcnlohr2018-03-181-1/+4
|
* Speed improvement! Tmps should always match the mat typeJustin Berger2018-03-181-1/+1
|
* Merge branch 'master' into sbaJustin Berger2018-03-175-174/+533
|\
| * Added transpose timing testsJustin Berger2018-03-173-38/+74
| |
| * Added assert clause to testJustin Berger2018-03-171-5/+6
| |
| * Fixed testJustin Berger2018-03-172-60/+52
| |
| * The results still disagree.cnlohr2018-03-171-3/+5
| |
| * Update tests... seems to work with both cblas and dclapack... Still haven't ↵cnlohr2018-03-172-6/+30
| | | | | | | | checked outputs.
| * Update dcl and test.cnlohr2018-03-174-23/+60
| |
| * Check in new failing test.cnlohr2018-03-171-3/+26
| |
| * Made naming follow conventionsJustin Berger2018-03-171-129/+149
| |
| * Fixed gemmJustin Berger2018-03-173-28/+37
| |
| * Made it test dcldgemm insteadJustin Berger2018-03-171-1/+3
| |
| * Added test target, mul testJustin Berger2018-03-171-4/+20
| |
| * Test DCL.cnlohr2018-03-172-2/+41
| |
| * Update dclapack to do automatic size-of-array'ingcnlohr2018-03-173-16/+24
| |
| * Now wrangled with ability to use submatricies.cnlohr2018-03-173-43/+55
| |
| * Get closer to functional.cnlohr2018-03-173-3/+54
| |
| * Fix other comments in .h file.cnlohr2018-03-171-7/+7
| |
| * Fix comments in dclapack code to reflect current behaviorcnlohr2018-03-171-6/+6
| |
| * Update variable ordering...cnlohr2018-03-173-55/+55
| |
| * Update DCLapack with the C helpers to cize stuff.cnlohr2018-03-173-31/+171
| |