View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014571ParaView(No Category)public2014-02-13 15:112014-08-29 11:00
ReporterDan Lipsa 
Assigned ToDan Lipsa 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version4.1 
Target Version4.2Fixed in Version4.2 
Summary0014571: Update VisItBridge to visit2.7.0
DescriptionVisItBridge is updated to visit2.7.0.
TagsNo tags attached.
ProjectTBD
Topic Namevisit-bridge-update-2.7.0
Typefeature
Attached Files

 Relationships

  Notes
(0032319)
Dan Lipsa (developer)
2014-02-13 15:14

These commits are on Utilities/VisItBridge repository, master branch.


commit 7e21d670788d166c2d286b66d9d53362b5b8e407
Author: Dan Lipsa <dan.lipsa@kitware.com>
Date: Wed Feb 12 11:25:00 2014 -0500

    Fix multiple definition link error.
    
    VisItBridge duplicates vtkOpenFOAMReader and vtkPOpenFoamReader.
    Classes were moved to the unnamed namespace to fix the multiple definition
    link errors.

commit ca1a755586a8baa339058b9e68b8e813dfe88aa4
Author: Dan Lipsa <dan.lipsa@kitware.com>
Date: Tue Feb 11 17:44:44 2014 -0500

    Fix regression for VisItBridgeChombo
    
    pv.VisItBridgeChombo.VisItBridgeEnzo.VisItBridgeLAMMPSDump
    was failing on Windows debug build.

commit 238014feb918158752d94f96a4de305f8e761d67
Author: Dan Lipsa <dan.lipsa@kitware.com>
Date: Tue Feb 11 16:24:43 2014 -0500

    Fix static compilation errors on Windows

commit 85ca4664de1f9ae91087dc545476e1f1fffc4d7f
Author: Dan Lipsa <dan.lipsa@kitware.com>
Date: Tue Feb 11 15:27:53 2014 -0500

    Disable Visual Studio warnings. Fix static compilation errors.
    
    Disable Visual Studio warnings for static builds as well.

commit b831c88bf994adbf3bd9df8af6d51f5f6df802d6
Author: Dan Lipsa <dan.lipsa@kitware.com>
Date: Tue Feb 11 09:54:26 2014 -0500

    Remove code related to priority based streaming.
    
    This is a fix related to commit
    575ebda202b4bab9b9c004955c63bced2d867797
    'Removed priority based streaming and fast path'

commit 0c362ad4a3ea6069f76646b69b6a891854e683ad
Author: Dan Lipsa <dan.lipsa@kitware.com>
Date: Mon Feb 10 10:33:43 2014 -0500

    Compile snprintf on windows only.

commit 354e1fc2a7fc0593fb4062ee9eea6bccd5b08974
Author: Dan Lipsa <dan.lipsa@kitware.com>
Date: Sat Feb 8 13:09:51 2014 -0500

    Solve Windows compilation errors.
    
    Defined snprintf on Windows, replace Unix only headers with
    Windows equivalents, comment out unused functions.

commit 6ff1891cd6550e389b0f81a7eb63856d5006c6c4
Author: Dan Lipsa <dan.lipsa@kitware.com>
Date: Thu Feb 6 13:00:37 2014 -0500

    Fix for getcwd and compilation error on Windows.

commit 4864630947a3cffdd871e7052886592ad86d8f80
Author: Dan Lipsa <dan.lipsa@kitware.com>
Date: Thu Feb 6 12:50:17 2014 -0500

    Fix PATH_MAX and _EXPORTS windows compilation errors

commit 8d6995c7e8fb20bc0056c5c2825fbed25f2d2df6
Author: Dan Lipsa <dan.lipsa@kitware.com>
Date: Wed Feb 5 17:18:30 2014 -0500

    Fix dllimport and MAX_PATH compilation issues on windows

commit b46bea0c85e49ea968e8d9c34cf8fc5f5cf92205
Merge: ac6bd0f 59cb9f0
Author: Dan Lipsa <dan.lipsa@kitware.com>
Date: Tue Feb 4 15:56:32 2014 -0500

    Merge commit '59cb9f0d043b9cc6726500ed9af3dff946784475' into visit-bridge-up
    
    Conflicts:
        Library/VisItLib/avt/Pipeline/Data/avtCommonDataFunctions.C
        Library/VisItLib/common/state/XMLNode.C
        databases/paraDIS/RC_c_lib/debugutil.h
        databases/paraDIS/avtparaDIS_tecplotFileFormat.C

commit 59cb9f0d043b9cc6726500ed9af3dff946784475
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Thu Jan 16 17:31:34 2014 -0500

    Cleanup dependencies on some core modules.
    
    Cleaned up how dependencies on some of the core VTK modules was added.
    Also removed the need for vtktiff in VisItBridge. We don't need the tiff wri
    in this plugin. It was causing build issues when using system tiff.

commit 78567c0e9fffa54d4949f4ddee3ed6cdbec722c1
Author: Robert Maynard <robert.maynard@kitware.com>
Date: Thu Jan 9 09:31:13 2014 -0500

    Move forward decleration outside method as that itsn't valid.

commit b975549da63b8b12792bbc66711a39eb4a5f4a82
Author: Robert Maynard <robert.maynard@kitware.com>
Date: Tue Jan 7 10:12:52 2014 -0500

    C++11 requires a space between literal and identifier.

commit 8db8fe414d5781dd5758066bdba557a3e126a683
Author: Robert Maynard <robert.maynard@kitware.com>
Date: Tue Jan 7 09:52:51 2014 -0500

    Correct C++11 initializer list narrowing errors.
    
    Implicitly converting to a narrower type in an initializer list
    is an error now with c++11 instead of a warning.

commit fc1a012e580e8f6229af7bfd5f3552d5c0c39d4d
Author: Robert Maynard <robert.maynard@kitware.com>
Date: Tue Jan 7 09:29:45 2014 -0500

    Correct return values to be NULL pointers instead of bools.

commit feec3adcb9ddf9d7c447819a227d8f1306233ae4
Author: David Thompson <david.thompson@kitware.com>
Date: Mon Jan 6 14:26:46 2014 -0500

    The comparison operator is now const correct.
    
    This is important so that we compile correctly with libc++11.

commit ac6bd0f7ca3f5ce7fe557f12ac697cea5b3d9d2c
Author: Dan Lipsa <dan.lipsa@kitware.com>
Date: Fri Dec 13 08:57:23 2013 -0500

    Use vtk_hdf5.h instead of hdf5.h

commit d99bb96d4636059d9197ad4f967d5d6b93599b46
Author: Dan Lipsa <dan.lipsa@kitware.com>
Date: Thu Dec 12 11:30:53 2013 -0500

    Solve VisItBridge Vs bug and add comment

commit 4664bf4024275351b4193e5a3f913d36b7bb764a
Author: Dan Lipsa <dan.lipsa@kitware.com>
Date: Tue Dec 10 16:45:07 2013 -0500

    Move visit reader stubs from CMake to AvtAlgorithms directory.

commit 0a2b981e509b306528bb14ec8aed3459523b6ebc
Author: Dan Lipsa <dan.lipsa@kitware.com>
Date: Tue Dec 10 11:07:02 2013 -0500

    Fix 'open an HDF5 file without H5F_CLOSE_SEMI' warning for Chombo and Enzo

commit 6de2bd2d56229db8a6105faffba2f379d0113942
Author: Dan Lipsa <dan.lipsa@kitware.com>
Date: Tue Dec 3 17:22:31 2013 -0500

    Upgrade VisItBridge to visit2.7.0


(0032337)
Utkarsh Ayachit (administrator)
2014-02-15 08:58

Topics merged into master:
        14511-qt5-support
        assembly-exporter
        catalyst-rendering-fix
        easy_subclassing
        fix_chart_panels
        fix_parallel_amrconnectivity
        remove_duplicate_pqColorTableModel
        robust_pca
        view-settings
        visit-bridge-update-2.7.0
(0032356)
Alan Scott (manager)
2014-02-20 21:42

Nice!

Developer tag in git. However, I was able to test bug 14544, which was waiting for an update of the VisIt bridge. Worked! Nice.

Closing.
(0032357)
Alan Scott (manager)
2014-02-20 21:44

Woops. Reading Utkarsh's notes in 14544, VisIt bridge is unrelated. Still closing, since I don't know how to test the VisIt update.

 Issue History
Date Modified Username Field Change
2014-02-13 15:11 Dan Lipsa New Issue
2014-02-13 15:11 Dan Lipsa Assigned To => Dan Lipsa
2014-02-13 15:14 Dan Lipsa Topic Name => visit-bridge-update-2.7.0
2014-02-13 15:14 Dan Lipsa Note Added: 0032319
2014-02-13 15:14 Dan Lipsa Status backlog => gatekeeper review
2014-02-15 08:58 Utkarsh Ayachit Fixed in Version => git-master
2014-02-15 08:58 Utkarsh Ayachit Status gatekeeper review => customer review
2014-02-15 08:58 Utkarsh Ayachit Note Added: 0032337
2014-02-20 21:42 Alan Scott Note Added: 0032356
2014-02-20 21:42 Alan Scott Status customer review => closed
2014-02-20 21:42 Alan Scott Resolution open => fixed
2014-02-20 21:44 Alan Scott Note Added: 0032357
2014-06-17 09:22 Utkarsh Ayachit Target Version => 4.2
2014-08-29 11:00 Utkarsh Ayachit Fixed in Version git-master => 4.2


Copyright © 2000 - 2018 MantisBT Team