Commit Graph

1901 Commits

Author SHA1 Message Date
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
61d8a7561d Tried to move the links from the buildbot master to the nightly builds to save some bandwidth 2014-12-08 20:15:13 +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
f7d45c85bd Noted changes in changelog, closes #309 2014-12-08 17:38:03 +01:00
Jorrit Wronski
7ac4a2f9e6 Finish Hotfix-ReleaseManagement, release script takes 2 arguments again and can be called from buildbot directly 2014-12-08 17:19:26 +01:00
Jorrit Wronski
6d5a9c6810 The bash script takes 2 arguments now 2014-12-08 17:18:15 +01:00
Jorrit Wronski
94924be235 Fixed error in MEG heat capacity by factor 1e3, closes #309 2014-12-08 16:40:17 +01:00
Jorrit Wronski
f8f550e19f Fixed error in MEG heat capacity by factor 1e3, closes #309 2014-12-08 16:40:17 +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
c9ea4f94f4 Add the ability to provide your own main.cpp (or similar) file to cmake compilation
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-07 23:05:27 -05:00
Ian Bell
dd398db0b7 Updated C++ example file, still need instructions on how to use it.
See https://github.com/CoolProp/CoolProp/issues/296

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-07 23:03:02 -05: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
82e5aff20c Update Readme.rst
More updates
2014-12-07 01:31:32 +01:00
Jorrit Wronski
6e8baa6b54 Update Readme.rst
Added links to new releases
2014-12-07 01:24:52 +01:00
Jorrit Wronski
a87a2e876f Remived release pages: It might make more sense to search the web for the latest info instead of having one more page to maintain. 2014-12-07 01:06:05 +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
7d41e016a5 Bump revision to 5.0.4
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-06 17:36:02 -05:00
Ian Bell
16c70f91bc Fix backwards logic in PD test
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-06 16:59:50 -05:00
Ian Bell
4a59d578aa Only check FPU bits with MSVC compiler
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-06 16:48:03 -05: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
Ian Bell
8231f43398 Bumped revision to v5.0.3, release ready
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
v5.0.3
2014-12-06 16:30:00 -05:00
Ian Bell
495418ddda Fix bug in access to rhomolar variable
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-06 16:28:49 -05:00
Ian Bell
10e11a4929 Merge branch 'master' of https://github.com/coolprop/coolprop 2014-12-06 16:19:02 -05:00
Ian Bell
31c34e5282 Fixed xlam to return HAPropSI values correctly.
Closes https://github.com/CoolProp/CoolProp/issues/288

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-06 16:18:42 -05:00
Ian Bell
dd9b7ebf84 Fixed xlam to return HAPropSI values correctly.
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-06 16:17:36 -05:00
Ian Bell
2ae3445810 Resolved bizarre FPU exception error on windows with visual studio
Resetting the FPU flags seems to make Excel not error out randomly.  This is sort of a bug in Excel.

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-06 16:14:22 -05:00
Ian Bell
3bd3528252 Added BibTeX for Klein ECS viscosity paper
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-06 14:42:46 -05:00
Ian Bell
691045e9ea Merge branch 'master' of https://github.com/coolprop/coolprop 2014-12-06 14:27:20 -05:00
Ian Bell
1fc5e43a34 Fixes two-phase states for PHSU_D_flash
Closes https://github.com/CoolProp/CoolProp/issues/289

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-06 14:27:02 -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
8a32d79ba4 Tidy up predefined mixtures docs
See https://github.com/CoolProp/CoolProp/issues/280

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
2014-12-06 11:49:54 -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