- Jan 17, 2014
-
-
Lorenz Meier authored
Reorder warnings
-
- Jan 13, 2014
-
-
Don Gagne authored
-
- Jan 12, 2014
-
-
Don Gagne authored
-
Lorenz Meier authored
Update to Eigen 3.2.0
-
Don Gagne authored
-
- Jan 11, 2014
-
-
Lorenz Meier authored
add xbee library folder for linux
-
Lorenz Meier authored
disable -Werror
-
Thomas Gubler authored
-
Thomas Gubler authored
-
- Jan 09, 2014
-
-
Lorenz Meier authored
Warnings work
-
Don Gagne authored
-
- Jan 08, 2014
-
-
Don Gagne authored
TeamCity caught this, but I thought the error was from my warnings work. Turns out it was a real build failure. Windows doesn’t know which floating point floor to use. In reality the parentheses are in the wrong place and should be the floor of the divide by 2. But integer division is always floor, so it’s not needed at all.
-
Don Gagne authored
-
Don Gagne authored
C4018, C4063
-
Don Gagne authored
This reverts commit edba7fa8aef832661b33d85109d0bfdf51d024d2.
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
Pulled fixe from latest eigen across. Figured it was safer to patch than to pull across whole new version of eigen.
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
Always evaluated to false due to signed/unsigned
-
Don Gagne authored
-
Don Gagne authored
-
Don Gagne authored
Delete of last link would cause crash. Need to check for -1 which signals no selection in combo box.
-
Don Gagne authored
Fixing -Wuninitialized
-
Don Gagne authored
Fixing -Wuninitialized
-
Lorenz Meier authored
display parameters in alphabetical order
-
Lorenz Meier authored
Warnings baseline
-
- Jan 07, 2014
- Jan 06, 2014
-
-
Lorenz Meier authored
-
- Jan 05, 2014
-
-
Lorenz Meier authored
Project file cleanup
-
- Jan 03, 2014
-
-
Don Gagne authored
Also fixed a number of other release build problems
-
- Jan 02, 2014
-
-
Don Gagne authored
Still not working fully but more information is getting in there than before. Also by removing VERSION from .pro it fixes problem with vs proj being built incorrectly.
-
Don Gagne authored
Made them more understandable for what is needed and for why. Removed duplication and made sure builds used common settings across all OS flavors. Removed mingw support for Windows since it was only partially implemented.
-
Don Gagne authored