History log of /phasta/phSolver/common/streamio.cc (Results 1 – 12 of 12)
Revision Date Author Comments
# d5e0af7b 12-Feb-2017 Cameron Smith <smithc11@rpi.edu>

common: create a phio_fp handle from a restart stream in read or write mode

this should replace streamio_setup_write(...)


# 56813794 12-Feb-2017 Cameron Smith <smithc11@rpi.edu>

common: test zero sized stream write and read

build within phastaChef to run this test; core has phstream.h/cc


# 40b3285d 15-Feb-2016 Benjamin Matthews <ben@kc2vjw.com>

streamio remove "extern" qualifiers so that globals get initialized


# 7acde132 07-Nov-2015 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

Merge branch 'master' of github.com:PHASTA/phasta

Conflicts:
phSolver/common/new_interface.c
phSolver/incompressible/itrdrv.f


# 1c0c9e76 07-Nov-2015 Kenneth E. Jansen <Kenneth.Jansen@colorado.edu>

Merge branch 'master' of github.com:PHASTA/phasta

Conflicts:
phSolver/common/new_interface.c
phSolver/incompressible/itrdrv.f


# 02ab4174 06-Oct-2015 Cameron Smith <cwsmith@users.noreply.github.com>

Merge pull request #2 from cwsmith/master

merge feature branch supporting in-memory, posix, and sync io


# 80b7b0aa 02-Sep-2015 Cameron Smith <smithc11@rpi.edu>

fix memory leak


# ea868eb1 24-Aug-2015 Cameron Smith <smithc11@rpi.edu>

writeHeader and writeDataBlock to support stream write functions


# a486e66c 20-Aug-2015 Cameron Smith <smithc11@rpi.edu>

stream readheader and readdatablock

the posix versions do some sanity checks that require the dereferenced \'filedescriptor\' to be a positive integer value, for the stream file pointers this is not

stream readheader and readdatablock

the posix versions do some sanity checks that require the dereferenced \'filedescriptor\' to be a positive integer value, for the stream file pointers this is not the case

show more ...


# ecf8d2a9 19-Aug-2015 Cameron Smith <smithc11@rpi.edu>

compiles


# 47926302 18-Aug-2015 Cameron Smith <smithc11@rpi.edu>

starting to implement stream support


# d7abaf6c 10-Aug-2015 Cameron Smith <smithc11@rpi.edu>

compiles...