This project is mirrored from https://gitlab.kitware.com/vtk/vtk-m.git.
Pull mirroring updated .
- 18 Jan, 2013 3 commits
-
-
Philippe Pébay authored
Change-Id: I5b0fc413c2bbfb02cd80ef3da108db9b6682364d
-
Philippe Pébay authored
Change-Id: Id6dcfb3b52868ceeb20087d1d7a46913ad2bebe4
-
Philippe Pébay authored
Change-Id: I9fd0081453d1ca57cdef4b7597f05d602e78fd0d
-
- 17 Jan, 2013 9 commits
-
-
Philippe Pébay authored
54ab42d0 Whitespace cleanup f2022b17 Build links in all cases, including 27-trees (3D ternary) 5ba52840 Added a test for a clip through a 3D ternary dual of a HTG c3edc991 Added a test using the data set API for a generic cut (3D, ternary)
-
Philippe Pébay authored
Change-Id: Ic29899e15801d333970ebc12c3099662aa7aaa4d
-
Philippe Pébay authored
Change-Id: Ied55ea712aa9c1be15938e137fdea9c53e888c78
-
Philippe Pébay authored
Change-Id: I1e2e14e2fec1346c7564c68ec30d252ea93b003d
-
Sean McBride authored
5ed9de93 Removed use of deprecated Cocoa resolution independence APIs
-
Philippe Pébay authored
Change-Id: I59411c1a6a72bba76e16e1a78850db7bbf3b3d6a
-
Joachim Pouderoux authored
5ef9ff27 Fixed dual point initialization
-
Philippe Pébay authored
Thanks to Joachim Pouderoux for interaction with Mac platform where bug was revealed. Change-Id: I4888b8514806d1006f05ec6e1fc3a22557c5ab49
-
Philippe Pébay authored
9c058159 Eliminated UseDualGrid instance variable and ancillary methods. e4981db0 Eliminated all references to dual grid in primal filters 08119bab Removed entirely the primal grid API 239a63ea Eliminated all references to Dual grid setting from HTG source a08374bf A number of fixes 1d5b289e It is no longer necessary for tests to specify which grid to use 911b45a2 By default, hyper tree grid source will use dual grid API 45eb44a7 Always use 'this' handle when applicable.
-
- 16 Jan, 2013 7 commits
-
-
David Gobbi authored
b762a0a8 BUG: fixed signed integer overflow by switching to unsigned int
-
Sean McBride authored
Change-Id: I5e0b2b8e02fe17ddc5617a596d31137e9b77f47c
-
Philippe Pébay authored
Change-Id: I99efbd0df52295f967b3fe67ebb424f1ee860554
-
Philippe Pébay authored
NB: This also allows for some performance optimization as the duality of Cell and Point arrays is handled at once at initialization only. Change-Id: I55b5a8baca2130ac733e12b3dddf95eba1ae4520
-
Brad King authored
Change-Id: I7a7c465ffd0562bd9e0fd460556aa7d0d37b2125
-
KWSys Robot authored
Extract upstream KWSys using the following shell commands. $ git archive --prefix=upstream-kwsys/ 6fa1c99f | tar x $ git shortlog --no-merges --abbrev=8 --format='%h %s' 3b17de34..6fa1c99f Brad King (6): fea37696 Process: Remove support for Windows 98 01e15c22 Remove KWSys Registry cb5f835f SystemTools: Fix MakeDirectory with colon in path 1643507a IOStream: Fix check for compiler 'long long' support 34177aec SystemTools: Fix MakeDirectory after recent cleanup 84827cc1 Process: Avoid argv[0]==NULL from parsing empty command line Riku Voipio (1): 8ce09af5 CPU: Add Aarch64 support Rolf Eike Beer (45): f376ec32 SystemInformation: fix typos bfee5174 SystemInformation: sum up all caches found in /proc/cpuinfo 5690d711 SystemInformation: fix value extraction from /proc/cpuinfo 36295981 SystemInformation: PA-RISC chips are from HP 72e9d02e SystemInformation: try harder to find a useful processor name b39de34c SystemInformation: try harder to find the CPU family 933eb822 SystemInformation: extract CPU stepping information from /proc/cpuinfo, too 4da9894d SystemInformation: Clean up QuerySolarisInfo() 01392358 SystemInformation: don't attribute i386 Solaris systems to Sun 3db65ac1 SystemInformation: wrap the call to CPUID in a function 61bd9b42 SystemInformation: use the __cpuid compiler intrinsic if present 5932e7c0 SystemInformation: query memory size on Cygwin using sysconf() ea5612ed SystemInformation: count memory with _SC_PAGESIZE and _SC_PHYS_PAGES 3aca6642 SystemInformation: query memory size, CPU count, and CPU speed on BSD 3572c54d SystemInformation: count CPUs on HP-UX e6771b34 SystemInformation: determine CPU type on HP-UX 640210e5 SystemInformation: use /proc/cpuinfo only when present 5bdcfd10 SystemInformation: query total memory on AIX de69d547 SystemInformation: use intrinsic for RDTSC if supported 9808d4e7 SystemInformation: get CPU speed on Windows when RDTSC fails f4c625b5 tests: avoid truncation of testSystemInformation output in CDash 03d6fbe5 SystemInformation: get x86 CPU features from /proc/cpuinfo f8e917c1 SystemInformation: remove the #define CPUID_INSTRUCTION 59c4b5c5 SystemInformation: split Windows code out of QueryMemory() 200ee91f SystemInformation: split HP-UX code out of QueryMemory() 88217703 SystemInformation: split Linux code out of QueryMemory() 9e317872 SystemInformation: split AIX code out of QueryMemory() 349cee5b SystemInformation: remove useless zeroing from QueryMemory() 7271926e SystemInformation: split Cygwin code out of QueryMemory() 6da78ad1 SystemInformation: make QueryMemory() return bool 182179e9 Haiku no longer defines __BEOS__ 297758a5 SystemInformation: fix conversion warning 79ef34ef SystemInformation: fix calling kwsysProcess_WaitForData() f1068caf SystemInformation: speed up copying process data e041cd66 SystemInformation: factor out QueryMemoryBySysconf() ea850fa0 SystemInformation: factor out QueryProcessorBySysconf() 57f06d49 SystemInformation: count processors with sysconf() on Solaris 7dfc27d5 SystemInformation: check CPU vendor and SSE support on OpenBSD 494d9d7a SystemInformation: get stepping code on Intel Macs 608d6b47 SystemInformation: determine processor features on Intel Macs c6057a06 SystemInformation: fix "Multi-character character constant" 5a27bd4f SystemInformation: make IsHyperThreadingSupported() return bool 342c0ad2 SystemInformation: query memory size with sysconf() on Solaris f0b857c1 SystemInformation: cache result of IsHyperThreadingSupported() ab0c2a09 SystemInformation: try using assembler with BorlandC Sean McBride (2): 5e17bfde Process: Dereference NULL++ instead of NULL to force crash 86a78cb7 SystemTools: Add check for empty strings to prevent integer underflow Stephen Kelly (1): 247b8a3c SystemTools: Rename MakeCnidentifier() to MakeCidentifier() Change-Id: I6376d94b490a0f4c351940f708b1098acd5e1653
-
- 15 Jan, 2013 18 commits
-
-
Philippe Pébay authored
Change-Id: I506a894e29760ca22581bdf60c5d6a7d68473fb5
-
Philippe Pébay authored
Change-Id: I2ad4fb0bf4e81ece49be14661cd2e28582c4621c
-
Philippe Pébay authored
Re-formatted recent changes that were not exactly VTK-compliant. Also removed forced re-setting of dual grid iVar Change-Id: Ia78727270ff3c2d60658ec5cba1c3d64579c8425
-
Philippe Pébay authored
Change-Id: Ide2a7e8dbe08a586af6711d71a350a0f4ffa1a62
-
Philippe Pébay authored
Change-Id: I8b00f594f5a6c3222f40af247a28b116001c6755
-
Philippe Pébay authored
Change-Id: I953544d8d550d45645cb7c1cd4bf220c27ed58ab
-
David C. Lonie authored
d3617b58 Simplify TextRenderer API, cleanup style.
-
Kyle Lutz authored
This adds a new virtual method to vtkProperty named RenderMaterial() which sends the given material properties to the graphics card. Change-Id: I83e8b802e5096a7fc5a6b6d365e742b4433dd5eb
-
David C. Lonie authored
Change-Id: Ia1c3474232e27324dbaaaa4f6f731b6444f43fa4
-
David C. Lonie authored
98a40d34 Fix MathText detection regexp.
-
David C. Lonie authored
21b3d7aa Add a vtkTextRendererStringToImage implementation. 3b807281 Add unicode support to vtkTextRenderer.
-
David C. Lonie authored
4db96685 Merge remote-tracking branch 'origin/master' into HEAD 7ca26385 Disable python signal handlers in matplotlib module.
-
Marcus D. Hanwell authored
aa8c363e Port vtkTextActor3D to use vtkTextRenderer.
-
David C. Lonie authored
Conflicts: Rendering/Matplotlib/vtkMatplotlibMathTextUtilities.cxx Change-Id: I8c30e9852c1d819c1bb2fd0d75b6517742305cb7
-
David C. Lonie authored
Change-Id: I891ef3ffa16aef481feb32949c78b2a9b113e9b2
-
Utkarsh Ayachit authored
* pvvtk/pv-master: Change-Id: Ie6c16b583147a8b836ae0db48a7365b9b5adc3f0
-
Utkarsh Ayachit authored
45985cf9 Merge topic 'fix-matplotlib-math-text-segfault' into master 73723f8d Merge topic 'AddSupportForBufferImageReaders' into master 169c9bf5 Fix segfault in vtkMatplotlibMathTextUtilities destructor 49360b7f Merge topic 'send-material-parameters' into master 1013348d Merge topic 'wrapping-external' into master a55006c1 Check if the PythonD target exists d8df7dbf Merge remote-tracking branch 'pvvtk/pv-master' into HEAD 5125955a Merge topic 'TreeHeatMap_RemoveInput' into master 6d8e1605 Merge topic 'cleanup_RAdapter' into master 2b59d8ab Merge topic 'execute-with-info-doc' into master 8087e82f Add vtkPainterDeviceAdapter::SendMaterialProperties() 2319cdcf Merge topic 'fix_filter_precisions' into master 8803e22c Fix testing macros. f830ef4c Fixing loss of point-precision in certain filters. 24b6f091 Merge topic 'vtkPolyData_documentation' into master f2846ae8 Merge topic 'fix-warnings' into master ...
-
- 14 Jan, 2013 2 commits
-
-
Joachim Pouderoux authored
579e7a7b Allow an image reader to read data from buffer instead of file.
- 12 Jan, 2013 1 commit
-
-
Kyle Lutz authored
Several of the ParaView Python tests fail with a segfault in the destructor of the vtkMatplotlibMathTextUtilities when it calls Py_Finalize(). This changes the destructor to only call Py_Finalize() if vtkMatplotlibMathTextUtilities itself called Py_Initialize(). Change-Id: I7fab0273a65c6e6784f1acf4266dfc53594d5fca
-