3
0
mirror of https://github.com/triqs/dft_tools synced 2024-11-01 03:33:50 +01:00
dft_tools/test/triqs/arrays
Olivier Parcollet a857aca301 Silence warnings on gcc
gcc 4.9 with -Wall -Wno-unknown-pragmas -Wno-maybe-uninitialized -Wno-sign-compare

-> uninit : not reliable apparently.
-> sign compare : to be fixed later.
-> fix all, but parenthesis suggestion
2014-10-18 21:20:42 +02:00
..
a_x_ty.output First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
algorithms.cpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
algorithms.output First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
alias_matmul.cpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
array_algebra.cpp test arrays. clean include 2014-06-15 18:14:06 +02:00
array_cache2.cpp test arrays. clean include 2014-06-15 18:14:06 +02:00
array_cache2.output First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
array_mpi.cpp test arrays. clean include 2014-06-15 18:14:06 +02:00
array_mpi.output First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
assign_vect_array.cpp test arrays. clean include 2014-06-15 18:14:06 +02:00
assign_vect_array.output First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
assignment.cpp test arrays. clean include 2014-06-15 18:14:06 +02:00
assignment.output First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
blas_lapack.cpp test arrays. clean include 2014-06-15 18:14:06 +02:00
blas_lapack.output First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
bound_check.cpp [arrays] Important changes in implementation. 2014-10-18 21:20:17 +02:00
bound_check.output First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
bug2.cpp Silence warnings on gcc 2014-10-18 21:20:42 +02:00
bug3.cpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
c_ordered_transposed_view.cpp [arrays] Important changes in implementation. 2014-10-18 21:20:17 +02:00
CMakeLists.txt First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
common.hpp [arrays] Important changes in implementation. 2014-10-18 21:20:17 +02:00
compound_ops.cpp test arrays. clean include 2014-06-15 18:14:06 +02:00
compound_ops.output First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
const_view.cpp [arrays] Important changes in implementation. 2014-10-18 21:20:17 +02:00
create.cpp test arrays. clean include 2014-06-15 18:14:06 +02:00
create.output First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
cross_construct.cpp test arrays. clean include 2014-06-15 18:14:06 +02:00
diagonal_matrix.cpp work on doc 2013-08-27 13:43:58 +02:00
dot.cpp Fix #122 2014-09-08 20:54:59 +02:00
eigenelements.cpp Clean the eigenelements tests. 2014-09-04 11:58:20 +02:00
ellipsis.cpp [arrays] Important changes in implementation. 2014-10-18 21:20:17 +02:00
ellipsis.output First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
expr3.cpp.no-built First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
expr3.output First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
expr_matrix.cpp test arrays. clean include 2014-06-15 18:14:06 +02:00
expr_matrix.output arrays. Clean expression templates 2013-10-17 00:32:09 +02:00
fill_with_lazy.cpp [arrays] Important changes in implementation. 2014-10-18 21:20:17 +02:00
fill_with_lazy.output First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
fold_expression.cpp test arrays. clean include 2014-06-15 18:14:06 +02:00
fold_expression.output First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
group_indices.cpp [arrays] Important changes in implementation. 2014-10-18 21:20:17 +02:00
h5_stack.cpp hdf5 : clean up 2014-06-22 13:57:47 +02:00
h5_string_arrays.cpp hdf5 : clean up 2014-06-22 13:57:47 +02:00
h5_vector_array.cpp hdf5 : clean up 2014-06-22 13:57:47 +02:00
hdf5_2.cpp Clean old boost and old mc_tools code (v1) 2014-10-18 21:05:07 +02:00
hdf5.cpp hdf5 : clean up 2014-06-22 13:57:47 +02:00
hdf5.output First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
init_check.output First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
init_list.cpp test arrays. clean include 2014-06-15 18:14:06 +02:00
init_list.output First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
inverse2.cpp test arrays. clean include 2014-06-15 18:14:06 +02:00
inverse2.output arrays: clean inverse 2013-10-17 00:32:09 +02:00
iterators.cpp [arrays] Important changes in implementation. 2014-10-18 21:20:17 +02:00
iterators.output First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
lapack_on_view.cpp Fix matrix * alias issue and adapt det_manip 2013-09-11 18:49:22 +02:00
lexico_vector.cpp test arrays. clean include 2014-06-15 18:14:06 +02:00
make_immutables.cpp arrays: details while writing doc 2013-08-29 18:05:23 +02:00
make_immutables.output First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
map_expression.cpp test arrays. clean include 2014-06-15 18:14:06 +02:00
map_expression.output First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
mapped_functions.cpp test arrays. clean include 2014-06-15 18:14:06 +02:00
mapped_functions.output arrays: fix mapped_function (conj overload) 2013-12-30 22:32:15 +01:00
mat_stack.output First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
mat_vec_mul2.cpp test arrays. clean include 2014-06-15 18:14:06 +02:00
mat_vec_mul.cpp test arrays. clean include 2014-06-15 18:14:06 +02:00
mat_vec_mul.output Fix matrix * alias issue and adapt det_manip 2013-09-11 18:49:22 +02:00
matmul2.cpp remove workaround for icc 13.0 2013-10-17 00:32:09 +02:00
matmul.cpp Fix matrix * alias issue and adapt det_manip 2013-09-11 18:49:22 +02:00
matrix_transpose.cpp Fix matrix * alias issue and adapt det_manip 2013-09-11 18:49:22 +02:00
matrix_transpose.output First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
move.cpp test arrays. clean include 2014-06-15 18:14:06 +02:00
move.output First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
negate.cpp test arrays. clean include 2014-06-15 18:14:06 +02:00
non_numeric.cpp Fix one test in gcc 2014-10-18 21:20:41 +02:00
non_numeric.output First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
permu.cpp First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
permu.output First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
printing.cpp test arrays. clean include 2014-06-15 18:14:06 +02:00
printing.output First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
reinterpret_view.cpp [arrays] Important changes in implementation. 2014-10-18 21:20:17 +02:00
scalar_assign.cpp test arrays. clean include 2014-06-15 18:14:06 +02:00
scalar_assign.output First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
serialization.cpp test arrays. clean include 2014-06-15 18:14:06 +02:00
serialization.output First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
slice_index_order.cpp [arrays] Important changes in implementation. 2014-10-18 21:20:17 +02:00
swap.cpp test arrays. clean include 2014-06-15 18:14:06 +02:00
swap.output arrays: new ref counting and weak views 2013-07-23 08:13:44 +02:00
temp_slice.cpp test arrays. clean include 2014-06-15 18:14:06 +02:00
tridiag.cpp Fix #119 2014-09-04 11:55:32 +02:00
vector_brack.cpp test arrays. clean include 2014-06-15 18:14:06 +02:00
vector_brack.output First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
vector_cmul.cpp test arrays. clean include 2014-06-15 18:14:06 +02:00
vector_cmul.output First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
vector_copy.cpp test arrays. clean include 2014-06-15 18:14:06 +02:00
vector_copy.output First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
views3.cpp [arrays] Important changes in implementation. 2014-10-18 21:20:17 +02:00
views3.output First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
views.cpp test arrays. clean include 2014-06-15 18:14:06 +02:00
views.output First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
withSTL.cpp test arrays. clean include 2014-06-15 18:14:06 +02:00
withSTL.output First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00