aboutsummaryrefslogtreecommitdiffstats
path: root/doc/build_log.txt
Commit message (Collapse)AuthorAgeFilesLines
* Only call p.sig_words once in CurveGFp constructor.lloyd2011-05-191-1/+1
| | | | Fix build log; copy and paste error.
* Make different targets for 32 and 64 bit Atom processors, since mostlloyd2011-05-091-0/+2
| | | | consumer/desktop level Atoms are actually 32 bit.
* Doc and theming updateslloyd2011-05-021-0/+1
|
* Use STLport with Sun Studio by default on Linux. It is probably thelloyd2011-04-251-0/+2
| | | | | | | | | right thing for most modern distros, and if someone is using Sun CC on Linux they probably know if they don't want that. Record successful Sun Studio 5.10 build, also note that Clang 2.9 also seems to miscompile SSE2 IDEA. The Clang 2.9 build on FreeBSD did not have this failure, wonder what happened there.
* Merge last bits from the tutorial.lloyd2011-04-221-6/+5
| | | | | | Many other cleanups and changes in the docs. Make the index page a functional standin for the current site so the entire website can be built using Sphinx.
* Intel C++ doesn't seem to have an option for setting the soname, so itlloyd2011-04-221-0/+1
| | | | | | | | | | | | will default to the full output file name. That actually worked as expected when the so was always written as libbotan-1.8.2, but doesn't anymore since soname does not match the written file. This probably won't work right on Windows, but I don't have access to Intel C++ on Windows. Note good Intel C++ 11.1 build in build log Note that CPython 2.7 works for configuring the build
* Enable unix_procs for FreeBSD. It was disabled in 2006 to worklloyd2011-04-211-210/+212
| | | | | | | | | | | | | | | | | | | | | | | | around a bug in FreeBSD 6.1, which is long EOL. If we can't figure out the CPU in configure.py, if running verbosely dump the entire list of CPUs we know about. Some doc cleanups. Rename the 'beos' target to 'haiku', since testing shows that botan can't compile under the old BeOS GCC 2.95 anyway. Remove the call to idle_time in the stats entropy source - it causes a crash on Haiku R1-alpha2 somewhere inside a system DLL. I didn't bother debugging it beyond looking at the backtrace. Add a 'bepc' alias for i386 as that is what Haiku reports its processor as. Fix the install dirs to match Haiku R1, though apparently they will change in R2 anyway when they add package management. Enable use of gmtime_r on Haiku.
* Some more cleanups and reorgs. Drop old InSiTo arch doc; was not atlloyd2011-04-151-210/+212
| | | | all relevant to current state of botan.
* Import the build results log. Wrap some really long lines.lloyd2011-04-151-0/+222