summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Platform/posix.xml
Commit message (Collapse)AuthorAgeFilesLines
* Improve building of docs using Py3 [ci skip]Mats Wichmann2019-12-051-1/+1
| | | | | | | | | | | | | | | | | | | | * context managers on file r/w + use shutil.copy where it makes sense. * lxml wants (demands?) that xml files be processed as bytes * for the phase where we gen the entity files, read as text anyway * Need to solve a problem where the generated xml is putting the \n in literally, not evaluating it. * Fix some examples broken for py3 * Fix more octal constant instances * Cleanups suggested by PyCharm: staticmethods, two blanks before class definition, others. This addresses issues called out in #3300, but is not a complete solution because the actual doc build step still fails with the epydoc failures (which aren't directly because of Py3; epydoc build doesn't work any better on my system with Py3, even with the forked version with patches). Signed-off-by: Mats Wichmann <mats@linux.com>
* Use prepend for insertsMats Wichmann2018-01-171-2/+2
| | | | | | | | A number of places "append to the beginning", a better word to use here is "prepend". This is a documentation issue only, no executable statements are affected. Signed-off-by: Mats Wichmann <mats@linux.com>
* - added doc editor configuration for XXE5Dirk Baechle2014-01-191-2/+2
| | | | | - added missing icons for XXE4 - adapted schema location, such that the validation works properly in SernaFree and XXE
* - switched to different schemaLocation URIDirk Baechle2013-05-031-1/+1
|
* - rewrote all tool/builder docs to new SCons XSDDirk Baechle2013-05-031-0/+29
|
* Bring CVS back in sync.Steven Knight2005-11-171-1/+6
|
* Add RPATH (-R) support to the sun linker. (Karol Pietrzak)Steven Knight2005-05-071-1/+2
|
* Accumulated documentation changes.Steven Knight2005-02-151-0/+45