aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Rearranged make values to line upJustin Berger2018-04-201-8/+8
|
* Fixed some memory leaksJustin Berger2018-04-202-12/+39
|
* Final makefile cleanup for now (I think)cnlohr2018-04-161-2/+2
|
* Fix something that would definitely have broken osxcnlohr2018-04-161-29/+22
|
* Include build rules for static library (But don't use static library)cnlohr2018-04-161-4/+9
|
* Fix generic Linux buildcnlohr2018-04-161-2/+2
|
* Make things more TCC 0.27 friendly.cnlohr2018-04-155-20/+23
|
* Merge pull request #129 from cnlohr/tcc_buildCNLohr2018-04-1523-3540/+122
|\ | | | | Improved Makefile system.
| * Merge branch 'master' into tcc_buildCNLohr2018-04-1541-356/+4347
| |\ | |/ |/|
* | Update README.mdjdavidberger2018-04-141-0/+1
| | | | | | Added MPFIT details
* | Remove SurviveObject if they fail to configure; prevents issues calibrating ↵Justin Berger2018-04-133-0/+27
| | | | | | | | with HMD when controllers are off
* | Added FPV and reference shapesJustin Berger2018-04-132-21/+84
| |
* | Merge pull request #127 from eric-schleicher/patch-1CNLohr2018-04-111-0/+11
|\ \ | | | | | | Added info about possible dependency
| * | Added info about possible dependencies requirementEric Schleicher2018-04-111-0/+11
|/ / | | | | added section showing from blinking cursor to get libsurvive, compile and run calibrate, including what to do if you run into missing dependency.
* | Merge pull request #123 from cnlohr/simple_apijdavidberger2018-04-1131-286/+681
|\ \ | | | | | | Simple async api
| * \ Merge remote-tracking branch 'origin/master' into simple_apiJustin Berger2018-04-111-66/+91
| |\ \ | |/ / |/| |
* | | Merge pull request #126 from cnlohr/charlesrefine_calCNLohr2018-04-111-4/+24
|\ \ \ | | | | | | | | Bump effort to do charlesrefine with more detail and calibration
| | * | Updated naming of python bindingJustin Berger2018-04-102-29/+29
| | | |
| | * | Merge branch 'master' into simple_apiJustin Berger2018-04-1033-349/+4307
| | |\ \ | |_|/ / |/| | |
* | | | New impl of mahoney imu filterJustin Berger2018-04-102-99/+44
| | | |
* | | | Updated tool to proper cb sigJustin Berger2018-04-101-4/+3
| | | |
* | | | Added utility function to linmathJustin Berger2018-04-102-0/+8
| | | |
* | | | Made new posers work in windowsJustin Berger2018-04-097-14/+34
| | | |
* | | | Added MPFIT based poserJustin Berger2018-04-095-1/+2849
| | | |
* | | | Created common base for optimizer based posersJustin Berger2018-04-095-88/+150
| | | |
* | | | Optimizations because vc++ is dumbJustin Berger2018-04-081-12/+12
| | | |
* | | | Revered what config poser was doing for SBAJustin Berger2018-04-081-3/+5
| | | |
* | | | Made picking the seed poser use cmd lineJustin Berger2018-04-081-13/+15
| | | |
* | | | Added jacobian to sba, ~2x speed improvementJustin Berger2018-04-088-14/+599
| | | |
* | | | modified showreproject tool to be less annoyingJustin Berger2018-04-081-2/+2
| | | |
* | | | Put compile inline hint for linmath functionsJustin Berger2018-04-082-40/+41
| | | |
* | | | Libraries should link on the SOJustin Berger2018-04-081-2/+2
| | | |
* | | | Detailed messages about sba failuresJustin Berger2018-04-081-7/+7
| | | |
* | | | Added statistics to sbaJustin Berger2018-04-082-3/+28
| | | |
| | * | Renamed api; fixed various warningsJustin Berger2018-04-103-116/+111
| | | |
| | * | Fixed naming in python bindingJustin Berger2018-04-051-6/+6
| | | |
| | * | Fixed typo; naming suggestionsJustin Berger2018-04-053-11/+13
| | | |
| | * | Merge branch 'master' into simple_apiJustin Berger2018-04-059-37/+108
| | |\ \
| | * | | Added python bindingJustin Berger2018-04-044-2/+106
| | | | |
| | * | | Fixed api demoJustin Berger2018-04-041-1/+1
| | | | |
| | * | | Dramatically reduced the scope of lockingJustin Berger2018-04-041-4/+7
| | | | |
| | * | | Added basic documentationJustin Berger2018-04-041-4/+36
| | | | |
| | * | | Minor cleanupJustin Berger2018-04-045-6/+11
| | | | |
| | * | | Added simple APIJustin Berger2018-04-0410-28/+289
| | | | |
| | | | * Bump to better build.cnlohr2018-04-151-1/+10
| | | | |
| | | | * Fix winbuild.cnlohr2018-04-153-8/+10
| | | | |
| | | | * Add test for Windows build.cnlohr2018-04-151-31/+44
| | | | |
| | | | * Fix Makefilecnlohr2018-04-151-4/+11
| | | | |
| | | | * Move things into attic and update Makefile to do dependnencies.cnlohr2018-04-1520-48/+69
| | | | |
| | | | * update getting closer to a cleaner build process.cnlohr2018-04-142-3509/+42
| | |_|/ | |/| |