Commit Graph

4624 Commits

Author SHA1 Message Date
Jorrit Wronski
59000f8035 Checkpoint 2018-05-22 22:53:29 +02:00
Jorrit Wronski
36894795c7 Merge remote-tracking branch 'origin/master' into feature/CMake 2018-01-06 13:28:04 +01:00
Jeff Henning
2658fdfa0e Update Low-Level API documentation for imposed phase [skip ci] (#1626) 2018-01-04 21:22:11 -07:00
Ian Bell
2435739d8b Fix const method on ODE class 2018-01-01 12:19:24 -07:00
Jorrit Wronski
e0bf8a74c0 Updated rapidjson 2017-12-29 13:17:53 +01:00
Jorrit Wronski
48665d0c38 Merge branch 'master' into feature/CMake
# Conflicts:
#	.gitmodules
#	CMakeLists.txt
#	dev/generate_headers.py

Remember to apply the changes by @thorade from #1613 before merging back to master.
2017-12-29 13:09:19 +01:00
Jorrit Wronski
87932a51b6 This fixes the 64bit builds on Linux, but does not help with 32 bit since the libraries are missing on the buildbot worker (and cannot be installed) 2017-12-20 09:19:40 +01:00
Jorrit Wronski
3fac4949f2 upload wheels using buildbot instead of rsync 2017-12-19 16:54:50 +01:00
Ian Bell
fdd5de66ac Skip some of the Props calls and go right to the AbstractState 2017-12-19 08:05:41 -07:00
Jorrit Wronski
cc180db2f9 Use docker cp instead of volumes to fix uid issues, more a hack than a fix. 2017-12-19 09:20:43 +01:00
Ian Bell
dfae574ed2 Remove unused slave from buildbot config 2017-12-18 18:49:22 -07:00
Jorrit Wronski
40e032d2f1 Updated IF97 to the latest tag 2017-12-18 22:55:27 +01:00
Jorrit Wronski
bff23f8123 Added some more buildbot documentation 2017-12-18 22:54:06 +01:00
Jorrit Wronski
c001f876fa a missing comma 2017-12-18 20:57:01 +01:00
Jorrit Wronski
5944cb5992 Changed the master configuration to use the new buildbot passwords 2017-12-18 20:55:35 +01:00
Jorrit Wronski
a14d03711c Update gcc version for new OSX builder 2017-12-18 15:41:34 +01:00
Ian Bell
357a92aae3 Fix some unicode string handling issues 2017-12-16 17:07:25 -07:00
Ian Bell
6042f2a4eb Add ability to retrieve the list of cubic fluids that are loaded 2017-12-14 15:38:12 -07:00
Ian Bell
dadf8857c2 Fix has_melting_line for REFPROP backend 2017-12-14 10:42:43 -07:00
thorade
b2a97330e6 fix syntax: err_count += 1
https://stackoverflow.com/questions/2632677/python-integer-incrementing-with
2017-12-13 16:10:00 +01:00
thorade
ab6de1e5ac ignore IDE settings 2017-12-13 16:03:05 +01:00
Matthis Thorade
19a4875879 More autopep8 (#1621)
* autopep8 rule-groups E101,W1,W2,W3

* autopep8 with rule group E3 (blank lines)

autopep8 --in-place --recursive --max-line-length=200 --exclude="externals" --select="E101,E3,W1,W2,W3" .

* tabs and space W191

* autopep8 aggressive
2017-12-13 14:43:41 +01:00
thorade
d3fb738651 pull latest rapidjson master 2017-12-13 13:33:06 +01:00
thorade
59625999e4 update URL
this closes #1608
2017-12-13 13:33:06 +01:00
Ian Bell
4f500ba4bf Add the ability to force the bitness to be the native bitness for cross-compilation for Raspberry PI (and other targets) 2017-12-12 20:53:56 -07:00
Ian Bell
7ea50a832f Implement calc_name and calc_fluid_names for tabular backends; closes #1616 2017-12-12 20:43:38 -07:00
Matthis Thorade
0711a2e66f only clone the last 5 commits (#1610) 2017-12-12 08:32:58 -07:00
Matthis Thorade
526cb198a4 autopep8 whitespace (#1613)
* autopep8 whitespace only:

--select="E101,W1,W2"

* revert single file: web2py_online.py

Should this be a .py file at all?

* revert file Tickets/1443.py because the diff looked strange:

maybe there is an encoding problem?

* Rename web2py_online.py to web2py_online.rst
2017-12-12 08:32:38 -07:00
Ian Bell
33dff0be6d Bump REFPROP-headers 2017-12-05 23:25:13 -07:00
Ian Bell
42231068da Bump REFPROP-headers 2017-12-05 20:15:19 -07:00
Ian Bell
491d432ce1 Bump REFPROP-headers 2017-12-05 09:36:55 -07:00
Ian Bell
d2a142a4e3 Add some residual pass-through convenience functions 2017-12-03 17:57:56 -07:00
Ian Bell
034a2d4612 Add include guard for ODEIntegrators.h 2017-12-03 16:18:35 -07:00
Jeff Henning
b8abf167b3 Patch PT_flash() to update _phase with imposed phase, in case it changed (#1606)
Also makes phase_lookup_string(phases Phase) available through CoolProp.h header for use in debug, warning, and error messages.
2017-12-03 18:02:36 -05:00
Ian Bell
614834abb9 Add residual versions of psi derivatives 2017-12-02 13:24:20 -07:00
Ian Bell
9a604420e3 First step of reducing the number of calls for alpha0 2017-12-02 12:42:59 -07:00
Ian Bell
1bb6fccec5 Pre-calcaulate common exp(theta[i]*tau) terms 2017-12-02 11:00:35 -07:00
Jorrit Wronski
fa88860fbb Updated REFRPROP-headers 2017-12-01 14:44:16 +01:00
Jorrit Wronski
4a37ed6304 Just a typo 2017-11-27 14:43:37 +01:00
Jorrit Wronski
daef008977 Do not link to object library on OSX, use sources instead 2017-11-27 14:16:53 +01:00
Jorrit Wronski
c94575835e Now we are there - I hope 2017-11-27 13:25:28 +01:00
Jorrit Wronski
1962e979d2 Define things in the right place 2017-11-27 13:22:43 +01:00
Jorrit Wronski
1624fd0bca Edit the object libraryas well 2017-11-27 13:21:08 +01:00
Jorrit Wronski
659c3f29b1 Does this fix the ARM builds? 2017-11-27 12:34:35 +01:00
Jorrit Wronski
8d11f7ccb5 Add the exports only for 32bit Windows builds 2017-11-27 12:17:00 +01:00
Jorrit Wronski
ec12c3d9af PIC for shared libs on Linux 2017-11-27 12:05:43 +01:00
Jorrit Wronski
85a2cb92a3 Not needed 2017-11-27 11:50:53 +01:00
Jorrit Wronski
0d4729587b Unified the CI settings 2017-11-27 11:45:55 +01:00
Jorrit Wronski
ffab9728a9 Enable more archs 2017-11-27 11:23:13 +01:00
Jorrit Wronski
958dd23225 Fixed the header generation 2017-11-27 11:19:18 +01:00