Commit Graph
45 Commits
Author SHA1 Message Date
Tzanio Kolev e4c2152419 Update Copyright to 2010-2025 2025-02-03 12:17:26 -08:00
Will Pazner 19a1750527 Rename getenv wrapper to GetEnv
Also use getenv wrapper in KernelReporter
2024-12-26 16:55:45 -08:00
adam-sim-dev 3f4dd4db7f Resolve the review comments by Veselin 2024-11-21 15:17:47 +08:00
adam-sim-dev bf47bc9210 Update socketstream.cpp 2024-11-16 16:18:05 +08:00
adam-sim-dev aeeadfe5d0 Revert "Remove #define _CRT_SECURE_NO_WARNINGS"
This reverts commit 941c6c2bac.
2024-11-13 09:10:34 +08:00
adam-sim-dev 256995a053 Format the code style 2024-10-31 20:24:24 +08:00
adam-sim-dev 941c6c2bac Remove #define _CRT_SECURE_NO_WARNINGS 2024-10-31 20:14:22 +08:00
adam-sim-dev b4dfb8660d static_cast size_t to int 2024-10-31 18:07:45 +08:00
Veselin Dobrev fe8562e6e3 In general/socketstream.[ch]pp, send error messages to mfem::err
instead of mfem::out.
2024-07-23 18:01:51 -07:00
Veselin Dobrev 73f84b48f8 On Windows, initialize additional fields in the 'addrinfo' struct
before calling 'getaddrinfo' -- without this the call fails.
2024-07-22 14:22:40 -07:00
Christopher vogl 3a65277b24 allowed for soft failures in socketbuf::open with OS X sockets setting NOSIGPIPE 2024-05-28 10:52:59 -07:00
Christopher vogl d64b83e7fb implemented @v-dobrev's fix so that the socketbuf properly returns failure if no connection 2024-05-22 16:22:27 -07:00
Tzanio Kolev 87290fbf56 Update Copyright to 2010-2024 2024-01-27 13:06:49 -08:00
Sebastian Grimberg b88787c1a1 Patch for #3685 to resolve issues with GLVis 2023-11-14 09:10:25 -08:00
topazus 1e642147ae Replace deprecated gethostbyname by getaddrinfo 2023-06-06 17:35:36 +08:00
Tzanio Kolev 96e00dc815 Updated COPYRIGHT to 2010-2023 2023-03-11 16:58:18 -08:00
Veselin DobrevandKenny Weiss c3dbd8041b Add support for shared builds on Windows with MSVC using CMake.
This commit based to a large extend on PR #1401.

Co-authored-by: Kenny Weiss <kennyweiss@users.noreply.github.com>
2023-02-27 19:31:21 -08:00
Will Pazner a8730f78fd Fix shadow warning when GNUTLS is enabled 2022-12-29 14:47:36 -08:00
luz paz 476c855bd7 Fix various typos
Found via `codespell -q 3 -L allright,ba,equil,esy,fo,hda,lod,nd,ned,numer,ot,pres,ro,seh,shat,solfes,strat,tbe,te,warmup`
2022-08-05 20:50:51 -04:00
Tzanio 6d2530775b Extended copyright to 2022 2022-02-25 10:24:50 -08:00
Stowell, Mark L f7c9bdab17 Renaming "out" and "err" local variables to avoid globals 2021-12-22 15:19:20 -08:00
wo80 68aad702e6 Fix MinGW compilation errors 2021-08-30 17:04:23 +02:00
Aaron Fisher e758c37691 Removed nearly all leading underscores for variable names. Every once in a while one of these will confilct with standard libraries in an oddball compiler and it's best to just avoid this problem alltogether. 2021-05-10 16:06:51 -07:00
Tzanio Kolev 438a458c3f Merge pull request #2009 from mfem/winsock-dev
Add winsock initialization to socketstream
2021-02-03 09:07:50 -08:00
Adrien M. Bernede 04fb572359 Let's forget about 2020 2021-01-26 11:55:36 -08:00
Max Yang a825ad6d39 Run astyle 2021-01-25 08:29:57 -08:00
Max Yang ae70ea7e43 Use winsock init variable to work around unused variable error 2021-01-25 08:29:15 -08:00
Max Yang 495e641b42 Add winsock initialization to socketstream 2021-01-22 11:11:28 -08:00
Tzanio 05125e19d5 Removed a space 2020-03-09 15:36:41 -07:00
Tzanio ca55ef0217 The release number for mfem-4.1 is LLNL-CODE-806117 2020-03-02 17:18:46 -08:00
Tzanio 2caa222edf A number of changes to switch the code from LGPL-2.1 to BSD-3:
- Updated LICENSE, README, CHANGELOG and CONTRIBUTING.md
- Removed COPYRIGHT, added NOTICE
- Updated the headers in all source files, makefiles, etc.
2020-02-23 11:16:46 -08:00
Veselin Dobrev 4e95fd987d Remove unnecessary GnuTLS version check. 2017-12-03 17:41:33 -08:00
Veselin Dobrev f9604c0d6a Add support for X.509 certificates for authentication with secure
sockets (class mfem::socketstream) based on the GnuTLS library.

Support for the currently used OpenPGP keys in GnuTLS has been
deprecated since 3.5.? and is now removed in 3.6.0.
2017-12-03 16:34:33 -08:00
Tzanio abe85f4cb6 make style 2017-09-28 10:15:26 -07:00
Aaron Fisher aa040f3e64 Made everything work with the new mfem::out and mfem::err output. 2017-09-27 15:42:37 -07:00
Tzanio dabae9414a make style 2017-09-22 17:47:05 -07:00
Aaron Fisher 9a4f78ec65 Changed the global ostream to something that looks more like cout/cerr. Updated the code in the general folder to use the new global ostream as an example. Added a global MPIComm to replace MPI_COMM_WORLD. 2017-09-22 14:34:50 -07:00
Veselin Dobrev 109aa48bd3 Replace one of the compile-time GnuTLS version checks with a run-time check. 2017-05-22 13:46:55 -07:00
Veselin Dobrev 97ac866861 Adjust a version number in the GnuTLS code. 2017-05-17 16:38:14 -07:00
Stefano Zampini 3cd048a987 Added backlog to the constructor of socketserver
used backlog=4 for backward compatiblity
2017-04-29 21:40:48 +03:00
Tzanio 1569425857 Version 3.3 2017-01-28 22:05:47 -08:00
Jakub Cerveny 125ff226e4 Version 3.2 2016-06-30 10:37:30 -07:00
Tzanio dbae60fe32 Version 3.1 2016-02-16 15:45:48 -08:00
Tzanio Kolev 9d7774a03e Version 3.0 2015-01-26 15:07:34 -08:00
Tzanio Kolev fa169e4b92 Version 2.0 2011-11-18 11:39:53 -08:00