..
.clang-tidy
Fix/disable some core guidelines warnings
2019-04-24 23:08:17 +02:00
archive.cpp
Add std::any to py::object caster for archive registered types
2021-09-28 22:34:11 +02:00
archive.hpp
Fix various typos
2022-03-25 18:22:05 -04:00
array.hpp
copy-ctor for head-tail array with generic types
2022-05-02 08:42:07 +02:00
bitarray.cpp
fix hashing of bitarray (uninitialized value in HashArchive & random
2020-11-25 22:07:07 +01:00
bitarray.hpp
mem tracing compile time option, simplify by MemoryTracer as member
2020-11-21 15:49:07 +01:00
CMakeLists.txt
rework build system, separate gui and non-gui code
2022-05-05 14:39:31 +02:00
concurrentqueue.h
Add Array, TaskManager and concurrentqueue from NGSolve
2019-07-09 12:28:21 +02:00
exception.cpp
set signal handlers only if NG_BACKTRACE is set
2020-07-15 16:21:51 +02:00
exception.hpp
shape comparison macro
2022-05-01 11:56:22 +02:00
flags.cpp
Fix various typos
2022-03-25 18:22:05 -04:00
flags.hpp
Add std::any to py::object caster for archive registered types
2021-09-28 22:34:11 +02:00
hashtable.hpp
less hash-table searching in buildedges
2022-04-21 16:25:52 +02:00
localheap.cpp
Add LocalHeap, some NGCORE_API
2019-07-10 10:47:08 +02:00
localheap.hpp
fix gcc build error
2021-09-03 13:12:23 +02:00
logging.cpp
reduce message and log level in python
2019-10-08 16:51:32 +02:00
logging.hpp
use global logging level without spdlog
2019-09-09 17:05:23 +02:00
memtracer.hpp
separate memtracer.hpp
2021-06-10 09:38:00 +02:00
mpi_wrapper.hpp
MPI unification
2022-04-26 22:07:31 +02:00
ngcore_api.hpp
Fix GetTimeCounter for Aarch64 variants
2021-03-03 17:30:33 +01:00
ngcore.hpp
occ output control
2021-09-06 16:59:48 +02:00
ngstream.hpp
occ output control
2021-09-06 16:59:48 +02:00
paje_trace.cpp
Thread-safe Timer
2021-06-11 09:52:58 +02:00
paje_trace.hpp
Thread-safe Timer
2021-06-11 09:52:58 +02:00
profiler.cpp
memory tracing - store parents array instead of children table
2020-11-24 17:12:39 +01:00
profiler.hpp
fix unused-variable warning
2022-02-11 15:08:59 +01:00
python_ngcore_export.cpp
fix PajeTrace context manager
2022-03-21 22:12:21 +01:00
python_ngcore.cpp
Add std::any to py::object caster for archive registered types
2021-09-28 22:34:11 +02:00
python_ngcore.hpp
pickling of Array
2022-04-05 15:08:52 +02:00
ranges.hpp
fix initialization order warning
2021-05-30 18:57:14 +02:00
register_archive.hpp
remove debug output
2021-09-28 22:51:06 +02:00
signal.hpp
code style changes to signals
2019-08-21 11:31:25 +02:00
simd_arm64.hpp
Some fixes for odd SIMD sizes
2022-04-15 15:27:44 +02:00
simd_avx512.hpp
Some fixes for odd SIMD sizes
2022-04-15 15:27:44 +02:00
simd_avx.hpp
Some fixes for odd SIMD sizes
2022-04-15 15:27:44 +02:00
simd_generic.hpp
Some fixes for odd SIMD sizes
2022-04-15 15:27:44 +02:00
simd_sse.hpp
Some fixes for odd SIMD sizes
2022-04-15 15:27:44 +02:00
simd.hpp
Fix GetTimeCounter for Aarch64 variants
2021-03-03 17:30:33 +01:00
symboltable.hpp
Use enable_if_t
2019-02-14 14:08:17 +01:00
table.cpp
fixing delaunay2d point search, non-parallel for small meshes
2020-10-26 11:20:12 +01:00
table.hpp
MPI unification
2022-04-26 22:07:31 +02:00
taskmanager.cpp
fix some warnings
2022-03-02 14:14:38 +01:00
taskmanager.hpp
fix shared loop: in rare cases elements have been called twice
2022-04-30 10:39:26 +02:00
type_traits.hpp
workaround for some compilers evaluating the declval in has_Range
2019-08-21 09:44:31 +02:00
utils.cpp
use std::filesystem::path
2022-02-23 11:56:00 +01:00
utils.hpp
MPI unification
2022-04-26 22:07:31 +02:00
version.cpp
Set version of Netgen globally (for archives), interface to get version
2020-07-23 20:12:47 +02:00
version.hpp
Set version of Netgen globally (for archives), interface to get version
2020-07-23 20:12:47 +02:00
xbool.hpp
fixing warnings
2021-02-18 10:30:01 +01:00