- 08 Oct, 2013 1 commit
-
-
Emilie Harquel authored
--HG-- branch : fw4spl_0.10.0
-
- 14 Nov, 2013 1 commit
-
-
Emilie Harquel authored
--HG-- branch : fw4spl_0.10.0
-
- 17 Jul, 2013 1 commit
-
-
Clément Troesch authored
--HG-- branch : fw4spl_0.9.2
-
- 25 Jul, 2013 1 commit
-
-
Nicolas Philipps authored
--HG-- branch : fw4spl_0.9.2
-
- 22 Aug, 2013 1 commit
-
-
Emilie Harquel authored
--HG-- branch : fw4spl_0.9.2
-
- 17 Jul, 2013 1 commit
-
-
Nicolas Philipps authored
--HG-- branch : fw4spl_0.9.2
-
- 19 Jul, 2013 1 commit
-
-
Emilie Harquel authored
- Updated usage of deprecated Boost 1.54 API - Replaced deprecated boost::mutex::scoped_lock with boost::unique_lock<Mutex> and boost::unique_future with boost::future --HG-- branch : fw4spl_0.9.2
-
- 24 Jun, 2013 1 commit
-
-
Emilie Harquel authored
--HG-- branch : fw4spl_0.9.2
-
- 20 Jun, 2013 5 commits
-
-
Nicolas Philipps authored
--HG-- branch : fw4spl_0.9.2
-
Nicolas Philipps authored
* set default streamFactory when buffer's streamFactory was never explicitly set --HG-- branch : fw4spl_0.9.2 extra : rebase_source : 1e42bdcd5698e5b543c773e323fa7c486da5f058
-
Julien Waechter authored
--HG-- branch : fw4spl_0.9.2
-
arnaud.charnoz@gmail.com authored
--HG-- branch : fw4spl_0.9.2
-
arnaud.charnoz@gmail.com authored
--HG-- branch : fw4spl_0.9.2
-
- 19 Jun, 2013 1 commit
-
-
Julien Waechter authored
--HG-- branch : fw4spl_0.9.2 extra : rebase_source : d5be54b30f29d167928beb6828d542861b2c3952
-
- 18 Jun, 2013 1 commit
-
-
Pascal Monnier authored
--HG-- branch : fw4spl_0.9.2
-
- 17 Jun, 2013 12 commits
-
-
Julien Waechter authored
By IHU dev-team : nicolas.philipps, julien.waechter --HG-- branch : fw4spl_0.9.2
-
Nicolas Philipps authored
- Buffer management runs in a dedicated thread - BufferManager API has been made asynchronous - Naive factories has been updated to fwCore's one By IHU dev-team : nicolas.philipps, julien.waechter --HG-- branch : fw4spl_0.9.2
-
Julien Waechter authored
By IHU dev-team : nicolas.philipps, julien.waechter --HG-- branch : fw4spl_0.9.2
-
Nicolas Philipps authored
- A new name for each buffer is generated in order to avoid to have several buffer using the same file name - The postfix -json or -xml has been appended to buffers dir name, to avoid data overwrite when saving to archive in the same place with the same name but with a different base format. By IHU dev-team : nicolas.philipps, julien.waechter --HG-- branch : fw4spl_0.9.2
-
Arnaud Charnoz authored
--HG-- branch : fw4spl_0.9.2
-
Nicolas Philipps authored
By IHU dev-team : nicolas.philipps, julien.waechter --HG-- branch : fw4spl_0.9.2
-
Julien Waechter authored
By IHU dev-team : nicolas.philipps, julien.waechter --HG-- branch : fw4spl_0.9.2 rename : SrcLib/core/fwZip/include/crypt.h => SrcLib/core/fwZip/include/minizip/crypt.h rename : SrcLib/core/fwZip/include/export.h => SrcLib/core/fwZip/include/minizip/export.h rename : SrcLib/core/fwZip/include/ioapi.h => SrcLib/core/fwZip/include/minizip/ioapi.h rename : SrcLib/core/fwZip/include/iowin32.h => SrcLib/core/fwZip/include/minizip/iowin32.h rename : SrcLib/core/fwZip/include/mztools.h => SrcLib/core/fwZip/include/minizip/mztools.h rename : SrcLib/core/fwZip/include/unzip.h => SrcLib/core/fwZip/include/minizip/unzip.h rename : SrcLib/core/fwZip/include/zip.h => SrcLib/core/fwZip/include/minizip/zip.h rename : SrcLib/core/fwZip/src/ioapi.c => SrcLib/core/fwZip/src/minizip/ioapi.c rename : SrcLib/core/fwZip/src/iowin32.c => SrcLib/core/fwZip/src/minizip/iowin32.c rename : SrcLib/core/fwZip/src/mztools.c => SrcLib/core/fwZip/src/minizip/mztools.c rename : SrcLib/core/fwZip/src/unzip.c => SrcLib/core/fwZip/src/minizip/unzip.c rename : SrcLib/core/fwZip/src/zip.c => SrcLib/core/fwZip/src/minizip/zip.c
-
Nicolas Philipps authored
- Updated fwZip stream API - Added Stream API to BufferManager, fwAtomsBoostIO By IHU dev-team : nicolas.philipps, julien.waechter --HG-- branch : fw4spl_0.9.2
-
Julien Waechter authored
By IHU dev-team : nicolas.philipps, julien.waechter --HG-- branch : fw4spl_0.9.2 rename : SrcLib/core/fwTools/include/fwTools/BufferAllocationPolicy.hpp => SrcLib/core/fwMemory/include/fwMemory/BufferAllocationPolicy.hpp rename : SrcLib/core/fwTools/include/fwTools/BufferObject.hpp => SrcLib/core/fwMemory/include/fwMemory/BufferObject.hpp rename : SrcLib/core/fwTools/include/fwTools/ByteSize.hpp => SrcLib/core/fwMemory/include/fwMemory/ByteSize.hpp rename : SrcLib/core/fwTools/include/fwTools/IBufferManager.hpp => SrcLib/core/fwMemory/include/fwMemory/IBufferManager.hpp rename : SrcLib/core/fwTools/include/fwTools/camp/declare.hpp => SrcLib/core/fwMemory/include/fwMemory/camp/declare.hpp rename : SrcLib/core/fwTools/include/fwTools/camp/mapper.hpp => SrcLib/core/fwMemory/include/fwMemory/camp/mapper.hpp rename : SrcLib/core/fwTools/src/fwTools/BufferAllocationPolicy.cpp => SrcLib/core/fwMemory/src/fwMemory/BufferAllocationPolicy.cpp rename : SrcLib/core/fwTools/src/fwTools/BufferObject.cpp => SrcLib/core/fwMemory/src/fwMemory/BufferObject.cpp rename : SrcLib/core/fwTools/src/fwTools/ByteSize.cpp => SrcLib/core/fwMemory/src/fwMemory/ByteSize.cpp rename : SrcLib/core/fwTools/src/fwTools/IBufferManager.cpp => SrcLib/core/fwMemory/src/fwMemory/IBufferManager.cpp rename : SrcLib/core/fwTools/src/fwTools/camp/declare.cpp => SrcLib/core/fwMemory/src/fwMemory/camp/declare.cpp rename : SrcLib/core/fwTools/test/tu/include/BufferObjectTest.hpp => SrcLib/core/fwMemory/test/tu/include/BufferObjectTest.hpp rename : SrcLib/core/fwTools/test/tu/include/ByteSizeTest.hpp => SrcLib/core/fwMemory/test/tu/include/ByteSizeTest.hpp rename : SrcLib/core/fwTools/test/tu/src/BufferObjectTest.cpp => SrcLib/core/fwMemory/test/tu/src/BufferObjectTest.cpp rename : SrcLib/core/fwTools/test/tu/src/ByteSizeTest.cpp => SrcLib/core/fwMemory/test/tu/src/ByteSizeTest.cpp
-
Julien Waechter authored
--HG-- branch : fw4spl_0.9.2 extra : source : c13bcdd6d6d7cab882fac17e2d950d531ff8a2b1
-
Emilie Harquel authored
--HG-- branch : fw4spl_0.9.2
-
Emilie Harquel authored
--HG-- branch : fw4spl_0.9.2 extra : source : 4c9e8cf52ed1c206b378be923a447cda904c274b
-
- 23 May, 2013 1 commit
-
-
Pascal Monnier authored
--HG-- branch : fw4spl_0.9.2 extra : source : 0a26cdcbb23264794dcde1a4acf46afad92385e0
-
- 17 Jun, 2013 9 commits
-
-
Emilie Harquel authored
--HG-- branch : fw4spl_0.9.2 extra : source : 382e623c06722b3362e5d4c47543c3e5888ec8a9
-
Emilie Harquel authored
--HG-- branch : fw4spl_0.9.2
-
Emilie Harquel authored
--HG-- branch : fw4spl_0.9.2
-
Emilie Harquel authored
It contains the semantic patches used to tranform atoms object into 'MedicalData' context from version 'V1' to version 'V2' --HG-- branch : fw4spl_0.9.2
-
Emilie Harquel authored
It contains the structural patches used to transform atoms from a version to another. --HG-- branch : fw4spl_0.9.2
-
Emilie Harquel authored
Contains the base interfaces used to transform atoms from a version to another into a context. --HG-- branch : fw4spl_0.9.2 extra : source : c2c0c79f1865a3c46d44b42b9bac7db837ef18e1
-
Emilie Harquel authored
--HG-- branch : fw4spl_0.9.2 extra : source : ecb1217a362a0ea80fa0edcf7c765803e3fe3626
-
Emilie Harquel authored
Updated fwAtoms: fixed fwAtoms::Object attributes and metaInfos and added template method getAttribute() --HG-- branch : fw4spl_0.9.2 extra : source : 14d677cd0c819fd982d03180ed3ae551b36e20d9
-
Emilie Harquel authored
--HG-- branch : fw4spl_0.9.2
-
- 13 Jun, 2013 2 commits
-
-
arnaud.charnoz@gmail.com authored
--HG-- branch : fw4spl_0.9.2
-
arnaud.charnoz@gmail.com authored
--HG-- branch : fw4spl_0.9.2 extra : transplant_source : %3E%AEe%B93%5D%B1%3B%D9%B2z%E8%5C%D0ls%2A%23%EF%D6
-
- 30 May, 2013 1 commit
-
-
Pascal Monnier authored
(the extension is appened by vtkOBJExporter). --HG-- branch : fw4spl_0.9.2
-