Skip to content
Snippets Groups Projects
  1. Nov 22, 2017
  2. Oct 17, 2017
  3. Oct 10, 2017
  4. Sep 21, 2017
  5. Sep 11, 2017
  6. Aug 29, 2017
  7. Aug 24, 2017
  8. Aug 22, 2017
    • William F Godoy's avatar
      Added Fortran 90 bindings · 82079628
      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
      82079628
  9. Aug 17, 2017
  10. Aug 09, 2017
    • William F Godoy's avatar
      CMake builds C bindings and hello example · 03155fcd
      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
      03155fcd
  11. Jul 31, 2017
  12. Jul 26, 2017
  13. Jun 30, 2017
  14. Jun 28, 2017
  15. Jun 22, 2017
    • KWSys Upstream's avatar
      KWSys 2017-06-22 (ab645c94) · 3a170ab8
      KWSys Upstream authored and Atkins, Charles Vernon's avatar Atkins, Charles Vernon committed
      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
      3a170ab8
    • Atkins, Charles Vernon's avatar
      30e6fdc2
  16. Jun 21, 2017
  17. Jun 20, 2017
    • Atkins, Charles Vernon's avatar
    • Google Test Upstream's avatar
      GoogleTest 2017-06-11 (c2d90bdd) · 6b21fe5d
      Google Test Upstream authored and Atkins, Charles Vernon's avatar Atkins, Charles Vernon committed
      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_/
      6b21fe5d
  18. Jun 19, 2017
  19. Jun 14, 2017
  20. Jun 12, 2017
  21. Apr 22, 2017
  22. Apr 20, 2017
  23. Apr 19, 2017
  24. Apr 18, 2017
  25. Apr 17, 2017
  26. Apr 14, 2017
  27. Apr 13, 2017
  28. Apr 10, 2017
    • wfg's avatar
      Removed changes to CMake · 889118f3
      wfg authored
      Fixing const-correctness in BP1
      Changed CodingGuidelines to include clang-format information
      889118f3
  29. Apr 07, 2017
Loading