Olivier Parcollet
|
36a60ce529
|
tuple tools : simplify
- simplify implementation of several functions.
- clean API, rename, etc...
- add more documentation
|
2014-06-21 21:11:33 +02:00 |
|
Olivier Parcollet
|
96ef742344
|
c14, tuples : various fixes.
- Various details (for_each_enumerate impl)
- also put all tuple stuff in tuple_tools.hpp
- add std14 namespace for usage of c++14 helper types
|
2014-02-18 15:37:57 +01:00 |
|
Olivier Parcollet
|
1517cdaaeb
|
clean the TRIQS_COMPILER macros
- from now on, C++11 compilers only.
- no ressources to maintain old stuff.
|
2013-10-21 15:12:08 +02:00 |
|
Olivier Parcollet
|
6f7deca96a
|
tuple tools : add reverse for a tuple...
- add in std:: the reverse to be able to apply the algorithms on a
reversed tuple
- overloaded std::get, std::tuple_size for this
- added tests.
|
2013-09-28 22:54:21 +02:00 |
|
Olivier Parcollet
|
4bbcbe35ef
|
gcc 4.6: correction
- removing some test & tuple_tool which fail on old 4.6
For Ubuntu 12.04 compat.
|
2013-09-08 15:17:18 +02:00 |
|
Olivier Parcollet
|
9790fe8bd0
|
Work on gf
- clean curry.
- start testing.
|
2013-09-06 16:00:51 +02:00 |
|
Olivier Parcollet
|
aa2c52cb01
|
utility : tuple, complex_ops
- add _j notation on C++11 compliant compilers
- correct tuple fold (was working in reverse)
- add construction of mini_vector from tuple
|
2013-07-19 13:27:03 +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 |
|