summaryrefslogtreecommitdiff
path: root/wscript (follow)
AgeCommit message (Collapse)Author
2021-03-30networking: Rename to legacy networkingVijay Kumar Banerjee
2020-06-30Change version to RTEMS 6Sebastian Huber
Update #4020.
2020-03-13waf: Get the version numbers from the version file.Chris Johns
2019-02-28waf: Fix python3 issues.Chris Johns
- Found after updating to FreeBSD-12.0 which defaults to Python3.
2019-02-14waf: Use the release date in the coverpageChris Johns
2019-02-13waf: Fix version.py to support older versions of git.Chris Johns
2019-02-13waf: Remove as many sys path hacks as we can.Chris Johns
There are still sys.path hacks in the conf.py files. They cannot be removed because the instance of python running the sphinx-build command does not see our top level path hacks. I looked at using PYTHONPATH but I could not figure out how to set a process environ var for a waf build instance.
2019-02-08build: Prepend project common pathSebastian Huber
This avoids conflicts with standard packages such as PIL (Python Imaging Library).
2019-02-07Version change, forgot to add wscript to the commit.Chris Johns
2019-02-06 Support VERSION file for releasing and deploymentChris Johns
- Shorten the GIT hash.
2019-01-14user: Add RSB content as a chapterSebastian Huber
Remove the separate RSB manual.
2019-01-09Replace build date with Git hash and commit dateSebastian Huber
The usage of a build date prevents reproducible builds.
2018-12-17Initial start of converting the Word outline to RestJoel Sherrill
Thanks to Scott Zemerick <scott.zemerick@tmctechnologies.com> for the analysis and ideas that led to this.
2018-11-03waf: Add support to build PlantUML and Ditaa images.Chris Johns
2017-11-09Change RTEMS version to 5Sebastian Huber
Update #3220.
2017-10-12New version of POSIX Compliance GuideJoel Sherrill
This is a replacement of the POSIX 1003.1 Compliance Guide. It will be generated from a .csv file. Updates #3177.
2017-03-27waf: Fix linkcheck and spell commands.Chris Johns
Clean up and remove code that is not needed. Fix sphinx-build quoting to work on Windows.
2017-03-20Use a single top level version number.Chris Johns
2017-01-13waf: Correct the branch version number.Chris Johns
2017-01-12coverpage: Update the coverpage to have the table collapse.Chris Johns
Add each doc's conf.py as a dependence to catalogue.xml.
2017-01-11html: Embed the catalogue XML in JS.Chris Johns
The is to work around a security issue with Chrome on Windows. This patches let the cover page load on Chrome and Edge on Windows 10.
2017-01-11html: Add support for an HTML cover page for releases.Chris Johns
2017-01-10waf: Add a title to the XML Catalogue.Chris Johns
2017-01-10waf: Improved XML Catalogue generator.Chris Johns
2017-01-09waf: Create an XML Catalogue.Chris Johns
2016-11-15waf: Add networking to the manual built.Chris Johns
2016-11-03Rename all manuals with an _ to have a -. It helps released naming of files.Chris Johns
2016-10-31waf: Add an install command.Chris Johns
2016-10-30RSB: Initial additionJoel Sherrill
The content was manually converted from Asciidoc to Sphinx and there are some areas which remain to be done. Specifically there are some tables and embedded links which are known to remain but there are almost certainly other things to clean up.
2016-10-30waf: Add top build support.Chris Johns