Anne Gunn
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
Axel Kohlmeyer
634f274a04
whitespace cleanup: replace tabs and remove trailing whitespace
2020-07-27 17:14:53 -04:00
Yaser Afshar
437967bfd8
adding the standard header to prevent ‘NULL’ was not declared error
2020-04-27 12:49:03 -05:00
Eisuke Kawashima
649a8cc01a
Fix typo
2020-03-14 13:57:48 +09:00
Axel Kohlmeyer
b705525734
resolve unused parameter warnings in USER-ATC package
2019-10-20 13:36:06 -04:00
Axel Kohlmeyer
f4fcd2a911
flag that MESSAGE package is not compatible with -DLAMMPS_BIGBIG
2019-10-19 09:50:07 -04:00
Axel Kohlmeyer
1696432e82
resolve conflict between src/STUBS/mpi.h and lib/message/cslib/src/STUBS_MPI/mpi.h
2019-04-03 01:00:53 -04:00
Axel Kohlmeyer
1465352454
some cleanups and small bugfixes to conform better with python conventions
2019-01-28 17:37:05 -05:00
Axel Kohlmeyer
b7ab017a76
improve portability by using shutil.copyfile, os.path.join, and make -C
2019-01-28 17:44:46 +01:00
Axel Kohlmeyer
dc5385b290
add argparse support to Install.py in message lib
2019-01-14 17:13:46 -05:00
Axel Kohlmeyer
e5c555fa7d
consolidate shared code from various Install.py files into install_helpers.py
2018-12-03 17:50:20 -05:00
Axel Kohlmeyer
a91d89b516
avoid array overflows and silence compiler warnings from unused parameters
2018-11-21 09:24:10 -05:00
Steven J. Plimpton
c4b55385e2
doc updates
2018-08-22 10:40:39 -06:00
Steven J. Plimpton
781ddc07c7
update to CSlib website link
2018-08-13 15:29:28 -06:00
Steven J. Plimpton
a4dbac63d3
more updates to the new MESSAGE package
2018-07-24 17:22:15 -06:00
Steven J. Plimpton
1aa8307fa1
change CSlib files to BSD license
2018-07-24 12:04:23 -06:00
Steven J. Plimpton
2f55981224
new MESSAGE package for client/server/coupling
2018-07-23 15:58:33 -06:00