-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* contributing * Update push-freecad.yml updated actions/checkout to v4 * dragging log for debugging * fix calcdxNorm crash * setDebug and remove MBDyn* * Update cmakelists.txt * fix includes for gcc-14 gcc-14 is more disciplined about not including <algorithm> transitively. * fix runDragStep * backhoe files (#65) * Mark unused variables to silence compiler warnings. (#64) * Backhoe issues (#67) * backhoe issues * runDragStep edit * backhoe issues * runDragStep edit * Reduce large drag step progressively until convergence. * Switch to using built-in M_PI, even on MSVC (#68) --------- Co-authored-by: Brad Collette <[email protected]> Co-authored-by: mosfet80 <[email protected]> Co-authored-by: PaddleStroke <[email protected]> Co-authored-by: Jed Brown <[email protected]> Co-authored-by: sliptonic <[email protected]> Co-authored-by: Chris Hennes <[email protected]>
- Loading branch information
1 parent
233eb56
commit 7ad4dd7
Showing
172 changed files
with
8,276 additions
and
54,350 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,3 +39,4 @@ assembly.asmt | |
build | ||
cmake-build-debug | ||
.idea | ||
temp/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## Contributing to Ondsel Solver | ||
|
||
Contributions are welcome! | ||
|
||
The official repository for this project is on [GitHub.com](https://github.com/Ondsel-Development/OndselSolver). | ||
|
||
* [Development](docs/development/README.md) | ||
* [Issues](https://github.com/Ondsel-Development/OndselSolver/issues) | ||
* [Pull Requests](https://github.com/Ondsel-Development/OndselSolver/pulls) | ||
|
||
## Contributor license agreement | ||
|
||
By submitting code as an individual you agree to the | ||
[individual contributor license agreement](individual_contributor_license_agreement.md). | ||
By submitting code as an entity you agree to the | ||
[corporate contributor license agreement](corporate_contributor_license_agreement.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.