- Nov 22, 2017
-
-
Eisenhauer, Greg authored
-
- Oct 17, 2017
-
-
Atkins, Charles Vernon authored
-
- Oct 10, 2017
-
-
Atkins, Charles Vernon authored
Fixes #279
-
- Sep 21, 2017
-
-
Code extracted from: https://github.com/pybind/pybind11.git at commit 86e2ad4f77442c3350f9a2476650da6bee253c52 (v2.2.1).
-
- Sep 11, 2017
-
-
Atkins, Charles Vernon authored
-
Atkins, Charles Vernon authored
Auto-detection of language available doesn't correctly work in CMake so just explicitly default to OFF here and error out if set to AUTO.
-
Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit aee0cf59bbed8c8ccc07fa3d77760024cdca520a (master). Upstream Shortlog -----------------
-
- Aug 29, 2017
-
-
Atkins, Charles Vernon authored
-
William F Godoy authored
-
- Aug 24, 2017
-
-
Atkins, Charles Vernon authored
-
- Aug 22, 2017
-
-
William F Godoy authored
Subroutine based, calls the C bindings using opaque pointers Working helloBPWriter_f in MPI and nonMPI examples Separated MPI and nonMPI interfaces in Fortran and C Passing character array by trimming and adding char(0) null terminated To do: Add testing
-
- Aug 17, 2017
-
-
Atkins, Charles Vernon authored
-
Atkins, Charles Vernon authored
-
- Aug 09, 2017
-
-
William F Godoy authored
Builds libadios2_c.a and libadios2_c.so Verified with and without MPI Added nonMPI hello bp write example Added new ADIOS2_USE_C ON/OFF cmake argument To do: Add C tests and cmake support for the latter
-
- Jul 31, 2017
-
-
Ruonan Wang authored
-
- Jul 26, 2017
-
-
Atkins, Charles Vernon authored
Fixes #210
-
- Jun 30, 2017
-
-
Atkins, Charles Vernon authored
-
Atkins, Charles Vernon authored
-
- Jun 28, 2017
-
-
Atkins, Charles Vernon authored
-
Atkins, Charles Vernon authored
Fixes #153
-
- Jun 22, 2017
-
-
Code extracted from: https://gitlab.kitware.com/chuck.atkins/kwsys.git at commit ab645c94b6b02922248fbca1e7ac9355a0055391 (ab645c9). Upstream Shortlog ----------------- Adam Weisi (3): 8a799e36 Process: Improve definition ordering in header file 7d56ef24 Process: Save results from all children internally b7eba998 Process: Add APIs to get results of individual processes Ben Boeckel (4): ac0c67d2 gitattributes: indicate attributes to ignore when importing 3dfeb55e gitattributes: rename the c-style attribute cea71543 style: remove separator comments 874dc559 style: help clang-format near macros Brad King (4): edd8b5e0 FStream: Open files on Windows using UNC path c23e388b ConsoleBuf: Avoid signed/unsigned comparison 51859eab CONTRIBUTING: Specify clang-format version used for code style 7e04a3d2 SystemTools: Remove RemoveEmptyPathElements method Chuck Atkins (2): 51e95ba7 XL: Fix compatibility with newer clang-based XL on Linux ab645c94 Add an option to split object and interface libs. Daniel Pfeifer (2): 2564822b Disable clang-tidy 0f7ec930 Pass std::string as const& Florian Maushart (2): 684bcda6 SystemInformation: Expose CPU feature flags publicly 70b8332f SystemInformation: Add CPU_FEATURE_FPU flag Matteo Settenvini (1): 6173f4b3 SystemTools: Add function to remove empty path components Pavel Solodovnikov (2): 36d14691 Access string npos without instance ab265991 Remove second arg: npos in substr usages
-
Atkins, Charles Vernon authored
-
- Jun 21, 2017
-
-
Atkins, Charles Vernon authored
-
- Jun 20, 2017
-
-
Atkins, Charles Vernon authored
-
Code extracted from: https://github.com/google/googletest.git at commit c2d90bddc6a2a562ee7750c14351e9ca16a6a37a (master). Upstream Shortlog ----------------- Arkadiy Shapkin (1): d8fe70f4 Fix build with MinGW-w64 Billy Donahue (2): ba638689 Remove /tree/ from Readme.md links. c2d90bdd Create gtest-internal.h Craig Scott (2): cb502b7a Added CMake configure-time download instructions to docs c0059a79 2.6.4 is the minimum CMake version, so enforce it (#656) Dan Albert (2): 34291138 Fix a test to compile when tuple isn't available. 4eafafbd Fix detection of GTEST_HAS_CLONE for Android. Dan Kegel (1): 518e0519 Minimal changes to fix build failures on Microsoft Visual Studio 2015 Daniele Tamino (2): 9759dcda Fix compilation on MinGW with native threads a138385e Don't use pthread when on MinGW even if available David Benjamin (1): 53c478d6 Annotate ColoredPrintf with the format attribute and fix bugs. Don Huff (2): 407b0aaf Add missing headers to Xcode framework target. d254052f Update C++ language and library settings to match SDK projects. Gennadiy Civil (2): 611e8a99 Changes to make TempDir() public 76491b74 Changes add ability to overwrite TempDir(), issue https://github.com/google/googletest/issues/1093 Marco Molteni (1): 8ce0b590 Cookbok: fix broken relative link Mike Bjorge (1): 06a81e93 Add GTEST_ATTRIBUTE_UNUSED_ to REGISTER_TYPED_TEST_CASE_P Nico Weber (4): 6c0c8a7e Fixing typo in documentation. b2cbbec0 Fix -Wmicrosoft-cast warnings when using gtest with clang on Windows. 09fd5b3e Use std::string and ::string explicitly in gtest and gmock code. e1466ba4 Gender-neutralize comments in gtest.h. Samuel Roth (9): 10ff7f94 Fixing relative links 16d6af7d Relative links 51b290d4 One works 9cb03aa7 Fixing ForDummies link f5c0130e Broken relative links fixed 995db996 Fixing KnownIssues and FrequentlyAskedQuestions links 960a511f Fixing relative links 0e0ff5c3 blob vs tree 32b4a9b3 Fixed broken links Victor Costan (1): b7cf4414 Pick up GTEST_API_ definition in gtest/internal/custom/gtest-port.h. jorgehb (1): 00ed9b56 Fixing float comparison broken link srz_zumix (1): 9655b9f5 fix typo /GTEST_ATTRIBUTE_UNUSED/GTEST_ATTRIBUTE_UNUSED_/
-
- Jun 19, 2017
-
-
Atkins, Charles Vernon authored
-
- Jun 14, 2017
-
-
Atkins, Charles Vernon authored
-
- Jun 12, 2017
-
-
Atkins, Charles Vernon authored
* Add initial python support to CMake build * pybind11 2017-04-07 (1df91d36) Code extracted from: https://github.com/pybind/pybind11.git at commit 1df91d36cfa997c8987889234304ea5e37cc3e68 (v2.1.1). * Build python bindings with cmake * Adjust for adios2py -> adios2 module name
-
- Apr 22, 2017
-
-
Atkins, Charles Vernon authored
-
- Apr 20, 2017
-
-
Code extracted from: https://github.com/google/googletest.git at commit ec44c6c1675c25b9827aacd08c02433cccde7780 (release-1.8.0).
-
Atkins, Charles Vernon authored
-
- Apr 19, 2017
-
-
Atkins, Charles Vernon authored
-
Atkins, Charles Vernon authored
-
Atkins, Charles Vernon authored
-
- Apr 18, 2017
-
-
Code extracted from: https://gitlab.kitware.com/chuck.atkins/kwsys.git at commit 0c4e58ecfb896577304ad468e4acbeeadb9bea0e (0c4e58ec).
-
- Apr 17, 2017
-
-
Atkins, Charles Vernon authored
-
- Apr 14, 2017
-
-
guj authored
-
- Apr 13, 2017
-
-
Atkins, Charles Vernon authored
-
- Apr 10, 2017
-
-
wfg authored
Fixing const-correctness in BP1 Changed CodingGuidelines to include clang-format information
-
- Apr 07, 2017
-
-
wfg authored
mpi and nompi: helloBPWriter timeBPWriter
-