34 Commits

Author SHA1 Message Date
Ian Bell
01511f3c46 Trying again with MATLAB
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-07-30 23:24:16 +02:00
Ian Bell
945c016134 Fixed matlab building on linux hopefully
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-07-30 23:21:42 +02:00
Ian Bell
44ee752877 Update default flags for python
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-07-09 20:12:10 +02:00
Ian Bell
edcbf0dec2 Work on docs and cleanup of wrappers folder
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-07-07 14:14:36 +02:00
Ian Bell
2baf6f0354 Removed StaticLibrary folder from wrappers
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-07-06 16:51:49 +02:00
Ian Bell
fc70dab066 Uppercase first letter of Octave example
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-07-06 16:37:55 +02:00
Ian Bell
57b3f3daf3 C# tests run on windows with
cmake ..\.. -G "Visual Studio 10" -DCOOLPROP_CSHARP_MODULE=ON -DBUILD_TESTING=ON && cmake --build . --target INSTALL && ctest --verbose -C "Release"

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-07-06 13:14:12 +02:00
Ian Bell
2cbc4b8ec4 Updated cython wrapper
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-06-30 17:11:44 +02:00
Ian Bell
2468bc1b08 Added simple example for cross compiling for compact rio - needs the VxWorks cross compiler, see README 2014-06-27 02:07:45 +02:00
Ian Bell
02e6a70aa3 Updated FORTRAN 77 wrapper - works at a rudimentary level, just need to re-enable other functions
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-06-26 01:50:20 +02:00
Ian Bell
032826e70f Updated FORTRAN wrapper docs
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-06-20 13:39:36 +02:00
Ian Bell
5197b469b2 Updated docs for FORTRAN example, tidied up example.
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-06-20 13:05:28 +02:00
Ian Bell
d87ef29780 Added modular FORTRAN wrapper files using ISO_C_BINDING
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-06-20 12:58:33 +02:00
Ian Bell
315806d9f7 Detailed example working with gfortran/g++ mixed compilation, but without module
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-06-20 12:40:35 +02:00
Ian Bell
96c216110d Added simple example for mixed-mode FORTRAN/c++ compilation - works
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-06-20 11:56:35 +02:00
Ian Bell
3127ace162 MATLAB works on windows - 32-bit and 64-bit
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-06-11 12:16:48 +02:00
Ian Bell
226dc8ed09 Added mass-based methods to python wrapper
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-06-10 15:56:21 +02:00
Ian Bell
869f9f183d Moved FindOctave.cmake
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-06-03 23:38:06 +02:00
Ian Bell
d545376efd Got Javascript wrapper working again - required changing all std::tr1::shared_ptr to shared_ptr
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-06-03 21:59:41 +02:00
Ian Bell
bff7e2afeb PlanckEinstein and PlanckEinstein2 classes replaced with PlanckEinsteinGeneralized. Docs to follow.
Aly-Lee not yet removed.  Next step.

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-06-03 12:04:16 +02:00
Ian Bell
8e14022ddd Update README.md 2014-06-02 08:59:54 +02:00
Ian Bell
ae715f9b22 Update README.md 2014-06-02 08:59:12 +02:00
Ian Bell
bbcc76771f Rename README.rst to README.md 2014-06-02 08:56:09 +02:00
Ian Bell
eef1f9d315 Merge branch 'master' of https://github.com/coolprop/coolprop 2014-05-30 17:17:06 +02:00
Ian Bell
9ac42beb4c Update README.rst 2014-05-30 11:36:17 +02:00
Ian Bell
b5f0227392 Update README.rst
Instructions for how to get VxWorks PPC cross-compiler
2014-05-30 11:35:16 +02:00
Ian Bell
50c4e054f9 Cmake file for Octave works, but seg faults on ubuntu (?) 2014-05-17 22:39:22 +02:00
Ian bell
d23e9447fa First cut at octave + Cmake. Seems there is a problem with MSVC and octave now - used to work.
Signed-off-by: Ian bell <ian.h.bell@gmail.com>
2014-05-17 19:51:32 +02:00
Ian bell
463c40fcf0 Small work on the docs - doxylink needs to be fed an absolute path, but otherwise seems good. Might need to generate the absolute path at runtime somehow. Its different between local and remote locations of HTML.
Signed-off-by: Ian bell <ian.h.bell@gmail.com>
2014-05-15 23:43:58 +02:00
Ian bell
cb315930b7 EES wrapper progress - going to be super nice, easy to handle mixtures
Signed-off-by: Ian bell <ian.h.bell@gmail.com>
2014-05-15 22:54:55 +02:00
Ian bell
0d7d17b9d8 Updated Javascript builder
Signed-off-by: Ian bell <ian.h.bell@gmail.com>
2014-05-15 22:20:40 +02:00
Ian bell
56ccdbc4ac Renamed python wrapper files for now to CoolProp5 - python wrapper is coming together. Dropped xdress and building it manually.
Signed-off-by: Ian bell <ian.h.bell@gmail.com>
2014-05-15 22:19:53 +02:00
Ian bell
7099c5b8fb Added updated nice wrapper for EES
Signed-off-by: Ian bell <ian.h.bell@gmail.com>
2014-05-15 22:16:39 +02:00
Ian bell
b3847c7522 Initial commit for v5, but this time with the right line endings
Signed-off-by: Ian bell <ian.h.bell@gmail.com>
2014-05-14 12:46:24 +02:00