Commits (26)
-
James A Shackleford authored
In the event that a module supporting the file extension passed to kfile_read() does not specify/support a method of reading (i.e. the fops module provides data export only), return a NULL KObject pointer instead of segfaulting.
dcd1064a -
James A Shackleford authored
In the event that a module supporting the file extension passed to kfile_write() does not specify/support a method of writing (i.e. the fops module provides data import only), the KErrorCode UNSUPPORTED_FORMAT is returned instead of segfaulting.
496f4f93 -
James A Shackleford authored
This branch prevents a call to kfile_read() or kfile_write() from segfaulting in the event that the underlying Kaze FileOps module does not profile a .reader or .writer method for handling the file extension for which it is resonsible.
02bd90a3 -
James A Shackleford authored5a50e233
-
James A Shackleford authoreda0f8f2ef
-
James A Shackleford authoredb59721e4
-
James A Shackleford authoreddd019094
-
James A Shackleford authored209ee4a5
-
James A Shackleford authoredd71df8c4
-
James A Shackleford authored2d8fda2d
-
James A Shackleford authored
Get this feature branch into good enough shape to merge into develop.
94f16338 -
James A Shackleford authored
Add ability to write Kaze Images out as Matlab MAT files.
6b6c5c80 -
James A Shackleford authored
We no longer attempt to perform basename and extension extraction for a given filename. Now, we simply perform a substring search for a given extension that has been registered with a fops module within the given filename, which is followed by a check ensuring that the found substring is functionally an extension, positionally (i.e. proceeded by a dot and followed by a NULL terminating character). This works far better than the previous method has it allows for an arbitrary number of dots in the file name while simultaneously supporting extensions containing multiple dots (i.e. tar.gz) without special handling.
e8773dcc -
James A Shackleford authored
Resolves Issue #47: Periods in filename disrupt extension detection
a4df7637 -
James A Shackleford authored62aa3d58
-
James A Shackleford authoreda718c711
-
James A Shackleford authored973e2124
-
Michael Spanier authoredded8601b
-
Michael Spanier authored685fcb7d
-
Michael Spanier authored
this way Blocks can accept any type that is a child of Object
85b5e599 -
Michael Spanier authored665cbc3a
-
Michael Spanier authored4bb2dfda
-
Michael Spanier authored44927dd3
-
Michael Spanier authored47bf6032
-
Michael Spanier authorede88d2193
-
Michael Spanier authored431525bf
Showing
examples/cython_average.py
0 → 100755
This diff is collapsed.