Commit Graph

715 Commits

Author SHA1 Message Date
Ian Bell
c1f066b82d Added surface tension for HFC fluids. Closes https://github.com/CoolProp/CoolProp/issues/306
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-08 19:43:52 -05:00
Jorrit Wronski
e62d11263c Update buildbot.sh
Fixes issue #300 - buildbot script exits with 1 on git pull failure.
2014-12-08 23:32:18 +01:00
Jorrit Wronski
c7bba4d7ba Just a small typo in the nightly path that messed it all up. 2014-12-08 21:05:58 +01:00
Jorrit Wronski
079ce2545f No more dates in the nightly builds, was confusing and had lead to an enormous waste of server disk space. 2014-12-08 20:48:06 +01:00
Jorrit Wronski
8bdaf4a3c1 Rewrote the script to manage the download files on SourceForge 2014-12-08 19:01:37 +01:00
Jorrit Wronski
6d5a9c6810 The bash script takes 2 arguments now 2014-12-08 17:18:15 +01:00
Jorrit Wronski
b31729d5a5 Fixed error in MEG heat capacity by factor 1e3, closes #309 2014-12-08 16:38:23 +01:00
Jorrit Wronski
f6cadd0b9d Merge branch 'develop' 2014-12-08 16:14:05 +01:00
Jorrit Wronski
fbba5b2e33 Added the nightly release cycle 2014-12-08 16:11:46 +01:00
Jorrit Wronski
33f3fe9c51 Fixed some key handling issues in the bash scripts. 2014-12-08 10:45:44 +01:00
Jorrit Wronski
308b0a8d7e More bash scripting, I hope this is fixed soon. 2014-12-08 10:42:43 +01:00
Jorrit Wronski
2973ef8ff3 More fiddling with the SSH keys. 2014-12-08 10:28:57 +01:00
Ian Bell
5185f1c12e Fix asan bb builder
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-07 21:48:26 -05:00
Ian Bell
ecfa607ac1 Merge branch 'master' of https://github.com/coolprop/coolprop 2014-12-07 20:57:39 -05:00
Ian Bell
b589585998 Added memory sanitizer test to buildbot
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-07 20:56:51 -05:00
Jorrit Wronski
df2c0f7f69 Merging changes for the development scripts. Buildbot, git mirror to SourceForge and release management. No code changes. 2014-12-07 17:35:43 +01:00
Jorrit Wronski
9e9ddd4a44 Included the script that is used to manage timestamps on the sourceforge servers. 2014-12-07 17:32:29 +01:00
Jorrit Wronski
c76f1b9f2e Finish SF-file_management, added scripts to mirror the git repository to SourceForge and to control the buildbot master, fixed folder age issues with SourceForge sorting 2014-12-07 15:15:32 +01:00
Jorrit Wronski
503e7b584b Added SSH keys to sourceforge binary uploads and website update. 2014-12-07 00:50:10 +01:00
Ian Bell
e7fb2d46ba Updated cyclohexane enthalpy and entropy states
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-06 16:31:24 -05:00
coolprop
69f24cd4e1 Updated buildbot for release script, ready to go 2014-12-06 10:16:14 -08:00
coolprop
5efbe5d093 Fixed typo in master.cfg 2014-12-06 09:57:35 -08:00
Ian Bell
a11dcfb67c Added release builder to buildbot that will call updated script
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-06 12:53:25 -05:00
coolprop
8c867a37fb Updated release script; added dryrun mode 2014-12-06 09:33:52 -08:00
Ian Bell
74e51d6cbb Update release script
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-06 12:23:17 -05:00
coolprop
baaa68f8a7 Merge branch 'master' of https://github.com/CoolProp/CoolProp 2014-12-06 08:56:27 -08:00
coolprop
e675a03643 Addeded release script to dev/scripts 2014-12-06 08:56:01 -08:00
Ian Bell
9acd5457fc Tidy up cyclohexane fluid file
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-06 11:51:25 -05:00
Ian Bell
ee4015c5f0 Updated cyclohexane EOS from the form of Zhou, JPCRD, 2014
Closes https://github.com/CoolProp/CoolProp/issues/292

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-06 11:43:55 -05:00
Ian Bell
2cf9291290 Fix permissions
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-06 01:42:17 -05:00
Ian Bell
9c9be88ce5 Fix path for git-archive-all
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-06 01:38:28 -05:00
Ian Bell
cb962252ca Return the factory
See https://github.com/CoolProp/CoolProp/issues/293

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-06 01:35:27 -05:00
Ian Bell
6f10afe8fa Add zip file of source code to build system
See https://github.com/CoolProp/CoolProp/issues/293

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-06 01:34:28 -05:00
Ian Bell
8ed02eefef Added ECS models for viscosity and thermal conductivity for R11, R143a, R12, R22
See https://github.com/CoolProp/CoolProp/issues/285

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-05 14:10:35 -05:00
Ian Bell
cf58ba6ca6 Removed old full clean code from bb config
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-04 16:53:01 -05:00
Ian Bell
b582a5d248 Fix the renderable behavior of Git
Closes https://github.com/CoolProp/CoolProp/issues/283

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-04 16:50:08 -05:00
Ian Bell
7dfbe402e3 Fix typo in master.cfg
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-04 15:59:24 -05:00
Ian Bell
3ce13ac38f Use the git checkout to do full clean rather than command line tools - now fully cross-platform
See https://github.com/CoolProp/CoolProp/issues/283

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-04 14:37:13 -05:00
Ian Bell
02f8210fa1 Removed temporary debug code from milestone2rst.py script
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-04 14:27:10 -05:00
Ian Bell
0cf7a0b96b Fix bugs in changelog and milestone2rst.py
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-04 12:52:13 -05:00
Ian Bell
0810862bb2 Fix milestone2rst.py script
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-04 12:33:23 -05:00
Ian Bell
b06bdba9ec Added script to generate milestone using github api
Closes https://github.com/CoolProp/CoolProp/issues/278

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-03 21:29:02 -05:00
Ian Bell
47350ac7c0 set config for test for c# 2-bit on windows
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-03 16:14:51 -05:00
Ian Bell
61597ab0a1 Added 32-bit c# binary builder
See https://github.com/CoolProp/CoolProp/issues/272

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-03 15:55:51 -05:00
Jorrit Wronski
494eca3253 No idea what is wrong with DTU's Matlab, switching back to Ian's slave for 32bit on Windows 2014-12-03 11:13:44 +01:00
Jorrit Wronski
c90143f2cf Of course the parth structure for Matlab is different for 32bit and 64bit... 2014-12-03 11:03:17 +01:00
Jorrit Wronski
4c3e48715d Added Matlab 32bit to the DTU builder 2014-12-03 10:53:32 +01:00
Ian Bell
d82b0c5409 Tidy up saturation spline script
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-02 22:41:00 -05:00
Ian Bell
2d4f872bbe Clean up SES36 json file
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-02 11:19:13 -05:00
Ian Bell
8865d2bb1a Updated critical spline for R134a
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-02 10:10:18 -05:00