Commit Graph
203 Commits
Author SHA1 Message Date
Ryan Curtin bf837f950b Merge pull request #2458 from shrit/cereal
Cereal
2020-10-29 10:52:37 -04:00
Yashwant 7bcae9f92a Fix FindRModule. 2020-10-22 09:59:50 +05:30
Omar Shrit c9a0f0b106 Change ConfigureGenerate to ConfigureFile
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-19 19:01:12 +02:00
shritandRyan Curtin 6b569c82ca Set to CEREAL_FOUND to no in CMake/Findcereal.cmake
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2020-10-19 18:08:26 +02:00
Omar Shrit 76b3f65b00 Change ConfigureGenerate to ConfigureFile
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-10-19 00:40:07 +02:00
Omar Shrit 62f19a9073 Adjust cereal path in windows and adjust name for CEREAL_INCLUDE_DIR
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-09-20 19:31:45 +02:00
Omar Shrit 9fafda54dd Fix julia build patch by @rcurtin
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-09-17 21:03:36 +02:00
Omar Shrit 0481b92ce7 Reverse the order to deduce correctly the version
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-09-17 17:40:27 +02:00
Omar Shrit ae050dbb6e Merge branch 'master' into cereal
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-09-17 16:05:03 +02:00
Omar Shrit 01bc6ea8bd Apply the new style for serialization
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-09-12 17:52:31 +02:00
Ryan Curtin b299d226da Fix regex for versions of Go without a patch version. 2020-09-10 19:45:46 -04:00
Omar Shrit 650e3618ac Found version 1.1.2, 1.1.1. 1.2.0 and 1.3.0
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-09-08 20:00:13 +02:00
Omar Shrit 36e1dc4ab9 Apply cereal to R bindings, patch created by @Yashwants19
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-09-05 12:30:45 +02:00
Omar Shrit 17e0ef895f Adapte julia bindings to cereal serialization
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-09-03 20:40:39 +02:00
Omar Shrit 4cb479665e Merge branch 'master' into cereal 2020-08-31 22:51:17 +02:00
Yashwant 9261418500 brew gfortran. 2020-08-19 16:40:36 +05:30
Yashwant 2bc13b48ed FindR.Cmake didn't work for macos. 2020-08-19 15:59:57 +05:30
Yashwant f280e24c68 Change FindR.cmake implementation. 2020-08-19 14:54:14 +05:30
Yashwant 523c4c81fe Improve FindR.CMake. 2020-08-19 14:01:00 +05:30
Yashwant Singh PariharandRyan Curtin a68a96ccbb Apply suggestions from code review
Co-authored-by: Ryan Curtin <ryan@ratml.org>
2020-08-19 09:13:19 +05:30
Yashwant 0e990d509a Hand-made FindR.cmake :) 2020-08-14 20:58:35 +05:30
Omar Shrit b1f186f529 Add Findcereal cmake
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-08-13 12:02:45 +02:00
Yashwant 49f782ad95 Fix some warnings. 2020-08-08 19:45:10 +05:30
Yashwant 4346ac411d Lets try this. 2020-08-08 12:29:17 +05:30
Yashwant a2ee12beb4 Debug msg. 2020-08-08 12:06:58 +05:30
Yashwant 547923b0dc More debugging. 2020-08-08 09:59:25 +05:30
Yashwant 621bf6bb67 Debugg config file. 2020-08-08 08:53:11 +05:30
Yashwant 95432d82fe Fix Azure build. 2020-08-08 07:11:33 +05:30
Yashwant 80cde823dd Add Azure support. 2020-08-07 17:12:09 +05:30
Yashwant dcf7e9c302 Initial commit. 2020-08-07 12:57:37 +05:30
Yashwant e2f79f3ae5 R-Bindings. 2020-08-07 12:57:37 +05:30
Amir Masoud Abdol 92d18ef3df fixed a typo that the caused incorrect configuration of the cmake 2020-07-19 18:52:08 +02:00
Ryan Birmingham 7a6b7967a9 move cxx11 target_compile_features 2020-07-15 12:39:41 -04:00
Omar Shrit e0c7e946d8 Replace CLI -> IO inside cmake
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-06-30 20:29:11 +02:00
Ryan Curtin c2aa754e69 Merge pull request #2467 from shrit/cmake_aramdillo
Cmake aramdillo
2020-06-25 22:24:47 -04:00
Omar Shrit 356b3ad451 Move the check for word size into CreateArmaConfigInfo
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-06-23 22:27:32 +02:00
Omar Shrit 0f2186450a Bring back the check for system word size
Signed-off-by: Omar Shrit <omar@shrit.me>
2020-06-22 13:49:07 +02:00
Omar Shrit f3453e5c5f Au revoir armadillo 5
Since we no longer support armadillo 5 and all major machines are 64bit, we will
stop testing for 32bit unless we are cross compiling. Note that, I am not sure
that modifying this header file is the way to go, since we will never
compile Armadillo.

Signed-off-by: Omar Shrit <shrit@lri.fr>
2020-06-20 17:04:22 +02:00
Omar Shrit fc5203ab6a I do not think anyone today is using Armadillo v0.9
Remove support of Armadillo versions used when I was
seven years old.

Signed-off-by: Omar Shrit <shrit@lri.fr>
2020-06-20 17:04:07 +02:00
Yashwant e793bed4ae Resolve some comments. 2020-06-20 10:38:23 +05:30
Yashwant 3da07cf45a Initial commit. 2020-06-20 10:38:23 +05:30
Ryan BirminghamandMarcus Edel 7ef233d298 Period at end of sentence.
Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
2020-06-18 14:08:34 -04:00
Ryan Birmingham fc9e30cbd9 describe msvc case 2020-06-18 11:09:03 -04:00
Ryan Birmingham 075cb93b4c shuffle conditions for potential windows portability 2020-06-18 10:45:05 -04:00
Ryan Birmingham 609fa6e020 pretend non-wrapper msvc 2020-06-17 22:50:56 -04:00
Yashwant 43ba879b6c Some cmake changes. 2020-06-14 10:17:05 +05:30
Yashwant ba7b20cc2b Last cmake config didn't work. 2020-06-14 10:15:35 +05:30
Yashwant 4464ba0be9 Add ultility function for loading and saving compatible(Gonum) csv. 2020-06-14 10:15:35 +05:30
Yashwant 694d460748 Some cmake improvement. 2020-06-14 10:15:35 +05:30
Yashwant 28a7297e4c Resolve Some Comments. 2020-06-14 10:15:35 +05:30