After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 646488 - Remove use of boost filesystem
Remove use of boost filesystem
Status: RESOLVED FIXED
Product: gnote
Classification: Applications
Component: build
git master
Other Linux
: Normal normal
: ---
Assigned To: gnote-maint
gnote-maint
Depends on:
Blocks:
 
 
Reported: 2011-04-01 21:51 UTC by Aurimas Černius
Modified: 2011-04-29 21:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Improve sharp::DateTime (1.88 KB, patch)
2011-04-01 21:52 UTC, Aurimas Černius
none Details | Review
Refactor sharp/directory.cpp (1.40 KB, patch)
2011-04-01 21:53 UTC, Aurimas Černius
none Details | Review
New function for getting file modification date. (1.45 KB, patch)
2011-04-01 21:53 UTC, Aurimas Černius
none Details | Review
Refactor sharp/files.cpp (1.26 KB, patch)
2011-04-01 21:54 UTC, Aurimas Černius
none Details | Review
Refactor note.cpp (2.71 KB, patch)
2011-04-01 21:55 UTC, Aurimas Černius
none Details | Review
Refactor notemanager.cpp (2.13 KB, patch)
2011-04-01 21:55 UTC, Aurimas Černius
none Details | Review
Update build system (1.97 KB, patch)
2011-04-01 21:56 UTC, Aurimas Černius
none Details | Review
Refactor notemanager.cpp (2.14 KB, patch)
2011-04-17 14:20 UTC, Aurimas Černius
none Details | Review

Description Aurimas Černius 2011-04-01 21:51:36 UTC
Patches to remove use of boost filesystem.
All usage of boost::filesystem replaced by Glib equivalents.
Minimum versions of Glib and Glibmm bumped to 2.18. It appears to be de facto requirement already, imposed by required version of GTK (2.20).
Comment 1 Aurimas Černius 2011-04-01 21:52:22 UTC
Created attachment 184905 [details] [review]
Improve sharp::DateTime

Improve sharp::DateTime.
Comment 2 Aurimas Černius 2011-04-01 21:53:17 UTC
Created attachment 184906 [details] [review]
Refactor sharp/directory.cpp

Refactor sharp/directory.cpp
Comment 3 Aurimas Černius 2011-04-01 21:53:58 UTC
Created attachment 184907 [details] [review]
New function for getting file modification date.

New function for getting file modification date.
Comment 4 Aurimas Černius 2011-04-01 21:54:33 UTC
Created attachment 184908 [details] [review]
Refactor sharp/files.cpp

Refactor sharp/files.cpp
Comment 5 Aurimas Černius 2011-04-01 21:55:09 UTC
Created attachment 184909 [details] [review]
Refactor note.cpp

Refactor note.cpp
Comment 6 Aurimas Černius 2011-04-01 21:55:39 UTC
Created attachment 184910 [details] [review]
Refactor notemanager.cpp

Refactor notemanager.cpp
Comment 7 Aurimas Černius 2011-04-01 21:56:16 UTC
Created attachment 184911 [details] [review]
Update build system

Update build system
Comment 8 Aurimas Černius 2011-04-17 14:20:50 UTC
Created attachment 186148 [details] [review]
Refactor notemanager.cpp

Fixed regression: unable to remove note.
Comment 9 Aurimas Černius 2011-04-29 21:26:24 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release.