Commit Graph

109 Commits

Author SHA1 Message Date
Aik-Siong Koh
aa8d647ce8 MBDynCaseJose.mbd .mov
# Conflicts:
#	testapp/OndselSolver.cpp
2023-11-14 15:18:10 -07:00
Aik-Siong Koh
9e9a930622 2023-11-14 changes 2023-11-14 09:33:37 -07:00
Aik-Siong Koh
9e3d6b336b Good version for ASMT and MBDyn 2023-11-14 09:33:24 -07:00
Aik-Siong Koh
678d03db1f ASMT output, MBDyn input and output done. 2023-11-14 09:05:46 -07:00
Aik-Siong Koh
34858977b1 MBDynCaseJose.mbd .mov 2023-11-14 08:53:05 -07:00
Adrián Insaurralde Avalos
84762ac74e Merge pull request #28 from Ondsel-Development/john-test
latest cmake change
2023-11-12 14:29:30 -03:00
John Dupuy
b3be7e5a0c removed testappexe from main CMakeLists.txt file 2023-11-12 14:27:27 -03:00
aiksiongkoh
c424009156 Merge pull request #27 from Ondsel-Development/john-test
now works fully!
2023-11-10 10:14:45 -07:00
John Dupuy
74dbe1d6ef now works fully! 2023-11-10 11:06:17 -06:00
aiksiongkoh
0891112511 Merge pull request #26 from Ondsel-Development/john-test
Refactoring for clang/gcc/linux/mac/windows
2023-11-09 09:18:42 -07:00
John Dupuy
e2c4510e92 Add OS check to cmakelists file 2023-11-08 19:09:00 -06:00
John Dupuy
5ec6c3e22c added conditional static/shared select to cmake 2023-11-07 17:29:44 -06:00
John Dupuy
274527102b make lib shared; resolved FullRow method ;fixed spelling errors 2023-11-07 14:19:19 -06:00
John Dupuy
d01bf20ef5 restored original CMakeList again 2023-11-06 19:55:34 -06:00
John Dupuy
c406ad8b00 DiagonalMatrix is now double only also. 2023-11-06 19:44:07 -06:00
John Dupuy
87bd168b50 works locally, but imagine it breaks elsewhere 2023-11-06 16:31:57 -06:00
John Dupuy
84ec3cf5e1 added target_include_directories 2023-11-06 14:43:29 -06:00
John Dupuy
5946204b14 Reverted CMakeLists.txt 2023-11-06 13:44:55 -06:00
John Dupuy
0c18245bcf adding bogus returns after assert(false) 2023-11-05 18:16:35 -06:00
John Dupuy
5af8a39106 Windows can't do __attribute__((unused)) 2023-11-05 17:57:08 -06:00
John Dupuy
997ecc0b2a Moved instantiations around. Removed a few warning. 2023-11-05 17:47:33 -06:00
John Dupuy
f67e605f0d builds and links! 2023-11-05 16:45:35 -06:00
John Dupuy
796147aeda more instantiations 2023-11-05 01:33:49 -05:00
John Dupuy
ede688e7da FullMatrix version are now all visible in lib. Now need FullColumn etc to work. 2023-11-05 01:07:12 -05:00
John Dupuy
8408c2245e (broken) gettin' some sleep 2023-11-04 00:04:07 -05:00
John Dupuy
67bef75bab hides FullMatrix; instances FullMatrixDouble FullMatrixFullMatrixDouble 2023-11-03 21:16:49 -05:00
John Dupuy
8dbb49d032 stopping point 2023-11-03 13:57:11 -05:00
aiksiongkoh
654c07a68e Merge pull request #25 from Ondsel-Development/inheritance-order
Inheritance order
2023-11-03 08:06:17 -06:00
John Dupuy
30822f3513 reverted build.yml change; added refs for clang++ 2023-11-02 21:47:46 -05:00
John Dupuy
6ed1e41942 updated build.yml to c++11 2023-11-02 20:48:18 -05:00
John Dupuy
ae7ab0c29b Added reference headers and moved some code. 2023-11-02 18:12:13 -05:00
sliptonic
dbf1cbdf59 Merge pull request #24 from Ondsel-Development/push-freecad-submodule
Add action to push submodule to freecad repo
2023-10-30 13:51:28 -05:00
Adrián Insaurralde Avalos
45f9feb83c add github action to push submodules updates on a FreeCAD branch 2023-10-27 16:18:26 -03:00
Adrián Insaurralde Avalos
cadb3612e0 fix building OndselSolver as submodule in FreeCAD 2023-10-27 04:42:51 -03:00
aiksiongkoh
5d259ce9a0 Merge pull request #21 from Ondsel-Development/linker-fix
Fix clang compilation and linker errors
2023-10-25 16:18:09 -06:00
Adrián Insaurralde Avalos
a82ac80346 Fix linker errors - Add all .cpp and .h to sources 2023-10-25 18:44:31 -03:00
Adrián Insaurralde Avalos
1db1409815 add commonly used build directory to gitignore [skip ci] 2023-10-25 18:39:22 -03:00
Adrian Insaurralde Avalos
c8e1961259 add ci build workflow 2023-10-25 18:38:55 -03:00
aiksiongkoh
f6451ce61e Merge pull request #20 from Ondsel-Development/clang-fix
WIP: Clang fix
2023-10-24 08:57:33 -06:00
John Dupuy
9f8fbe138d Possible bug fix. Needs to be tested. 2023-10-23 18:25:51 -05:00
John Dupuy
addd1006b2 moved size-dependent code to cpp files (plus override decl) 2023-10-23 18:22:07 -05:00
John Dupuy
203e76d12d warning fixes 2023-10-23 17:16:19 -05:00
aiksiongkoh
8e2ebafbc3 Merge pull request #19 from Ondsel-Development/pkgconfig_install_fix
include GNUInstallDirs in /CmakeLists.txt - fixes wrong install path for pkgconfig con windows
2023-10-23 14:16:54 -06:00
Adrián Insaurralde Avalos
0bbc791a5e include GNUInstallDirs in /CmakeLists.txt - fixes wrong install path for pkgconfig con windows. 2023-10-23 07:03:32 -03:00
PaddleStroke
67326e8ccc Merge pull request #18 from Ondsel-Development/OutputASMT
OndselSolver can read and write *.asmt files
2023-10-20 22:51:57 +02:00
Aik-Siong Koh
4360daddf3 OndselSolver can read and write *.asmt files 2023-10-19 10:51:51 -06:00
aiksiongkoh
52996e7fe7 Merge pull request #17 from Ondsel-Development/build_as_submodule
Update CMakeLists.txt for building as a submodule in FreeCAD
2023-10-18 11:47:58 -06:00
Adrián Insaurralde Avalos
480388fdec Update CMakeLists.txt 2023-10-18 14:21:08 -03:00
aiksiongkoh
95cd91c9d1 Merge pull request #16 from Ondsel-Development/linuxbuild
Linuxbuild
2023-10-17 10:16:49 -06:00
sliptonic
11abd49311 cmake fixes to build on linux 2023-10-17 10:49:52 -05:00