Commit Graph

124 Commits (b4de1e3a724b1c5656ec688fdeaf701d4514f922)

Author SHA1 Message Date
Mattia Montanari b4de1e3a72 undo breaking change 2023-02-14 14:14:37 +01:00
Mattia Montanari 4151e3aab0 break go 2023-02-14 14:14:22 +01:00
Mattia Montanari c57913dd11 cd build and test 2023-02-14 14:12:09 +01:00
Mattia Montanari 0583bdabbb try to go build in cd 2023-02-14 14:10:51 +01:00
Mattia Montanari d904dc14fb run GO example 2023-02-14 14:05:42 +01:00
Mattia Montanari e0a9626943 Merge branch 'master' into add_github_action 2023-02-14 14:01:39 +01:00
Mattia Montanari 2c621b56f6
Merge pull request #39 from aturkenov/feature/go-example
go example
2023-02-14 14:00:36 +01:00
Mattia Montanari 48a95f60eb postpone ls 2023-02-14 13:49:36 +01:00
Mattia Montanari 64f46a4ef0 up 2023-02-14 13:46:38 +01:00
Mattia Montanari 32517b190b Edit container 2023-02-14 13:46:00 +01:00
Mattia Montanari 0b857500fc
fix jobname 2023-02-14 13:35:40 +01:00
Mattia Montanari a7d39e3ab4
Add run: 2023-02-14 13:34:43 +01:00
Mattia Montanari ec8c72223e Test github actions 2023-02-14 13:26:12 +01:00
Mattia Montanari 66002145bd Format all c and h files 2023-02-13 14:35:05 +01:00
Mattia Montanari d9a9bf2a4b Enhance documentation in Readme and Header 2023-02-13 14:11:28 +01:00
Aidar Turkenov 886dd6a82b go example 2023-01-20 09:32:14 +06:00
Mattia Montanari 9d9e8e4d26
Merge pull request #37 from MattiaMontanari/moveHFFsInIFs
Fix cmake and compiler wwarnings
2022-11-28 22:48:40 +01:00
Mattia Montanari 01c0820949 Fix cmake and compiler wwarnings 2022-11-28 22:47:46 +01:00
Mattia Montanari 866c01ea0c
Merge pull request #36 from MattiaMontanari/moveHFFsInIFs
Fix #29 and clean simplex struct
2022-11-24 00:38:39 +01:00
Mattia Montanari 9c8a1150a8 Remove old pieces of simplex struct 2022-11-24 00:09:10 +01:00
Mattia Montanari ee5b686d70 Postpone computatoin of some hff tests 2022-11-24 00:08:45 +01:00
Mattia Montanari 7a018a3c60
Merge pull request #34 from MattiaMontanari/33-error-using-mex-matlab-under-linux
Build mex on linux
2022-11-01 09:57:48 +01:00
Mattia Montanari 018b27cc08
Merge pull request #35 from CYDXYYJ/patch-1
Change In Python Example
2022-11-01 09:56:43 +01:00
Chen Yuda 8cac752e6a
Change In Python Example
I've tested that this change can make sense.
2022-11-01 16:49:13 +08:00
Mattia Montanari 5c72572fab
Correct typo on function name
Replace mxCreategkFloatMatrix with mxCreateDoubleMatrix
2022-10-19 19:05:54 +02:00
Mattia Montanari f70776dcda
Renamed gjk to compute_minimum_distance for Matlab build 2022-10-18 22:26:04 +02:00
Mattia Montanari 18a62066ab
Point to source and include dir after repo refactor 2022-10-18 22:23:32 +02:00
Mattia Montanari ccd90cc811
Merge pull request #32 from MattiaMontanari/31-cannot-make-it-work-for-matlab-under-ubunto20
Update compiler definition
2022-10-17 16:31:38 +02:00
Mattia Montanari e92a3e7cfc
Update compiler definition 2022-10-17 16:30:00 +02:00
Mattia Montanari 3ac54fa3ec
Merge pull request #28 from harmening/fix-cython
Fix cython - thanks to @harmening
2022-09-29 14:11:05 +02:00
harmening c64ae900a3 adapt cython function defs to new namings 2022-09-22 23:24:57 +02:00
Mattia Montanari cb2c3a4260 Add math library to missing link 2022-08-16 18:30:28 +02:00
Mattia Montanari 569610363f Remove ctest command from read me file 2022-07-19 15:21:23 +02:00
Mattia Montanari 5c2a763999 Edit readme and compiler flags from CMake 2022-07-19 15:19:07 +02:00
wilwal23 101502c438
Update CMakeLists.txt
Issue #25 solved. 
Added if at line 45, based on this question:
https://stackoverflow.com/questions/2274006/cmake-invalid-numeric-argument-wextra

After that, a new error popped up concerning "m.lib" file not found.
Removed "m" at line 61, based on this question:
https://stackoverflow.com/questions/19333898/lnk1181-cannot-open-input-file-m-lib

Now the project can be built successfully and the example runs correctly.

PS: I'm not a computer scientist so I do not assure what I did is wrong, consider this pull request as a hint to solve Issue #25.
2022-07-17 12:52:03 +02:00
Mattia Montanari c4732994e5
Merge pull request #24 from MattiaMontanari/fixUbuntu
Fix ubuntu build
2022-07-09 23:58:34 +02:00
Mattia Montanari a6facc11c2 Merge branch 'master' into fixUbuntu 2022-07-09 23:56:08 +02:00
Mattia Montanari 030c0c52df Link to math lib 2022-07-09 23:55:41 +02:00
Mattia Montanari 09557058b1
Merge pull request #23 from MattiaMontanari/ce
Ce
2022-07-09 23:46:29 +02:00
Mattia Montanari 8034efb402 address in gitclone 2022-07-09 23:45:07 +02:00
Mattia Montanari 3cbb2e2214 address in gitclone 2022-07-09 23:44:38 +02:00
Mattia Montanari ccafeac1d2 Fix typo in readme 2022-07-09 23:43:45 +02:00
Mattia Montanari f7f243ec04 Fix typo in readme 2022-07-09 23:43:12 +02:00
Mattia Montanari 1988a4e2d1
Merge pull request #22 from MattiaMontanari/ce
Set version in cmake and remove old CI
2022-07-09 23:39:39 +02:00
Mattia Montanari 9851fe1cfe Remove old pipeline 2022-07-09 23:39:00 +02:00
Mattia Montanari 6eddce402d Set version in cmake 2022-07-09 23:35:43 +02:00
Mattia Montanari 1b848558f8
Merge pull request #21 from MattiaMontanari/ce
Minimalistic community edition (CE) library
2022-07-09 23:18:13 +02:00
Mattia Montanari d8c123c434 Minalistic community edition (CE) library 2022-07-09 23:10:45 +02:00
Mattia Montanari 7471aa01e1
Update README.md 2021-07-03 13:53:38 +02:00
Mattia Montanari b2bb7e3d4d
Merge pull request #6 from MattiaMontanari/dev
New version
2021-07-03 13:52:30 +02:00