Commit Graph

121 Commits

Author SHA1 Message Date
Jonathan Turkanis
d6d09bebfb added codecvt_helper include; removed namespace qual. from codecvt_intern
[SVN r27161]
2005-02-06 03:44:40 +00:00
Jonathan Turkanis
694597d9a8 removed return statements from functions returning void; corrected return type of seek
[SVN r27159]
2005-02-05 22:42:08 +00:00
Jonathan Turkanis
5815d8e7a4 added a copy_contructor for VC6
[SVN r27158]
2005-02-05 22:41:12 +00:00
Jonathan Turkanis
2bed5b1a0c fixes for old Dinkumware
[SVN r27157]
2005-02-05 22:40:41 +00:00
Jonathan Turkanis
a38ccfdc79 fix for old Dinkumware
[SVN r27156]
2005-02-05 22:26:55 +00:00
Jonathan Turkanis
0b8c8ba693 modified BOOLST_TRAIT_DEF to define the traits within the current namespace
[SVN r27155]
2005-02-05 21:58:11 +00:00
Jonathan Turkanis
a63f8b996b added a version of select without laziness support, for VC6 in resolve.hpp
[SVN r27152]
2005-02-05 21:18:42 +00:00
Jonathan Turkanis
970e856bb5 replaced select with do_select for VC6 (temporary measure)
[SVN r27151]
2005-02-05 21:18:04 +00:00
Jonathan Turkanis
403497eef9 removed return statement from function returning void
[SVN r27150]
2005-02-05 21:16:28 +00:00
Jonathan Turkanis
aa441800fc oved ios_traits back to separate header to break circular dependency
[SVN r27141]
2005-02-05 06:52:38 +00:00
Jonathan Turkanis
42af427685 restoring header; necessary to avoid circular dependency (whoops)
[SVN r27140]
2005-02-05 06:46:29 +00:00
Jonathan Turkanis
83069cd29d removed ios_traits include
[SVN r27139]
2005-02-05 06:29:00 +00:00
Jonathan Turkanis
2d77ecbb93 obsolete
[SVN r27138]
2005-02-05 06:27:12 +00:00
Jonathan Turkanis
50c6a5ca51 merged into traits.hpp
[SVN r27137]
2005-02-05 06:21:14 +00:00
Jonathan Turkanis
73b6848640 replaced macros for char_type and category with their expansions
[SVN r27136]
2005-02-05 06:19:35 +00:00
Jonathan Turkanis
81ace62bfb erged .hpp files into .cpp files
[SVN r27135]
2005-02-05 05:12:11 +00:00
Jonathan Turkanis
a30564c632 erged into .cpp file
[SVN r27134]
2005-02-05 05:09:14 +00:00
Jonathan Turkanis
031bfbf003 removed incomplete performance tests
[SVN r27133]
2005-02-05 04:37:24 +00:00
Jonathan Turkanis
7c3572a542 updated noscript menu
[SVN r27131]
2005-02-05 02:00:25 +00:00
Jonathan Turkanis
b85cc3c126 fixed broken link
[SVN r27130]
2005-02-05 01:59:51 +00:00
Jonathan Turkanis
984e024b57 fixed typo in preprocessor directive
[SVN r27129]
2005-02-04 23:55:32 +00:00
Jonathan Turkanis
582d1075ab applied iterator_range disambiguation to intel 8.1
[SVN r27128]
2005-02-04 23:51:03 +00:00
Jonathan Turkanis
570261aef8 defined EMPTY_PRIMARY_CODECVT_DEFINITION for libstdc++
[SVN r27127]
2005-02-04 23:46:22 +00:00
Jonathan Turkanis
4a196a4f50 fixed copy-and-paste errors (from is_incrementable); fixes for VC6
[SVN r27126]
2005-02-04 23:35:24 +00:00
Jonathan Turkanis
85e62b3443 applied VC6 workaround to Borland 5.x
[SVN r27125]
2005-02-04 22:30:14 +00:00
Jonathan Turkanis
7098468c0c switched to pragma warn for borland
[SVN r27123]
2005-02-04 21:51:34 +00:00
Jonathan Turkanis
d18e2b08bd replaced use of scope_guard with closer
[SVN r27122]
2005-02-04 21:47:58 +00:00
Jonathan Turkanis
82f066c45f added missing second template param and arg in defs of allocator member functions
[SVN r27121]
2005-02-04 21:46:37 +00:00
Jonathan Turkanis
488056e31a updated to use new protocol for customizing intrinsic operations
[SVN r27120]
2005-02-04 21:45:07 +00:00
Jonathan Turkanis
aa65be6121 made adapter non-closable conditionally for VC6, which couldn;t see member close()
[SVN r27119]
2005-02-04 21:29:02 +00:00
Jonathan Turkanis
16cb771911 decreased max cases to 10
[SVN r27118]
2005-02-04 21:27:35 +00:00
Jonathan Turkanis
ea8fdd236d added manual overload resolution for VC6-7.0
[SVN r27117]
2005-02-04 21:27:02 +00:00
Jonathan Turkanis
739d332814 removed unnecessary function_traits include
[SVN r27116]
2005-02-04 21:26:04 +00:00
Jonathan Turkanis
eebb528bfe rewrote borland pragmas to use warning number instead of command line option
[SVN r27115]
2005-02-04 21:22:10 +00:00
Jonathan Turkanis
e41cfee111 added from_type and to_type typedefs to default_codecvt, for Old Dinkumware
[SVN r27114]
2005-02-04 21:20:48 +00:00
Jonathan Turkanis
21ea046c4e added add_facet and external traits for codecvt, need for old Dinkumware
[SVN r27113]
2005-02-04 21:17:44 +00:00
Jonathan Turkanis
c75130dece removed forward decl of translate_char and moved definition forward, for VC6
[SVN r27112]
2005-02-04 21:16:31 +00:00
Jonathan Turkanis
096cc462dd removed allocator_utilities.hpp include
[SVN r27111]
2005-02-04 21:15:19 +00:00
Jonathan Turkanis
45531554b3 initial commitment
[SVN r27110]
2005-02-04 21:14:33 +00:00
Jonathan Turkanis
02bb83dbb0 renamed get_int_type io_int and moved it into boost::iostreams
[SVN r27109]
2005-02-04 21:13:27 +00:00
Jonathan Turkanis
2660a52339 added is_piper metafunction for VC6-7.0
[SVN r27108]
2005-02-04 21:12:19 +00:00
Jonathan Turkanis
f7bf8c704d rewrote to allow customization by specializing xxx_impl templates
[SVN r27107]
2005-02-04 21:11:14 +00:00
Jonathan Turkanis
81980575cb removed scope_guard
[SVN r27106]
2005-02-04 21:09:58 +00:00
Jonathan Turkanis
38c7cc30cc switched to external codecvt traits, for old Dinkumware
[SVN r27105]
2005-02-04 21:09:01 +00:00
Jonathan Turkanis
176ca473bb initial_commitment
[SVN r27104]
2005-02-04 21:07:59 +00:00
Jonathan Turkanis
e11d869497 updated to avoid explicit spec of template args, for VC6
[SVN r27103]
2005-02-04 21:04:11 +00:00
Jonathan Turkanis
f98662a33f removed return statement from function returning void
[SVN r27102]
2005-02-04 20:59:42 +00:00
Jonathan Turkanis
4b65923b81 fixed line-endings(?)
[SVN r27101]
2005-02-04 20:58:18 +00:00
Jonathan Turkanis
84eae872a9 eliminated non-standard flag MAP_FILE in fourth arg to mmap
[SVN r27100]
2005-02-04 20:52:42 +00:00
Jonathan Turkanis
29a5586632 removed tests for broken component
[SVN r27079]
2005-02-03 18:47:07 +00:00