Michel Ferrero
dfa27554f5
Add map<string,T> to h5
2014-06-03 18:13:14 +02:00
Olivier Parcollet
2d071bb74b
Remove Cython & prepare wrapper for applis.
...
- removed cython : macro, detection, pxd, etc...
- adapt wrapper tools for external applis.
- cleaned doc for cython
2014-05-30 19:34:13 +02:00
Olivier Parcollet
a920697e78
fixes in wrap_generator, parameters, h5 for strings
...
- string size in h5. Add +1 (or empty string is wrong).
- parameters : modified flags from python
- minor corrections in wrapper
2014-05-30 14:16:15 +02:00
Olivier Parcollet
ccc17bbb4e
h5 serialization
...
- add an h5 serialization using hdf5 >= 1.8.9
and a file in memory.
- following doc.
2014-05-20 22:24:30 +02:00
Olivier Parcollet
e32602180c
Cleaning h5 interface
2014-05-11 21:47:52 +02:00
Olivier Parcollet
8c725f8d5e
Work on compilation speed.
...
- h5/make_h5.... only used in parameters.
- old boost includes before C++11
- remove boost serialization, make macro TRIQS_MAKE_NVP temporarely
- remove boost::is_complex (can be written in 2 lines...)
- move some lib in cpp
2014-05-02 20:49:19 +02:00
Olivier Parcollet
fa6f991473
arrays: clean h5 code
...
- c++11 cleaning, more doc.
- clean the array_stack and its doc.
2013-11-18 23:41:32 +01:00
Olivier Parcollet
437c6e3a70
Fix #21
...
- change has_h5_read implementation, with a simpler pointer cast
that gcc now accepts.
2013-10-17 00:32:08 +02:00
Olivier Parcollet
e8af74a030
h5: add a parent in group
...
- add a parent in the group, to allow iteration on group
elements
- normally in h5, one needs to have the parent group and the name
of the group to iterate on its elements.
- added a parent (possibly empty) to get a simply syntax to
get the element of a group...
2013-09-28 16:11:46 +02:00
Olivier Parcollet
41bc8d0338
changing non_view_type to regular_type
...
- cosmetic : for clarity of the code.
2013-08-27 13:43:57 +02:00
Olivier Parcollet
f2c7d449cc
First commit : triqs libs version 1.0 alpha1
...
for earlier commits, see TRIQS0.x repository.
2013-07-17 19:24:07 +02:00