adf74b3a22
use https://lammps.sandia.gov based URLs consistently
2020-10-21 16:45:30 -04:00
f1ef7d85a8
T2345: Replace instances of NULL with nullptr
...
The following changes have been applied to src and lib folders:
regex replace: ([^"_])NULL ⇒ \1nullptr (8968 chgs in src, 1153 in lib)
Manually find/change: (void \*) nullptr ⇒ nullptr (1 case)
regex find: ".*?nullptr.*?"
Manually ~14 cases back to "NULL" in src, ~2 in lib
regex finds a few false positive where nullptr appears between two
strings in a function call
2020-09-12 09:34:38 -06:00
dad749b62b
make vget()/vgot() inline functions again for optimal performance.
2020-09-08 20:52:51 -04:00
ee25ed3897
update/correct documentation for memory pool classes
2020-09-08 16:36:48 -04:00
9f7e309f07
small updates to MyPage and convert MyPoolChunk similar to MyPage
2020-09-08 15:13:16 -04:00
f02db43f63
add discussion and minimal code example for MyPage class.
2020-09-07 16:10:48 -04:00
0ee7c5f434
add more MyPage test variants
2020-09-07 15:27:13 -04:00
ab5c81f7d6
refactor some more to reduce redundant code.
2020-09-07 08:57:37 -04:00
3089205a54
tweak MyPage docs
2020-09-07 08:32:34 -04:00
0447616aaf
address spelling issues
2020-09-07 08:03:41 -04:00
f8ebcc90fb
define OneCoeff struct in my_page.h as HyperOneCoeff to resolve compilation issues
2020-09-07 07:57:23 -04:00
2270d86519
whitespace cleanup and try to recover legacy build
2020-09-06 22:51:58 -04:00
4ca36d9526
add doxygen docs and convert MyPage template class from header only to header plus implementation
2020-09-06 22:26:17 -04:00