Commit Graph

6 Commits

Author SHA1 Message Date
Mael 0ff7882997
Merge branch 'master' into feature/bug_documentation_spell_20221113 2022-12-06 22:21:06 +01:00
Mael Rouxel-Labbé b5c21e1f5d Http -> https + update some dead links 2022-11-23 18:54:37 +01:00
albert-github 3674c937f7 spelling corrections
Some spelling corrections (Directories starting with `M`-` N`),
some backward work
some forward work
2022-11-15 15:21:01 +01:00
Laurent Rineau 01cde38b99 Update my Boost configuration.
Add a compilation using g++-4.1.

Add a README.txt file that "documents" what is compiled.
2012-06-11 16:14:46 +00:00
Laurent Rineau 40f3e21e3e Recompile Boost libraries with g++-4.5
On that machine, I use g++-4.5, 4.6, and 4.7. If I compile the Boost
libraries with the oldest compiler, the binary compatibility is ensured,
because the soname of libstd++ is libstdc++.so.6 for all of those
compilers (but the binary compatibility is only ensured backward: if a
Boost library is compiled with g++-4.6, that does not work if it is after
linked with libstdc++ of g++-4.5).
2012-04-12 11:45:31 +00:00
Laurent Rineau be1eeb9341 Save my files used to compile Boost into SVN 2012-02-21 10:18:33 +00:00