You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Luca Heltai
36704e640b
Replace _Bool with bool in C interface headers for C++ compatibility
...
_Bool is a C11 keyword that is not recognized by C++ compilers,
causing build failures when PSBLAS headers are included from C++.
The headers already include <stdbool.h> (via psb_c_base.h) which
defines bool as a portable alias, so use bool instead of _Bool.
This fixes errors like:
error: unknown type name '_Bool'
in psb_c_dsprn(), psb_c_ssprn(), psb_c_csprn(), psb_c_zsprn().
5 days ago
..
Makefile
Fix tools_cbind
6 months ago
psb_base_cbind.h
Include psb_c_Xcomm.h
6 years ago
psb_base_cbind_mod.f90
various changes, including test matrix generators
2 months ago
psb_base_psblas_cbind_mod.f90
psblas3-mcbind:
9 years ago
psb_base_tools_cbind_mod.F90
Define DESC%check_addr for debugging
5 months ago
psb_c_base.c
Updates for C ctxt handling.
6 years ago
psb_c_base.h
Define DESC%check_addr for debugging
5 months ago
psb_c_cbase.c
psblas3-mcbind:
9 years ago
psb_c_cbase.h
Replace _Bool with bool in C interface headers for C++ compatibility
5 days ago
psb_c_ccomm.c
Merged MixedI8 in new branch (to be later merged into development)
8 years ago
psb_c_ccomm.h
Merged MixedI8 in new branch (to be later merged into development)
8 years ago
psb_c_comm_cbind_mod.f90
Further fixes for string_c2f
6 months ago
psb_c_dbase.c
Removed debug print
6 years ago
psb_c_dbase.h
Replace _Bool with bool in C interface headers for C++ compatibility
5 days ago
psb_c_dcomm.c
Merged MixedI8 in new branch (to be later merged into development)
8 years ago
psb_c_dcomm.h
Merged MixedI8 in new branch (to be later merged into development)
8 years ago
psb_c_psblas_cbind_mod.f90
various changes, including test matrix generators
2 months ago
psb_c_sbase.c
psblas3-mcbind:
9 years ago
psb_c_sbase.h
Replace _Bool with bool in C interface headers for C++ compatibility
5 days ago
psb_c_scomm.c
Merged MixedI8 in new branch (to be later merged into development)
8 years ago
psb_c_scomm.h
Merged MixedI8 in new branch (to be later merged into development)
8 years ago
psb_c_serial_cbind_mod.F90
various changes, including test matrix generators
2 months ago
psb_c_tools_cbind_mod.F90
various changes, including test matrix generators
2 months ago
psb_c_zbase.c
psblas3-mcbind:
9 years ago
psb_c_zbase.h
Replace _Bool with bool in C interface headers for C++ compatibility
5 days ago
psb_c_zcomm.c
Merged MixedI8 in new branch (to be later merged into development)
8 years ago
psb_c_zcomm.h
Merged MixedI8 in new branch (to be later merged into development)
8 years ago
psb_cpenv_mod.F90
Fix build for CBIND
6 months ago
psb_d_comm_cbind_mod.f90
Further fixes for string_c2f
6 months ago
psb_d_psblas_cbind_mod.f90
various changes, including test matrix generators
2 months ago
psb_d_serial_cbind_mod.F90
various changes, including test matrix generators
2 months ago
psb_d_tools_cbind_mod.F90
various changes, including test matrix generators
2 months ago
psb_objhandle_mod.F90
Merged MixedI8 in new branch (to be later merged into development)
8 years ago
psb_s_comm_cbind_mod.f90
Further fixes for string_c2f
6 months ago
psb_s_psblas_cbind_mod.f90
various changes, including test matrix generators
2 months ago
psb_s_serial_cbind_mod.F90
various changes, including test matrix generators
2 months ago
psb_s_tools_cbind_mod.F90
various changes, including test matrix generators
2 months ago
psb_z_comm_cbind_mod.f90
Further fixes for string_c2f
6 months ago
psb_z_psblas_cbind_mod.f90
various changes, including test matrix generators
2 months ago
psb_z_serial_cbind_mod.F90
various changes, including test matrix generators
2 months ago
psb_z_tools_cbind_mod.F90
various changes, including test matrix generators
2 months ago