- Apr 02, 2017
-
-
David Gobbi authored
The source was searched with "grep -l [^ -~]" to find characters outside of the printable ASCII range 0x20 to 0x7e. The worst offender is the en-dash character, which is visually indistinguishable from the minus character in most code editors. Several tabs were also found, which is surprising since they should be blocked by the commit hooks.
-
- Mar 31, 2017
-
-
7487c039 Correct memory leaks in vtkmAverageTo* filters. f8821b26 Rename vtkmCellAverage to vtkmAverageToCells to clarify the name Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !2635
-
df879dd4 Fix override warnings in vtkCompositeRenderManager. 9f7899db Cleanup override warnings in vtkMatplotlibMathTextUtilities. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !2652
-
Utkarsh Ayachit authored
-
Utkarsh Ayachit authored
-
0f43c8de vtkexpat: define `XML_STATIC` if necessary aedcb8bd Merge branch 'upstream-expat' into expat-static-builds 2428d57e expat 2017-03-28 (ac577dd5) 16400e64 expat: do not import the `.def` file Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2605
-
714b0628 Paired vtkErrorMacro's with returns. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !2598
-
- Mar 30, 2017
-
-
71b7c26b Add support for Polyhedron in UnstructuredGridGeometryFilter. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2626
-
Joachim Pouderoux authored
This cell type was not supported so far by this filter. This used to generate an error when applying the Triangulate feature of ParaView on a dataset or when a dataset contained Polyhedron and non-linear cells.
-
52780a73 Revert "Better handle off-screen renders in QVTKOpenGLWidget." Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !2648
-
T.J. Corona authored
This reverts commit aa59cdbd.
-
f0944989 Add a AllowMissingArray parameter to vtkConvertSelection Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Merge-request: !2633
-
Ben Boeckel authored
The expat library does not configure whether it was built statically through its headers since it is installed both as a static and shared library in certain setups. Since VTK only uses one, define XML_STATIC for users of the library if necessary. Fixes #17002.
-
Ben Boeckel authored
* upstream-expat: expat 2017-03-28 (ac577dd5)
-
Code extracted from: https://gitlab.kitware.com/third-party/expat.git at commit ac577dd5fcf7dbca24afc06e6778d7f7595fbac3 (for/vtk).
-
99816814 Merge branch 'upstream-KWSys' into update-kwsys 39b1cb34 KWSys 2017-03-30 (38ff1338) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2647
-
a090b2c6 Fix the install location for vtk_jsoncpp_fwd.h. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !2644
-
Brad King authored
* upstream-KWSys: KWSys 2017-03-30 (38ff1338)
-
Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit 38ff133812a599c2eedda368b387f1d0071d995e (master). Upstream Shortlog ----------------- Mathieu Westphal (1): a2bf6bb3 SystemTools: Add cross-platform stat() wrapper
-
- Mar 29, 2017
-
-
38dbd147 Fix comment typo in iOS device toolchain file Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2643
-
4533a063 adding ospray mpi doc Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2645
-
Carson Brownlee authored
-
T.J. Corona authored
-
fdb935f3 Fix vtkWrapTcl assert on isprint for Visual Studio. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !2640
-
ee085a8a Add timestamp check for vtkLookupTable BuildSpecialColors a0e9db46 Fix out-of-range colors when vtkLookupTable::SetTable() invoked Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !2642
-
Max Smolens authored
-
be609f13 Merge branch 'upstream-KWSys' into update-kwsys f1c70a46 KWSys 2017-03-28 (34999b6a) 193156e1 KWSys: Update upstream repository URL f4390dfc KWSys: Disable custom gitattributes during import fa7a5af5 ThirdParty: Add update script helper to disable custom gitattributes Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !2634
-
David Gobbi authored
This will re-build the BelowRange, AboveRange, and Nan color entries in the lookup table if they are out of date. Without this change, if a user calls SetBelowRangeColor() etc. after the table has been set or built, then the table will remain unchanged.
-
Mathieu Westphal (Kitware) authored
This commit adds a AllowMissingArray parameter to vtkConvertSelection. When on, this filter will not fails nor shows error if selection input does not contain expected content. It is off by default. This parameter is also added to ToSelectionType static method and is tested as well.
-
David Gobbi authored
If an out-of-range value is sent to isprint(), then programs generated by Visual Studio 2010 and later will assert. I suspect that it does this because the alternative would be to guess the encoding and potentially give an incorrect answer, which could compromise the security of the executable.
-
88877418 vtkmContour now supports multiple iso-contour values Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2610
-
a1afed01 vtkGenericDataArray: Clarify reference to local `detail` namespace Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !2620
-
Robert Maynard authored
-
Robert Maynard authored
CellAverage sounded like it would produce the averaging of cell fields, not the averaging of point fields to cells.
-
Brad King authored
* upstream-KWSys: KWSys 2017-03-28 (34999b6a)
-
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
-
Brad King authored
KWSys is now hosted on Kitware's GitLab instance.
-
Brad King authored
The KWSys `.gitattributes` file now defines custom attributes. Git does not support these in a subdirectory where we are about to place the content, so comment them out during import.
-
Brad King authored
Provide a helper function that import scripts can use when the third-party project defines custom Git attributes in its top-level `.gitattributes` file. These must be commented out because Git does not support custom attributes in a subdirectory where we where the third-party project is about to be merged.
-
aa59cdbd Better handle off-screen renders in QVTKOpenGLWidget. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2630
-