haiku/src/apps/diskusage
Oliver Tappe 220d040227 Use libstdc++, libsupc++ and libgcc from gcc_syslibs.
* Instead of faking libstdc++.so from libstdc++.a, use libstdc++.so
  from the gcc_syslibs build feature for everything except x86_gcc2.
* Use libgcc_s.so from the gcc_syslibs build feature for everything but
  x86_gcc2 (which still carries libgcc as part of libroot.so).
* Drop filtering of libgcc objects for libroot, as that is no longer
  necessary since we're only using libgcc-as-single-object for libroot
  with x86_gcc2, where the filtered object file doesn't exist. Should
  the objects that used to be filtered cause any problems as part of
  libgcc_s.so, we can always filter them as part of the gcc build.
* Use libsupc++.so from the gcc_syslibs build feature for everything but
  x86_gcc2.
* Adjust all Jamfiles accordingly.
* Deactivate building of faked libstdc++.so for non-x86-gcc2. For
  x86_gcc2, we still build libstdc++.so from the sources in the Haiku
  source tree as part of the Haiku build .
* Put gcc_syslibs package onto the image, when needed.
2014-08-13 13:32:44 +02:00
..
App.cpp Applied yet another localization patch from Jorma Karvonen. Fixes #7169. 2011-02-14 18:26:15 +00:00
App.h Applied yet another localization patch from Jorma Karvonen. Fixes #7169. 2011-02-14 18:26:15 +00:00
ControlsView.cpp DiskUsage: drawing artefact in TabView 2013-07-17 12:01:26 -04:00
ControlsView.h DiskUsage: added ability to cancel an ongoing scan. fixes #6801. 2012-11-14 22:33:44 -05:00
DiskUsage.cpp DiskUsage: reuse string_for_size in libshared.a 2013-07-13 14:19:09 -04:00
DiskUsage.h DiskUsage: added ability to cancel an ongoing scan. fixes #6801. 2012-11-14 22:33:44 -05:00
DiskUsage.rdef Tracker add-on shortcuts, move resource to BEOS: namespace 2013-07-13 14:19:09 -04:00
InfoWindow.cpp DiskUsage: reuse string_for_size in libshared.a 2013-07-13 14:19:09 -04:00
InfoWindow.h Code style cleanup. 2010-07-02 03:07:18 +00:00
Jamfile Use libstdc++, libsupc++ and libgcc from gcc_syslibs. 2014-08-13 13:32:44 +02:00
MainWindow.cpp DiskUsage: added ability to cancel an ongoing scan. fixes #6801. 2012-11-14 22:33:44 -05:00
MainWindow.h DiskUsage: added ability to cancel an ongoing scan. fixes #6801. 2012-11-14 22:33:44 -05:00
PieView.cpp DiskUsage: Open file/folder on cmd-click, zoom on regular click. 2014-06-05 17:55:42 -04:00
PieView.h DiskUsage: update status view after zoom in or zoom out. fixes #6756. 2012-11-14 22:33:44 -05:00
Scanner.cpp DiskUsage: avoid leaking the saved scan snapshot 2012-11-14 23:07:22 -05:00
Scanner.h DiskUsage: added ability to cancel an ongoing scan. fixes #6801. 2012-11-14 22:33:44 -05:00
Snapshot.cpp DiskUsage : 2011-02-23 01:08:25 +00:00
Snapshot.h Code style cleanup. 2010-07-02 03:07:18 +00:00
StatusView.cpp DiskUsage: reuse string_for_size in libshared.a 2013-07-13 14:19:09 -04:00
StatusView.h DiskUsage: added ability to cancel an ongoing scan. fixes #6801. 2012-11-14 22:33:44 -05:00
TODO
VolumeView.cpp DiskUsage: added ability to cancel an ongoing scan. fixes #6801. 2012-11-14 22:33:44 -05:00
VolumeView.h DiskUsage: added ability to cancel an ongoing scan. fixes #6801. 2012-11-14 22:33:44 -05:00