Displaying 6 results from an estimated 6 matches for "jamroot".
2010 Aug 15
0
[LLVMdev] [RFC] Moving to Sphinx for LLVM and friends documentation (with partial implementation (in both 10pt and 12pt font)).
...f work
due to finding parameters to set it up, once that is finished though
the actual documentation is simple.
Look in the html subdirectory to see the generated html as separate
files, but it can also generate a single large html file, pdf, man
pages, docbook, whatever.
The source qbk files and Jamroot is included, but it would be a cinch
to have CMake build it instead. If you do:
bjam -n html
then it will not build it, but it outputs all of the commands and
everything it does, which is surprisingly little, so yes, it could be
integrated with ease.
I ported the first two chapters of the C++ K...
2010 Aug 10
8
[LLVMdev] [RFC] Moving to Sphinx for LLVM and friends documentation (with partial implementation (in both 10pt and 12pt font)).
On Mon, Aug 9, 2010 at 8:51 PM, Chris Lattner <clattner at apple.com> wrote:
>
> On Aug 8, 2010, at 11:29 PM, Michael Spencer wrote:
>>
>> What Do You Think?
>> ------------------
>>
>> I realize that changing the documentation format is non-trivial, but I believe
>> that the benefits are worth the effort. If we go forward with this I will finish
2010 Aug 15
1
[LLVMdev] [RFC] Moving to Sphinx for LLVM and friends documentation (with partial implementation (in both 10pt and 12pt font)).
...the actual documentation is simple.
>>>
>>> Look in the html subdirectory to see the generated html as separate
>>> files, but it can also generate a single large html file, pdf, man
>>> pages, docbook, whatever.
>>>
>>> The source qbk files and Jamroot is included, but it would be a cinch
>>> to have CMake build it instead. If you do:
>>> bjam -n html
>>> then it will not build it, but it outputs all of the commands and
>>> everything it does, which is surprisingly little, so yes, it could be
>>> int...
2010 Aug 18
0
[LLVMdev] [RFC] Moving to Sphinx for LLVM and friends documentation (with partial implementation (in both 10pt and 12pt font)).
On Aug 18, 2010, at 4:01 PM, David A. Greene wrote:
> And the fact that Boostbook knows how to import Doxygen XML output is a
> killer feature. Having a hardcopy of the Doxygen reference can be
> really useful.
>
> I agree with Chris that at the moment, BoostBook/QuickBook is too hard
> to set up. I'm certainly not about to use bcp magic and litter my
> workspace with
2010 Aug 20
2
[LLVMdev] [RFC] Moving to Sphinx for LLVM and friends documentation (with partial implementation (in both 10pt and 12pt font)).
...fine.
Actually Boost.Build/bjam does not depend on boost at all, not even
the source code as it is pure C, not even C++, to allow for the lowest
common denominator (although there is talk of a Boost.Build2 being
made in Python), and running it does not involve even needing Boost
installed, just a Jamroot in your projects directory that is properly
setup, kind of like a CMakeList(s?).txt for CMake.
On Wed, Aug 18, 2010 at 4:55 PM, David A. Greene <greened at obbligato.org> wrote:
>>> I finally got around to trying this out on my windows machine. The
>>> problem is that you...
2010 Aug 18
2
[LLVMdev] [RFC] Moving to Sphinx for LLVM and friends documentation (with partial implementation (in both 10pt and 12pt font)).
OvermindDL1 <overminddl1 at gmail.com> writes:
> On Tue, Aug 17, 2010 at 5:25 PM, Chris Lattner <clattner at apple.com> wrote:
>> On Aug 17, 2010, at 3:42 PM, OvermindDL1 wrote:
>>
>>>
>>> On Tue, Aug 17, 2010 at 4:09 PM, David A. Greene <greened at obbligato.org> wrote:
>>>> OvermindDL1 <overminddl1 at gmail.com> writes: