-
Notifications
You must be signed in to change notification settings - Fork 770
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C++11 and "-march=native" flags done via "modern" CMake target-based properties #27
Closed
Commits on Jun 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 646469e - Browse repository at this point
Copy the full SHA 646469eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0edf123 - Browse repository at this point
Copy the full SHA 0edf123View commit details -
Add commented out code to turn off clang on Linux.
Configuration menu - View commit details
-
Copy full SHA for bcaa61f - Browse repository at this point
Copy the full SHA bcaa61fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d94dff - Browse repository at this point
Copy the full SHA 6d94dffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42efc13 - Browse repository at this point
Copy the full SHA 42efc13View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbeeb98 - Browse repository at this point
Copy the full SHA dbeeb98View commit details -
Configuration menu - View commit details
-
Copy full SHA for e624d4a - Browse repository at this point
Copy the full SHA e624d4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8977193 - Browse repository at this point
Copy the full SHA 8977193View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40250e3 - Browse repository at this point
Copy the full SHA 40250e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32e15ea - Browse repository at this point
Copy the full SHA 32e15eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83e4021 - Browse repository at this point
Copy the full SHA 83e4021View commit details -
Use command line argument for script so that cache names are not poll…
…uted by environment variables. This should allow ccache to use caches from build stage for testing stage.
Configuration menu - View commit details
-
Copy full SHA for b53d3d9 - Browse repository at this point
Copy the full SHA b53d3d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bd45b8 - Browse repository at this point
Copy the full SHA 4bd45b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e38ac41 - Browse repository at this point
Copy the full SHA e38ac41View commit details -
Reduced time to run very slow testScenario by reducing sample count f…
…or estimating covariance.
Configuration menu - View commit details
-
Copy full SHA for 108ee1d - Browse repository at this point
Copy the full SHA 108ee1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c85332 - Browse repository at this point
Copy the full SHA 6c85332View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa81e17 - Browse repository at this point
Copy the full SHA fa81e17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 005b30a - Browse repository at this point
Copy the full SHA 005b30aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17642a6 - Browse repository at this point
Copy the full SHA 17642a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e488db - Browse repository at this point
Copy the full SHA 6e488dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b538f3b - Browse repository at this point
Copy the full SHA b538f3bView commit details -
Refactor build flags via CMake target properties
Also: - Allow users to edit cmake target build options in the cache variables. - We had to add project() commands for gtsam and gtsam_unstable, the PROJECT_SOURCE_DIR changed, but the root GTSAM_SOURCE_DIR instead. - Ensure use of standard C++11 (no extensions)
Configuration menu - View commit details
-
Copy full SHA for 8efca6a - Browse repository at this point
Copy the full SHA 8efca6aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.