Ticket #412 (closed: fixed)

Opened 12 years ago

Last modified 5 years ago

Remove usage of boost::filesystem in favour of Poco::Filesystem

Reported by: Martyn Gigg Owned by:
Priority: minor Milestone: Iteration 15
Component: Keywords:
Cc: Blocked By:
Blocking: Tester:

Description

As the boost::filesystem library is one of the newer components of boost it is still subject to change, i.e. method name changes, which will cause problems if we decide to change the version in the future. The Poco library has similar functionality so replace it with this.

Change History

comment:1 Changed 12 years ago by Martyn Gigg

(In [2010]) Removed boost::filesystem usage and replaced it with the Poco::Filesystem. Re #412

comment:2 Changed 12 years ago by Martyn Gigg

(In [2012]) Correction for Matlab interface and Poco path. Re #412

comment:3 Changed 12 years ago by Martyn Gigg

(In [2013]) Fix test. Re #412

comment:4 Changed 12 years ago by Martyn Gigg

(In [2014]) Fixed the file validator for empty file names. Added a test for these as well. Re #412

comment:5 Changed 12 years ago by Martyn Gigg

  • Status changed from new to closed
  • Resolution set to fixed

comment:6 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 1260

Note: See TracTickets for help on using tickets.