summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-06-12Add imports to base module.archive/waf/2015-06Amar Takhar
2015-06-12Add documentation.Amar Takhar
2015-06-12Move tag_map -> tag.py to solve circular dependency.Amar Takhar
2015-06-11Add function to get list of options with optional category.Amar Takhar
2015-06-11Move tag map to a central location with some cleanups.Amar Takhar
2015-06-11Turn RTEMS Config into a real library.Amar Takhar
2015-06-10Remove dependency on default options and add RTEMSConfig class.Amar Takhar
2015-06-10Add helper function for adding options.Amar Takhar
2015-06-09Add TODO file.Amar Takhar
2015-06-09Rename rtems_config to py.waf and py.config where appropriate.Amar Takhar
2015-06-09Change rtems_waf -> py in .gitignore.Amar Takhar
2015-06-09Add py/__init__.pyAmar Takhar
2015-06-09Move rtems_waf/ to py/ This may be renamed in the futureAmar Takhar
2015-06-06Enable fatal checking for tags.Amar Takhar
2015-06-06populated options with group tagsAnand Krishnan
2015-06-02Add tag stubs.Amar Takhar
2015-06-02Merge branch 'waf' of ssh://dispatch.rtems.org:/data/git/amar/waf into wafAmar Takhar
2015-06-02Add support for tags in options.Amar Takhar
2015-03-04Ensure '--target' works, for example 'waf --target=rtems-bin2c'Thomas Nagy
2015-03-04Simplified the creation of context instancesThomas Nagy
2015-03-04Removed ctx.cpu and ctx.counter class attributes since they should be context...Thomas Nagy
2015-03-03Do not include config.cfg in archives from 'waf dist'Thomas Nagy
2015-03-03Allow for different tool versions.Amar Takhar
2015-03-03Bump version to 5.0.Amar Takhar
2015-03-03Add VERSION and APPNAME so 'waf dist' works correctly.Amar Takhar
2015-03-03Add TODO for option/section warnings.Amar Takhar
2015-03-03Fail if an option is missing in config.cfg that is required.Amar Takhar
2015-03-03Run configure automatically when config.cfg is modifiedThomas Nagy
2015-03-02Add an option for system header dependencies.Amar Takhar
2015-02-27Print name of file written.Amar Takhar
2015-02-27Re-add docs.py for automatic documentation generation.Amar Takhar
2015-02-27Execurte rtems4.11-ld through ctx.cmd_and_log to improve portability (encodin...Thomas Nagy
2015-02-27Disable execution in conf.check_define (cannot run sparc binaries on freebsd ...Thomas Nagy
2015-02-26Copy files without 'cp' in the build so that it works on WindowsThomas Nagy
2015-02-15Add a hack for SIZEOF_BLKSIZE_TAmar Takhar
2015-02-10Add arm/raspberrypi.Amar Takhar
2015-02-09Add beagle BSPsAmar Takhar
2015-02-09Merge branch 'fix' into wafAmar Takhar
2015-02-09Fix m68k/mcf5235 BSP.Amar Takhar
2015-02-09Add missing config.h.archive/fix/2015-12Amar Takhar
2015-02-09Fix sparc/leon3.Amar Takhar
2015-02-09Add support for xilinx_zynq_zc706.Amar Takhar
2015-02-09Remove debug print as it is no longer needed.Amar Takhar
2015-02-09Fix 'waf config' with new config file loader.Amar Takhar
2015-02-09Fix parsing of BSP configs.Amar Takhar
2015-02-06Fix 2to3 bug in print.Amar Takhar
2015-02-06Add missing BSPs (189 total).Amar Takhar
2015-02-06Remove temp BSP list.Amar Takhar
2015-02-06Merge branch 'fix' into waf (this contains the 'include' branch as well)Amar Takhar
2015-02-06Fix pthread.h includes.Amar Takhar