aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 6d6417d..c2e7127 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,32 @@
+2014-05-24 François Dumont <fdumont@gcc.gnu.org>
+
+ * include/profile/array: Clean useless white chars.
+ * include/profile/base.h: Likewise.
+ * include/profile/iterator_tracker.h: Likewise.
+ * include/profile/bitset: Code cleanup and remove not instrumented code.
+ * include/profile/deque: Likewise.
+ * include/profile/forward_list: Likewise.
+ * include/profile/list (std::__profile::_List_profile<>): New.
+ (std::__profile::list<>): Inherit from latter and adapt.
+ * include/profile/impl/profiler_map_to_unordered_map.h: Generalize
+ advise to match any ordered to unordered container conversion.
+ * include/profile/ordered_base.h (std::__profile::_Ordered_profile<>):
+ New.
+ * include/Makefile.am: Add latter.
+ * include/Makefile.in: Regenerate.
+ * include/profile/map.h (std::__profile::map<>): Inherit from latter,
+ remove not instrumented code.
+ * include/profile/multimap.h (std::__profile::multimap<>): Likewise.
+ * include/profile/set.h (std::__profile::set<>): Likewise.
+ * include/profile/multiset.h (std::__profile::multiset<>): Likewise.
+ * include/profile/unordered_base.h: Add some line feed.
+ * include/profile/unordered_map: Clean useless white chars and replace
+ spaces with tabs.
+ * include/profile/unordered_set: Likewise.
+ * include/profile/vector (std::__profile::_Vector_profile_pre<>): New.
+ (std::__profile::_Vector_profile_post<>): New.
+ (std::__profile::vector<>): Inherit from latter and adapt.
+
2014-05-23 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/60793