Commit Graph

90 Commits (101502c4385844a16daff3beac83cb9e32dadb7e)

Author SHA1 Message Date
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
Mattia Montanari 8c4a211fb0 rename Doxy dir 2021-07-03 13:48:21 +02:00
Mattia Montanari ee042622ff Merge branch 'dev'
# Conflicts:
#	README.md
2021-07-03 13:48:06 +02:00
Mattia Montanari 5f03ab18f4 Merge branch 'cmakeWin' into dev 2021-07-03 13:33:36 +02:00
Mattia Montanari c0b940d0a7 Merge branch 'master' into HEAD 2021-07-03 13:30:29 +02:00
Mattia Montanari f8d043ed59 Easy compile on Win with mingw32 2021-07-03 13:28:12 +02:00
Mattia Montanari 6ef178f508 Add install setup 2021-07-03 13:26:49 +02:00
Mattia Montanari f2871569f5
Update README.md 2021-06-10 23:41:30 +02:00
Mattia Montanari 3959f1a616
Add CI for cython 2020-05-21 18:39:20 +01:00
Mattia Montanari b19bc7c0f0 Add pytest for cython bind 2020-05-21 18:38:01 +01:00
Mattia Montanari 4719295120
Correct typo 2020-05-21 18:12:23 +01:00
Mattia Montanari 636d9e2f8b
maybe python3-setuptools 2020-05-21 18:10:16 +01:00
Mattia Montanari 28dd5c5766
Install python-setuptools 2020-05-21 18:04:11 +01:00
Mattia Montanari 836bc5f509
Dir for CI 2020-05-21 17:54:59 +01:00
Mattia Montanari 4c0580cc75
Merge pull request #10 from YichiDanielSong/mm-fixes
Import cython bind
2020-05-21 17:53:08 +01:00
Mattia Montanari d090fafe02
Merge branch 'dev' into mm-fixes 2020-05-21 17:52:28 +01:00
Mattia Montanari 07f444a0f1 Add header with license file 2020-05-21 17:27:47 +01:00
Mattia Montanari 708bbc5117 Adjust to relative dir 2020-05-21 17:20:33 +01:00
Mattia Montanari 3e5902542d Ignore cython dir folder 2020-05-21 17:20:21 +01:00
Mattia Montanari 1d0c10f4e7 Move into example folder 2020-05-21 17:16:38 +01:00
Mattia Montanari 9023be970d Specify python for interp 2020-05-21 17:13:21 +01:00
Mattia Montanari 1122ef3ea6 Remove cache files 2020-05-21 16:30:12 +01:00
Mattia Montanari ea94e24da4 recover pxd - good setup for library 2020-05-21 16:26:38 +01:00
Mattia Montanari 1c447f6f6e recover pxd 2020-05-21 16:24:36 +01:00
Mattia Montanari f01cf17ea4 Remove compiled files and source coming from library 2020-05-21 15:46:33 +01:00
Mattia Montanari 14a62efb9a Change variable names and split allocation 2020-05-21 15:46:10 +01:00
Mattia Montanari fc79f5e9df add out put in tests 2020-05-21 15:45:51 +01:00
Mattia Montanari 7640a21224 Ignore cython generated files 2020-05-21 15:45:25 +01:00
Daniel Song a4f540a6c8 Cython wrapper final 2020-05-21 14:08:37 +01:00
Daniel Song d5dc76021f Cython wrapper trial 5 malloc correct 2020-05-21 12:30:33 +01:00
Daniel Song fe821367e3 Cython wrapper trial 4 memory allocation 2020-05-21 11:59:32 +01:00
Daniel Song 20f60a18b0 Cython wrapper trial 3 seg-fault 2020-05-20 01:46:42 +01:00
Daniel Song b526fe1a9f Cython wrapper trial 2 2020-05-19 17:44:27 +01:00
Daniel Song 5e29631244 Cython wrapping trial in Cython folder 2020-05-19 00:54:28 +01:00
Mattia Montanari 0bb555f0a1
Fix test path 2020-05-14 14:47:22 +01:00