summaryrefslogtreecommitdiffstats
path: root/libcxx/docs/Makefile.sphinx
Commit message (Collapse)AuthorAgeFilesLines
* Add design docs for upcoming file_time_type change.Eric Fiselier2018-07-251-1/+1
| | | | | | | | | | | | | | | | | | In upcoming changes to filesystem I plan to change file_time_type to use __int128_t as its underlying representation, in order to allow it to have a range and resolution at least that of the timespec struct. There was some pushback against this decision, so I drafted a document explaining the problems, potential solutions, and the rational for the decision. However, it's probably easier to let people read the generated HTML rather than the raw restructured text. For this reason I'm commiting the design documents before hand, so they can be available during any subsequent discussion or code review. llvm-svn: 337880
* Attempt to fix Sphinx buildEric Fiselier2016-09-161-1/+1
| | | | llvm-svn: 281697
* Test commit for builderEric Fiselier2015-09-051-0/+3
| | | | llvm-svn: 246910
* Add temporary Makefile.sphinx build file to get libcxx.llvm.org/docs goingEric Fiselier2015-09-051-0/+34
llvm-svn: 246909
OpenPOWER on IntegriCloud