Skip to content
Snippets Groups Projects
  1. May 25, 2017
  2. May 12, 2017
  3. May 03, 2017
  4. Apr 27, 2017
  5. Apr 25, 2017
  6. Apr 20, 2017
  7. Apr 19, 2017
  8. Mar 30, 2017
  9. Mar 29, 2017
    • Kitware Robot's avatar
      KWSys 2017-03-28 (34999b6a) · f1c70a46
      Kitware Robot authored and Brad King's avatar Brad King committed
      Code extracted from:
      
          https://gitlab.kitware.com/utils/kwsys.git
      
      at commit 34999b6ab815d1456818f4517338a15be7f89ea0 (master).
      
      Upstream Shortlog
      -----------------
      
      Ben Boeckel (4):
            e0967411 Add a script to help update third-party sources
            45db0937 SystemTools: use PathExists where appropriate
            8d8c86b5 testConsoleBuf: tighten the check for the /utf-8 flag
            c5529406 SystemTools: use std::string::empty
      
      Brad King (15):
            98505f79 Add script to update GitSetup from upstream
            365edba8 GitSetup: Tell Git not to export .gitattributes
            41a7fe5b Add pre-commit hook to check whether SetupForDevelopment must re-run
            17a1200c Convert developer setup scripts away from Gerrit Code Review
            5f206c3a Tell Git to use a distinct conflict marker size in `.rst` files
            33f828d4 README: Convert from `.txt` to `.rst` markup
            56b707dd README: Add section about reporting bugs
            140357ea CONTRIBUTING: Document contribution through the Kitware GitLab Instance
            4b7bf8e4 Tell Git not to export any `.sh` or `.bash` scripts
            e25eb8dc CONTRIBUTING: Add step for running developer setup script
            e08eee61 SystemTools: Fix conversion warning in test case
            a673a722 SystemInformation: Fix -Wconversion warning
            0af48083 Drop custom Git whitespace check attribute
            6365886c Define a custom Git attribute to mark sources using our C style
            d22c2743 clang-format.bash: Use Git attributes to mark files for formatting
      
      Daniel Pfeifer (1):
            6f43bcef FStream: Make (i|o)fstream::is_open function public
      
      Egor Pugin (3):
            ce44c58a FStream: Export ReadBOM() from shared library
            04e24b2b ConsoleBuf: Remove export macro from BasicConsoleBuf template
            858d5edd Encoding: Export CommandLineArguments from shared library
      
      Eric Berge (1):
            687fcd79 Add -lsocket for libcmsys.a build on SunOS
      
      GitSetup Upstream (3):
            fed3d191 GitSetup 2012-09-27 (341043cf)
            a0144297 GitSetup 2016-12-13 (8af10838)
            868c1e68 GitSetup 2016-12-13 (cd5ada6d)
      
      Gregor Jasny (2):
            0541ce21 SystemTools: Fix off-by-one in GetLineFromStream with size limit
            d6b87625 SystemTools: Add helper function to check for FIFO file type
      
      Nicolás Bértolo (1):
            9c4230b7 SystemInformation: Fix counts of logical and physical cores
      
      Robert Maynard (1):
            27e64d34 SystemInformation: Teach Is64Bits to check host architecture at runtime
      f1c70a46
  10. Mar 14, 2017
  11. Mar 13, 2017
  12. Mar 06, 2017
  13. Jan 19, 2017
  14. Jan 18, 2017
  15. Jan 16, 2017
  16. Jan 06, 2017
  17. Jan 05, 2017
  18. Dec 20, 2016
  19. Dec 09, 2016
  20. Dec 02, 2016
    • Kitware Robot's avatar
      KWSys 2016-12-02 (4967ccc0) · c5fd4da5
      Kitware Robot authored and Chuck Atkins's avatar Chuck Atkins committed
      Code extracted from:
      
          http://public.kitware.com/KWSys.git
      
      at commit 4967ccc054d268c430e73445f3a103e737c5f5f7 (master).
      
      Upstream Shortlog
      -----------------
      
      Brad King (4):
            818405fc Fix typo in clang-format script documentation
            a0c60eec Terminal: Add tmux to VT100 color support whitelist
            5e556d53 Refactor CMake policy settings
            cb55cf5a Set CMake Policy CMP0063 to NEW within KWSys
      
      Chuck Atkins (2):
            f1afce25 DynamicLoader: Re-organize preprocessor checks to use if, elif, else
            d94f92f7 DynamicLoader: Expand noop implementation to more platforms
      
      Dāvis Mosāns (5):
            a7e82be0 ConsoleBuf: Expose Manager ConsoleBuf to be accessible
            2a3f6f6b ConsoleBuf: Add Manager convenience method for UTF-8 pipes
            1c7c2139 ConsoleBuf: Fix character handling between buffer boundaries
            f069db91 Encoding: Fix conversion of strings that contain null bytes
            4967ccc0 ConsoleBuf: Fix output for strings that contain null byte
      
      Matt Leotta (1):
            6a642f72 SystemInformation: Skip loopback devices in search for FQDN
      c5fd4da5
  21. Nov 18, 2016
    • Marcus D. Hanwell's avatar
      Don't FORCE the system GLEW to OFF · 8eac9b52
      Marcus D. Hanwell authored
      That made it impossible to use system GLEW, system GLEW works perfectly
      well on my Linux system once the find package was updated. Left the help
      text, I am not sure what the fixes referred to in the comment are, or if
      that is still true.
      8eac9b52
  22. Nov 08, 2016
    • Kitware Robot's avatar
      KWSys 2016-11-08 (2b3e2b1c) · 5e84b1dc
      Kitware Robot authored and Brad King's avatar Brad King committed
      Code extracted from:
      
          http://public.kitware.com/KWSys.git
      
      at commit 2b3e2b1c28e676a1f4eb951104a1265a91c4df8c (master).
      
      Upstream Shortlog
      -----------------
      
      Brad King (12):
            15e90a3c Sort includes to stabilize include order w.r.t. clang-format
            26509227 Copyright.txt: Add notice of copyright by contributors
            fc42d3f2 Add temporary script to filter license notices
            c41c1bc4 Simplify KWSys per-source license notices
            1d4c0b4a Remove temporary script that filtered license notices
            a4f5ef79 SystemInformation: Remove stray comment
            8649a886 kwsysPrivate: Protect KWSYS_HEADER macro from clang-format
            89b98af5 Configure clang-format for KWSys source tree
            547dacad Add a script to run clang-format on the entire source tree
            aa94be0c CONTRIBUTING: Add a section on coding style
            6604c4b6 Empty commit at end of history preceding clang-format style transition
            2b3e2b1c Tell Git to not export 'clang-format' infrastructure
      
      Kitware Robot (1):
            6c973b46 Revise C++ coding style using clang-format
      5e84b1dc
  23. Nov 04, 2016
    • Kitware Robot's avatar
      KWSys 2016-11-03 (37306a1c) · 62b9eb5b
      Kitware Robot authored and Brad King's avatar Brad King committed
      Code extracted from:
      
          http://public.kitware.com/KWSys.git
      
      at commit 37306a1c73e991e239f32bfc8eda98ba2d1c149a (master).
      
      Upstream Shortlog
      -----------------
      
      Ben Boeckel (1):
            6d23dd7e SystemTools: add a PathExists method
      
      Brad King (13):
            e43689db SystemTools: Factor out environment storage class
            2aa7dd82 SystemTools: Do not free buffer passed to putenv("A=") on Windows
            560bcdbb SystemTools: Factor out common `const char* GetEnv()` private implementation
            8e643b9b SystemTools: Fix crash in GetShortPath
            e736efa1 ConsoleBuf: Always compile test source for host Windows version
            0504dcaf SystemTools: Fix path comparison in test case
            c4049689 SystemTools: Teach GetActualCaseForPath to convert as much as possible
            66cd1138 ConsoleBuf: Avoid unnecessary initializations in test code
            4e6c9410 ConsoleBuf: Remove extra flush operations from test code
            80f820fc ConsoleBuf: Avoid use of __FUNCTION__ in tests
            6cfcbede SystemTools: Include strings.h on MinGW for strcasecmp
            dfe9b386 SystemTools: Re-implement Strucmp
            37306a1c FStream: Quiet unused argument warning
      
      Dāvis Mosāns (15):
            19c31914 SystemTools: Abstract environment storage character type
            61301786 SystemTools: Tweak GetEnv/PutEnv implementation layout
            85920d53 SystemTools: Teach GetEnv/PutEnv to use correct encoding on Windows
            f396bf43 SystemTools: Add HasEnv function
            19732229 SystemTools: User better GetEnv and HasEnv signatures
            d2cdfc6d FStream: Use common base for basic_ifstream and basic_ofstream
            9d1dbd95 FStream: Add MinGW support
            669e3a06 ConsoleBuf: Use a custom std::streambuf for console output on Windows
            f53440fe ConsoleBuf: Improve test error messages
            fd9e86e8 ConsoleBuf: Use two separate events for test sync
            fb8530ed ConsoleBuf: Make test more reliable
            c49ddccb ConsoleBuf: Fix test registry restoration
            10e3f947 ConsoleBuf: Fix test to compare all bytes of wide character strings
            3f69ac40 ConsoleBuf: Output console and test buffers on test failure
            b630d2f5 ConsoleBuf: Check for actual console with GetConsoleMode
      
      James Johnston (1):
            1c147abb Directory: Use Windows API wherever possible and port to Embarcadero
      
      Patrick Welche (3):
            8a989b44 SystemInformation: Treat BSDs more uniformly
            2ce319a6 SystemInformation: Treat Solaris the same as Linux
            3f55579d SystemTools: Fix FileExists for some SCO OpenServer file permissions
      62b9eb5b
  24. Nov 03, 2016
  25. Nov 01, 2016
    • Ken Martin's avatar
      Remove ES2 support for VTK 8.0 · 0f750114
      Ken Martin authored
      ES2 is causing headaches and code mess and is
      getting old. Remove for 8.0 so we can focus on
      more modern APIs. Most Apple and Adroid devices
      from the past 4 years support ES3.
      0f750114
  26. Oct 11, 2016
    • Brad King's avatar
      Android: Port build system to CMake 3.7 capabilities · 9c744b13
      Brad King authored
      CMake 3.7 adds support for cross-compiling to Android without a complex
      toolchain file.  Port our main CMake build system to work without the
      `android.toolchain.cmake` file:
      
      ```
      $ cmake ../VTK \
          -DCMAKE_SYSTEM_NAME=Android \
          -DCMAKE_ANDROID_NDK=/path/to/ndk \
          -DVTKCompileTools_DIR=/path/to/vtk-compile-tools \
          -DOPENGL_ES_VERSION=3.0 \
          -DVTK_Group_StandAlone=OFF
      ```
      9c744b13
  27. Sep 20, 2016
  28. Sep 19, 2016
  29. Sep 07, 2016
  30. Aug 03, 2016
  31. Jul 13, 2016
  32. Jul 12, 2016
  33. Jul 11, 2016
  34. Jul 08, 2016
  35. Jul 06, 2016
Loading