|
1fe2e36d5d
|
Fixed a critical bug where the elements names were not stored correctly
|
2015-08-03 16:11:55 +02:00 |
|
|
ab44e32afb
|
More efficient obi_column_set_int() and obi_column_get_int()
|
2015-08-03 15:26:28 +02:00 |
|
|
41f627091f
|
Error handling: obidebug() with message for all errors, and removed
commands closing directories when an error occurred (creating more
errors).
|
2015-08-03 15:10:39 +02:00 |
|
|
1e01c9059c
|
functions to get data type as a character string
|
2015-08-03 11:46:21 +02:00 |
|
|
5f62cd8526
|
C sources modified to add the handling of OBIDM columns with the type
OBI_INT, and the handling of multiple types in general
|
2015-07-31 18:03:48 +02:00 |
|
|
a6abc74500
|
Cython sources modified to add the handling of OBIDMS columns with the
type OBI_INT
|
2015-07-31 18:02:40 +02:00 |
|
|
5c674715ee
|
added the idea of each line of a column corresponding to a vector, with
the added informations of the number of elements per line and the
elements' names in the column's header structure
|
2015-07-20 16:08:50 +02:00 |
|
|
484fcca557
|
changed the private *at functions to the official ones for openat and
mkdirat, but not for opendirat, as there is no official version of it.
|
2015-07-20 11:38:43 +02:00 |
|
|
802f9983c2
|
fixing file names in list of C files after changing 'column groups' to
'column directories'
|
2015-07-20 11:13:56 +02:00 |
|
|
d26abc438d
|
fixing an 'error' I had introduced to test the debugging system
|
2015-07-20 11:12:48 +02:00 |
|
|
2162bf4272
|
obidebug.h for debugging tools
|
2015-06-26 17:56:15 +02:00 |
|
|
c454f9612e
|
changed 'column groups' to be called 'column directories' for now.
|
2015-06-26 17:53:03 +02:00 |
|
|
71cd59f775
|
close file descriptors that don't refer to a directory (as those can not
be reopened)
|
2015-06-24 13:53:12 +02:00 |
|
|
719ef61461
|
changed file names
|
2015-06-23 18:36:20 +02:00 |
|
|
152b34b5f4
|
Closes #10 : column groups stored in directories
|
2015-06-23 18:35:34 +02:00 |
|
|
61b6c3ce83
|
Added OBI errnos but work in progress
|
2015-06-23 17:56:21 +02:00 |
|
|
0a78a786c1
|
fixed replacement *at functions and made get_full_path() function public
|
2015-06-23 17:55:00 +02:00 |
|
|
e6e68786f7
|
private *at functions (openat, mkdirat, opendirat, closedirat)
|
2015-06-18 17:19:23 +02:00 |
|
|
58e7066b9f
|
updated and fixed the documentation
|
2015-06-17 17:17:54 +02:00 |
|
|
ed662077b3
|
fixed bugs and typos in the obidms and obidmscolumn source and header
files
|
2015-06-17 16:51:16 +02:00 |
|
|
9f9c20aa4a
|
new OBIDMS_column cython class
|
2015-06-17 16:49:49 +02:00 |
|
|
73ba9fd4c3
|
updated the OBIDMS class
|
2015-06-17 16:48:56 +02:00 |
|
|
771be89103
|
updated the documentation (replaced 'release files' with 'version
files')
|
2015-06-17 16:45:04 +02:00 |
|
|
f740557d96
|
fixes #9 : replacement function for openat().
|
2015-06-17 14:55:05 +02:00 |
|
|
aff74c72dd
|
updated the documentation
|
2015-06-10 15:41:14 +02:00 |
|
|
5d967f5b7b
|
fixed typos and other minor things
|
2015-06-10 15:19:02 +02:00 |
|
|
9b6de9c411
|
Attempt at defining some naming conventions.
|
2015-05-28 17:54:11 +02:00 |
|
|
27e246e709
|
updated the documentation
|
2015-05-28 17:03:50 +02:00 |
|
|
ff64d1b2e9
|
deleting a useless file
|
2015-05-28 16:35:43 +02:00 |
|
|
235a81a534
|
deleting test data file
|
2015-05-28 16:35:03 +02:00 |
|
|
4759e1cf54
|
deleting the Breathe sources
|
2015-05-28 16:34:24 +02:00 |
|
|
f4a123cd17
|
updated the documentation with the special values, and the idea of
column directories and column group directories.
|
2015-05-28 16:33:45 +02:00 |
|
|
32fd7b5a6b
|
rename falsly named files *.pyx in *.pxd ;-)
|
2015-05-27 15:05:14 +02:00 |
|
|
d1324618b8
|
Makes few cleanning and adds an obi_dms C constructor
|
2015-05-26 21:36:55 +02:00 |
|
|
9f69f76704
|
Few change on the obidms package
|
2015-05-26 14:17:08 +02:00 |
|
|
25da08f42c
|
Patch few bugs in obidistutils
|
2015-05-26 14:15:06 +02:00 |
|
|
50c6040466
|
description of the obitools3 package for the python installer
|
2015-05-26 10:39:28 +02:00 |
|
|
6248160eeb
|
C Syntax error patches
|
2015-05-26 10:38:56 +02:00 |
|
|
30ddb32dfe
|
first skeleton of the obitools3 package
|
2015-05-26 10:38:15 +02:00 |
|
|
5948858a72
|
Patch few bugs in distutils.ext.
This version seems able to install at list the empty package
|
2015-05-25 16:55:09 +02:00 |
|
|
fdfa51a8c7
|
A first version of the obidistutils adapted to Python3
|
2015-05-24 22:35:12 +02:00 |
|
|
809e5ad56a
|
Patch the documentation
|
2015-05-23 16:51:56 +03:00 |
|
|
3aec0d7b50
|
Add function for estimating the size of an obitype or of an array of
obitype.
|
2015-05-23 16:50:49 +03:00 |
|
|
57db677d1f
|
First minimal implementation of what should be the creation, opening and
closing of an OBIDMS
|
2015-05-23 16:29:06 +03:00 |
|
|
5e3e6f93c0
|
Add a mecanism similar to the classical errno system for reporting error
but specific to the OBITools framwork
|
2015-05-23 14:54:48 +03:00 |
|
|
3636672b2e
|
Rename the two files to follow file naming conventions
|
2015-05-23 13:18:28 +03:00 |
|
|
d5fcd52188
|
Add a function to test indianness of the platform
|
2015-05-23 11:39:00 +03:00 |
|
|
5138fe1db6
|
- Create a c-sandbox directory for experiences
- Move the obicount tentative in the c-sandbox
|
2015-05-23 10:41:14 +03:00 |
|
|
db4603c2d7
|
change for the word collection in several places
|
2015-05-23 10:29:54 +03:00 |
|
|
41d8453e56
|
Merge branch 'master' of
git@git.metabarcoding.org:obitools/obitools3.git
Conflicts:
doc/source/formats.rst
src/obicolumn.h
|
2015-05-23 10:23:33 +03:00 |
|