Commit graph

22946 commits

Author SHA1 Message Date
Dave Abrahams
e7a18f71fd deduced function parameters
[SVN r34826]
2006-08-06 16:52:09 +00:00
Dave Abrahams
db045fb5e9 deduced function parameters
[SVN r34825]
2006-08-06 16:32:50 +00:00
Gennaro Prota
c7dda68402 Inspect Tool Update:
removed unused enum; further tweak to error messages displayed to user


[SVN r34824]
2006-08-06 16:04:57 +00:00
Gennaro Prota
85e7f49ff6 Inspect Tool Update:
long_name_check.cpp/.hpp:
* removed hardcoded constants, added comments about ISO 9660
* removed dependencies on bind and next_prior
* fixed a bug which prevented directory names with dots to be detected
* clarified error messages (this probably started by checking the length only, but now it also performs many other checks)

link_check.cpp:
* removed name for an unused paramter

inspector.hpp:
* made inspector default constructor protected
* made "empty" virtual functions pure, where possible

inspect.cpp:
* minor tweaks to the output


[SVN r34823]
2006-08-06 15:59:56 +00:00
Gennaro Prota
a03bbff210 added slash to boost url
fixed silly error in #if/#endif logic of the previous edit
improved comment about code never reached
removed "All rights reserved"


[SVN r34822]
2006-08-06 12:31:44 +00:00
Dave Abrahams
31273eb2fd naming convention
[SVN r34821]
2006-08-06 02:04:34 +00:00
Gennaro Prota
d9393bb328 there seems to be no reasonable form which avoids warnings with all compilers; so let's use a clear style and filter explicitly the VC warning
[SVN r34820]
2006-08-05 22:45:53 +00:00
Ion Gaztañaga
09a976e6bc First complete documentation version
[SVN r34819]
2006-08-04 19:54:15 +00:00
Ion Gaztañaga
2efe24a957 First complete documentation version
[SVN r34818]
2006-08-04 19:37:51 +00:00
Ion Gaztañaga
93d99bcdb8 First complete documentation version
[SVN r34817]
2006-08-04 19:14:25 +00:00
Dave Abrahams
79f9ee6d48 More doc progress
[SVN r34813]
2006-08-04 01:15:42 +00:00
Douglas Gregor
70f30e1975 Give bundle_property_map a default constructor
[SVN r34812]
2006-08-03 18:30:26 +00:00
Douglas Gregor
9964b41bb9 Give bundle_property_map a default constructor
[SVN r34811]
2006-08-03 18:29:44 +00:00
Douglas Gregor
952faeaba4 Documentation fixes, from David Baird
[SVN r34810]
2006-08-03 18:20:43 +00:00
Dave Abrahams
f1e9435e90 More doc progress
[SVN r34809]
2006-08-03 04:44:35 +00:00
Rene Rivera
73048b7203 Skip targets that can't be generated like BBv1 does.
[SVN r34806]
2006-08-02 18:26:30 +00:00
Beman Dawes
9c5f3af700 Tweak Bike shed:-)
[SVN r34804]
2006-08-02 15:46:20 +00:00
Markus Schöpflin
35bf36700a Added librt when linking on Tru64/gcc.
[SVN r34802]
2006-08-02 08:05:44 +00:00
Gennaro Prota
ac14dfd67e some "rewording" to avoid spurious level 4 warnings with VC7.1 and VC8
[SVN r34801]
2006-08-01 22:37:38 +00:00
Gennaro Prota
1d3a1e2ba2 with apologies to Terje, changed 'ø' in 'o', to stick to the basic source
character set (non-basic chars should be handled in phase 1, but some users report compile failures due to them)


[SVN r34800]
2006-08-01 20:36:14 +00:00
Gennaro Prota
32e813a862 (intermediate devel step)
* removed hardcoded constant (31)
* fixed bug which prevented detecting dots in directory names


[SVN r34799]
2006-08-01 17:26:15 +00:00
Gennaro Prota
adf75a9d76 ok, resetting the shared_ptrs had the purpose to start reporting from inspector destructors:
let the compiler take automatically care of that


[SVN r34798]
2006-08-01 14:25:50 +00:00
Douglas Gregor
acaa735a23 Unnamed parameter fix, from Julio M. Merino Vidal
[SVN r34797]
2006-08-01 14:00:22 +00:00
Gennaro Prota
a72fb87d0f as a service to the user, list *all* invalid options before exiting
[SVN r34796]
2006-08-01 12:40:20 +00:00
Gennaro Prota
4db7ffe368 keep all #include directives together; some better encapsulation for class inspector_element; initialize file/dir/error counts to zero; make sure we don't modify the argv pointers and strings; don't call initial_path() until all command line options have been checked; removed unneeded shared_ptr<> reset()
[SVN r34795]
2006-08-01 12:32:27 +00:00
Gennaro Prota
d0e575d10d removed #includes for <assert.h> and <utility>, which aren't used
[SVN r34793]
2006-07-31 20:56:51 +00:00
Gennaro Prota
3e20c7f544 use the new boost::time_string() utility
[SVN r34792]
2006-07-31 20:44:44 +00:00
Gennaro Prota
88452b20b7 simple utility function usable by several boost tools
[SVN r34791]
2006-07-31 20:36:29 +00:00
Gennaro Prota
61c9c14e91 reflect cvsroot change in hyperlink prefix; (minor) added trailing slash to doc url
[SVN r34790]
2006-07-31 14:48:16 +00:00
Dave Abrahams
7c4359d162 progress on tutorial
[SVN r34787]
2006-07-30 21:33:22 +00:00
John Maddock
2d0bebc5e1 Fixed const-correctness bugs.
[SVN r34785]
2006-07-30 16:14:16 +00:00
John Maddock
9bbeb396a7 Added additional thread safety tests.
[SVN r34775]
2006-07-29 16:02:56 +00:00
John Maddock
5caff06c0b Improved const correctness, fixed thread safety bug.
[SVN r34774]
2006-07-29 16:01:48 +00:00
Gennaro Prota
ec1b74fbba Inspect Tool Update:
* removed a tab character
* removed 64-bit portability warnings with VC8


[SVN r34773]
2006-07-29 15:22:45 +00:00
Gennaro Prota
06c8f58130 Inspect Tool Update:
* slightly changed desc() message, in consequence of the tightened min/max checks


[SVN r34772]
2006-07-29 15:20:27 +00:00
Gennaro Prota
a3df5d975b Inspect Tool Update:
* tightened min/max guidelines checks (conservatively avoid false positives)
* removed 64-bit portability warnings with VC8


[SVN r34771]
2006-07-29 15:19:03 +00:00
Gennaro Prota
70364210d8 Inspect Tool Update:
* remove hardcoded constants ("unknown", 19, etc.)
* bugfix (possibly endless loop) and simplification in library_from_content()
* generate valid XHTML 1.0 Strict when in HTML output mode (with link to validator)
* help output more consistent with the GNU style; return 0 when help is deliberately invoked
* added error control for strftime()
* add trailing slash to library URLs
* use <assert.h>, as some libs still macro-guard <cassert>


[SVN r34770]
2006-07-29 15:15:25 +00:00
Gennaro Prota
638ee327d3 Inspect Tool Update:
* use <assert.h>, as some libs still macro-guard <cassert>


[SVN r34769]
2006-07-29 14:52:44 +00:00
Gennaro Prota
e3084451cd (minor) slightly changed copyright line format, for consistency
[SVN r34768]
2006-07-29 14:49:35 +00:00
Hartmut Kaiser
a78adcf947 Added license and copyright.
[SVN r34767]
2006-07-28 19:22:51 +00:00
Rene Rivera
c399ceab21 Allow specifying the in-reply-to in the command line.
[SVN r34765]
2006-07-28 16:38:07 +00:00
Rene Rivera
d212434966 Fix freshly broken links, again.
[SVN r34764]
2006-07-28 16:06:08 +00:00
Gennadiy Rozental
95b3dd51f5 flush log strema on exit
[SVN r34763]
2006-07-28 15:03:13 +00:00
Gennadiy Rozental
3270b630c7 flush log stream on exit
[SVN r34762]
2006-07-28 15:01:59 +00:00
Gennadiy Rozental
b957b33559 guard numeric_limits access with is_specialized
[SVN r34761]
2006-07-28 15:01:01 +00:00
Hartmut Kaiser
efee9397fd Added license and copyrights.
[SVN r34760]
2006-07-28 14:56:32 +00:00
Gennadiy Rozental
18bbecbc69 include missing headers
[SVN r34759]
2006-07-28 14:54:51 +00:00
Vladimir Prus
3514096796 Fix reference to no-existing response file code
[SVN r34758]
2006-07-28 12:09:25 +00:00
Gennaro Prota
9d2daa17be added final slash to library url; fixed -Wshadow warning with gcc ('what' shadows member function)
[SVN r34755]
2006-07-28 00:36:59 +00:00
Hartmut Kaiser
4b1913dd38 Fixed a couple of SunPro5.8 warnings.
[SVN r34754]
2006-07-27 16:56:06 +00:00