My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Versions  
Version history
Featured
Updated Nov 12, 2010 by magnus.wrenninge

Version history

  • 1.1.6 (r78)
    • Added 'f3dinfo' app
    • Moved some of the little test apps from apps/ into test/misc_tests and apps/sample_code
    • Field3DFile.cpp : parsePartition() will now skip "field3d_global_metadata". This is to ensure that .f3d files written using v1.2 of the library will be readable by v1.1.6. ( issue #19 )
  • 1.1.5 (r63)
    • CMake file added (contributed by Nicholas Yue)
    • Removed unused member variables in SparseField ( issue #24 )
    • BuildSupport.py: addField3DInstall now prepends paths to make sure they take precedence over any installed versions.
  • 1.1.4 (r41)
  • 1.1.3 (r40)
  • 1.1.2 (r38)
    • Removed some spurious SPI:: namespaces that had snuck in with the SparseFileManager
  • 1.1.1 (r35)
    • Renamed Log -> Msg
    • Merged the various class factories into ClassFactory ( issue #4 )
    • Replaced str() function with explicit boost::lexical_cast<> calls.
    • Added more Imath typedefs.
    • Implemented block cache for SparseField ( issue #2 )
    • Added base class for reference counted objects ( issue #5 )
    • FieldMapping: Added voxelToWorld that takes iterators.
    • Renamed LinearFieldInterp/CubicFieldInterp template to LinearGenericFieldInterp/CubicGenericFieldInterp
      • Uses the code from LinearDenseFieldInterp
    • Each concrete Field class now has LinearInterp and CubicInterp typedefs for easy access.
    • Added dataTypeToEnum traits function
    • Version handling in file reading code. Field3D can now specify a minimum version number that the library is compatible with.
  • 1.0.1 (r29)
    • FieldMapping intrusive pointers were not thread safe. Fixed. Also fixed reference count in copy constructor.
    • BuildSupport.py - bug fix for dealing with math header file
    • Changed required boost version to 1.34.0
  • 1.0.0 (r12)
    • Initial check-in

Sign in to add a comment
Powered by Google Project Hosting