Matthias Hochsteger
|
90de81f96e
|
Fix wrong header include on Windows
|
2019-01-07 13:18:27 +01:00 |
|
Matthias Hochsteger
|
58007f1eaf
|
Fix cmake error
|
2019-01-07 11:56:31 +01:00 |
|
Matthias Hochsteger
|
c6a401e066
|
Remove old profiler.hpp
|
2019-01-07 11:49:53 +01:00 |
|
Matthias Hochsteger
|
baca4a57a0
|
Fix link error
|
2019-01-03 15:57:00 +01:00 |
|
Matthias Hochsteger
|
8ab625c3fa
|
Fix build error
|
2019-01-03 15:55:51 +01:00 |
|
Matthias Hochsteger
|
930d82ba38
|
[lint] allow pointer arithmetic
|
2019-01-03 15:55:42 +01:00 |
|
Matthias Hochsteger
|
3a1cea6cbf
|
[ngcore] Profiler
|
2019-01-03 15:54:50 +01:00 |
|
Matthias Hochsteger
|
678b4497c2
|
Paje tracing
|
2019-01-02 18:38:03 +01:00 |
|
Christopher Lackner
|
f88cc77cfe
|
move SymbolTable to ngcore
|
2019-01-02 18:21:52 +01:00 |
|
Christopher Lackner
|
a4f4b6c1be
|
fix cmake file for ngcore
|
2019-01-02 16:32:09 +01:00 |
|
Christopher Lackner
|
5602322e94
|
add RangeException, NETGEN_CHECK_RANGE macro
|
2019-01-02 16:30:55 +01:00 |
|
Christopher Lackner
|
c000160f92
|
exceptions in ngcore
|
2018-12-28 15:54:04 +01:00 |
|
Christopher Lackner
|
8e53eb46bb
|
fix archive version for pickling
|
2018-12-28 15:52:51 +01:00 |
|
Christopher Lackner
|
fd3474f5cb
|
logging in ngcore
|
2018-12-28 13:43:15 +01:00 |
|
Christopher Lackner
|
782aa072bc
|
fix NGSPickle for abstract classes (like CoefficientFunction)
|
2018-12-21 16:03:44 +01:00 |
|
Christopher Lackner
|
829defd3eb
|
archive now support python exported objects
|
2018-12-20 17:01:27 +01:00 |
|
Christopher Lackner
|
2458fd6e1c
|
GetVersion implemented in base archive
|
2018-12-18 11:48:56 +01:00 |
|
Matthias Hochsteger
|
5952884a6a
|
Remove alignment requirement for buffer
|
2018-12-14 14:40:01 +01:00 |
|
Joachim Schöberl
|
32f51f3bb2
|
Merge branch 'pickle_geometries' into 'master'
pickling for all geometry types
See merge request jschoeberl/netgen!109
|
2018-12-14 12:08:26 +00:00 |
|
Christopher Lackner
|
099acc9fa1
|
pickling for all geometry types
|
2018-12-14 12:01:58 +01:00 |
|
Matthias Hochsteger
|
964c9489eb
|
Reduce alignment requirement of buffer to 16 bytes
|
2018-12-14 11:59:09 +01:00 |
|
Joachim Schöberl
|
cdd871282e
|
Merge branch 'archive_mesh_curving' into 'master'
pickle curving of mesh
See merge request jschoeberl/netgen!105
|
2018-12-13 17:08:31 +00:00 |
|
Christopher Lackner
|
1eff60e523
|
default constructor for splinesurface
|
2018-12-13 14:39:32 +01:00 |
|
Christopher Lackner
|
61d38ae343
|
archive for splinesurface
|
2018-12-13 14:33:21 +01:00 |
|
Christopher Lackner
|
c5af003bba
|
Merge remote-tracking branch 'gitlab/master' into ngcore
|
2018-12-13 13:19:40 +01:00 |
|
Christopher Lackner
|
d59b30025b
|
consistent header guards
|
2018-12-13 11:10:12 +01:00 |
|
Matthias Hochsteger
|
c48663d708
|
Some dll header
|
2018-12-12 17:45:06 +01:00 |
|
Matthias Hochsteger
|
835b2703f4
|
Remove version.cpp
|
2018-12-12 17:18:52 +01:00 |
|
Christopher Lackner
|
5a9e913172
|
fix downcaster for archive
|
2018-12-12 16:57:48 +01:00 |
|
Christopher Lackner
|
fe2a5b382d
|
fix auto use
|
2018-12-12 15:35:19 +01:00 |
|
Matthias Hochsteger
|
c9798fe16a
|
No need to dllexport template classes, fix forward declaration
|
2018-12-12 05:11:28 -08:00 |
|
Matthias Hochsteger
|
47dd0eeead
|
Fixes
|
2018-12-12 04:41:18 -08:00 |
|
Christopher Lackner
|
f75563475b
|
remove multiple implemented function, always run guideline check
|
2018-12-12 13:07:18 +01:00 |
|
Christopher Lackner
|
96e26565f2
|
guideline checks as test
|
2018-12-12 11:43:28 +01:00 |
|
Christopher Lackner
|
814d75d1c7
|
fix includes, fix naming convention
|
2018-12-12 11:24:11 +01:00 |
|
Christopher Lackner
|
83df85f274
|
detail namespace, linking ngcore to nglib
|
2018-12-12 11:05:17 +01:00 |
|
Christopher Lackner
|
60d4ef13ba
|
fix warning as errors outside of ngcore
|
2018-12-10 16:20:07 +01:00 |
|
Christopher Lackner
|
b28cfcc332
|
fix casting, fix rest of core guidelines
|
2018-12-10 14:37:27 +01:00 |
|
Matthias Hochsteger
|
6335398341
|
fix compile error, some lint
|
2018-12-10 13:32:03 +01:00 |
|
Matthias Hochsteger
|
b0d15ee29e
|
Fix casts
|
2018-12-10 11:53:10 +01:00 |
|
Christopher Lackner
|
0ef2d0f7f9
|
fixes for core guidelines checks
|
2018-12-10 11:49:38 +01:00 |
|
Matthias Hochsteger
|
0093dab1be
|
Use C++ casts
|
2018-12-10 11:30:45 +01:00 |
|
Matthias Hochsteger
|
9916527097
|
Fix warning
|
2018-12-10 11:10:31 +01:00 |
|
Matthias Hochsteger
|
6a2361700f
|
Fix typo
|
2018-12-10 10:59:46 +01:00 |
|
Christopher Lackner
|
6f808cb40f
|
clang-tidy warnings as errors
|
2018-12-10 10:52:00 +01:00 |
|
Christopher Lackner
|
17aba88117
|
[ngcore] follow cpp guidelines, check them with clang-tidy
|
2018-12-08 16:10:29 +01:00 |
|
Matthias Hochsteger
|
0dc04b661c
|
[ngcore] DLL exports
|
2018-12-07 13:08:00 +01:00 |
|
Christopher Lackner
|
69769fc628
|
mayor and minor are macros defined in GNU_SOURCE...
|
2018-12-07 11:45:39 +01:00 |
|
Christopher Lackner
|
32bc3f826e
|
once only header for hpp files
|
2018-12-07 11:41:56 +01:00 |
|
Christopher Lackner
|
b064b9bbfd
|
dll header
|
2018-12-07 11:39:00 +01:00 |
|