aboutsummaryrefslogtreecommitdiffstats
path: root/doc/building.txt
Commit message (Collapse)AuthorAgeFilesLines
* Rename all text files that are actually reStructuredText to .rstlloyd2012-07-011-456/+0
|
* Split log.txt into individual release notes. Integrate most of thelloyd2012-06-201-11/+2
| | | | | | | | relevant contents from the pyblosxom news site into said relnotes. DRY suggests having only one form of release notes, and having it in the public source repo. Also some updates for the allocator changes.
* Basic instructions for building the docslloyd2011-12-171-5/+17
|
* Add the start of Python docslloyd2011-08-061-2/+22
| | | | | | Describe how to build a universal binary on OS X Fix tr1::function syntax so Sphinx is happy.
* Update build doclloyd2011-06-071-16/+25
|
* Document KDF properly.lloyd2011-04-221-1/+1
| | | | | | | | Split log by release series instead of year. Make dedicated landing page. If SPHINX_OPTS is set, it will be passed to sphinx-build
* Merge last bits from the tutorial.lloyd2011-04-221-26/+23
| | | | | | 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.
* Fix the --without-sphinx and --without-doxygen flags.lloyd2011-04-191-0/+15
| | | | | | | If neither --with-sphinx nor --without-sphinx were used, then test for sphinx-build in the path and turn it on if we find it. Document the --distribution-info option.
* Add a --no-autoload examplelloyd2011-04-191-0/+9
| | | | | | Add missing dependency in the SIMD engine that would cause build failures when using --no-autoload and explicitly requesting a SIMD algorithm like aes_ssse3 using --enable-modules.
* Spelling fixeslloyd2011-04-121-3/+3
|
* Convert most of the documentation to reStructured Text, addinglloyd2011-04-041-0/+403
a makefile to build it with Sphinx (http://sphinx.pocoo.org/). Previously credits.txt listed public domain code sources; instead directly credit the authors in the relevant files and delete that file. Drop the draft FIPS 140 security policy; I can't imagine FIPS 140 validation will ever happen, and if it does, I don't want anything to do with it. Also drop the internals doc, which was so out of date (and incomplete) as to be worthless. Move the tutorials and InSiTo pdfs into old/ for the time being, until anything relevant from them can be filtered out and converted into RST.