b64585c631
Merge branch 'collected-small-changes' of github.com:akohlmey/lammps into collected-small-changes
2020-10-22 12:11:58 -04:00
bcf5abccb5
reorder functions in library.h and library.cpp to match order in manual
2020-10-22 12:11:42 -04:00
bc43865f45
need to look for Java Development components, not just JNI parts
2020-10-22 01:55:42 -04:00
a14b38ce21
avoid bell
2020-10-21 22:23:45 -04:00
bb32cbc223
add a few more tests for the lammps-shell
2020-10-21 22:07:38 -04:00
ac6f85f8be
make expansion of internal command unambiguous
2020-10-21 21:14:53 -04:00
0ab8803d19
Merge pull request #2437 from akohlmey/correct-urls
...
Make references to LAMMPS and other websites consistent
2020-10-21 20:34:14 -04:00
e79e53c540
Merge pull request #2438 from akohlmey/swig-support-fixes
...
Small updates to SWIG tool for increased portability and correctness
2020-10-21 19:57:23 -04:00
386bea76cb
describe more clearly what is provided
2020-10-21 17:25:42 -04:00
6b2a98b537
ad few more manual updates of outdated, mistyped or no longer available URLs
2020-10-21 17:19:33 -04:00
f8bf4989f4
update URLs from http:// to https://
2020-10-21 17:04:23 -04:00
a914a3aac2
update outdated URLs
2020-10-21 17:03:46 -04:00
f23d831a90
update cslib homepage URLs to use https://
2020-10-21 16:53:30 -04:00
adf74b3a22
use https://lammps.sandia.gov based URLs consistently
2020-10-21 16:45:30 -04:00
9cdf6f1e8b
more portability changes
2020-10-21 14:22:06 -04:00
d7a0971578
make python support more portable, require python3
2020-10-21 14:14:46 -04:00
53028b24d6
improve portability for building SWIG Tcl wrappers
2020-10-21 14:06:25 -04:00
1753c9f361
Merge pull request #2434 from akohlmey/swig-wrappers
...
Provide an interface file for creating script wrappers for LAMMPS with SWIG
2020-10-21 12:56:11 -04:00
2ed11f55d6
fix URLs to documentation files
2020-10-21 11:12:13 -04:00
0a30398d1f
get rid of obsolete README note. We have long ago fixed the aliasing issue in Coulomb tabulation
2020-10-21 11:10:26 -04:00
de8149154a
fix broken internal links in the manual
2020-10-21 10:56:52 -04:00
cc90596183
fix link to documentation
2020-10-21 10:49:01 -04:00
de40b3e637
remove trailing whitespace
2020-10-20 21:24:02 -04:00
7549edd844
Merge branch 'master' into swig-wrappers
2020-10-20 21:22:53 -04:00
a8c0142621
update docs for building SWIG Tcl wrapper
2020-10-20 21:22:39 -04:00
4b447fb3d8
Merge pull request #2429 from rbberger/python_docs
...
Minor updates to the Python docs
2020-10-20 21:12:44 -04:00
955c7c1efb
Merge pull request #2433 from athomps/eamfs-doc
...
Clarified order of rho_alpha_beta density functions
2020-10-20 20:13:35 -04:00
ad50db1feb
use a different/cleaner approach to build an extended Tcl shell
2020-10-20 18:53:29 -04:00
1b358603c2
simplify
2020-10-20 18:52:53 -04:00
0547425482
a few more small fixes
2020-10-20 18:30:32 -04:00
6259b277df
replace explicit clean-all target with added properties
2020-10-20 18:30:19 -04:00
fe7628f954
add check that that extension module is compiled before running example scripts
2020-10-20 18:29:43 -04:00
7db669df40
add support to also build an extended tcl shell as opposed to dynamically loading the extension
2020-10-20 18:29:16 -04:00
515f1d9ead
make module search path commands consistent
2020-10-20 17:38:03 -04:00
faf67662d5
fix typo
2020-10-20 16:47:56 -04:00
b9a57899a6
whitespace fix
2020-10-20 16:46:21 -04:00
eeaff55df7
SWIG support documentation update
2020-10-20 16:37:30 -04:00
bc1d325930
dmonstrate data access functions
2020-10-20 15:57:02 -04:00
75ac1857ab
Clarified order of rho_alpha_beta density functions
2020-10-20 11:47:41 -06:00
3ad397dd60
implement some more data access functions and handle passing string buffers
2020-10-20 11:43:03 -04:00
6c826823fe
update SWIG support readme
2020-10-20 11:42:23 -04:00
7297ed3115
apply stack-protector fix required by newer versions of MinGW, e.g. on Fedora 33
2020-10-19 21:59:27 -04:00
cd444eefe2
Merge branch 'master' into swig-wrappers
2020-10-19 21:58:23 -04:00
7af95dd396
Merge pull request #2432 from akohlmey/collected-small-changes
...
Collected small changes for the stable release
2020-10-19 19:43:39 -04:00
5ac910a748
remove redundant file
2020-10-19 15:46:49 -04:00
56cecf2c3a
small tweaks: avoid overflow and add missing newline
2020-10-19 15:46:33 -04:00
4b2fd65585
fix issue where a variable was used before it was assigned.
2020-10-19 15:46:03 -04:00
2c54b7e505
update USER-SMD examples: rename files, shorten runs and add logfiles
2020-10-19 15:45:26 -04:00
ef9920bd37
Merge branch 'correct_user_smd_examples' of github.com:dboemer/lammps into collected-small-changes
2020-10-19 13:52:18 -04:00
4795e01d54
Support being called from a graphical shell through filename association.
...
This adds a hack to the LAMMPS shell that hides the first argument from
the LAMMPS class, if it does not start with a '-' and instead tries to
open it as an input file.
2020-10-19 11:40:28 -04:00