summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/path.py (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-16sb/path: Handle unicode filenames in a source pathChris Johns1-6/+20
2022-05-16source-builder: Handle utf8 in pathKinsey Moore1-7/+7
2020-08-25sb: Use shebang env pythonChris Johns1-2/+2
2018-10-21sb: Add support to search for a suitable version of python.Chris Johns1-3/+8
2018-09-28sb: Monitor the build disk usage. Report the usage, total and various sizesChris Johns1-6/+62
2018-04-13sb/path: Walk up to root checking if a path is writable.Chris Johns1-1/+1
2018-02-05sb: Fix path.pyStephan Gambke1-2/+1
2018-01-18sb: Add an orphan check to sb-check.Chris Johns1-0/+8
2017-10-15sb: Fix the interface to all path function to be shell paths.Chris Johns1-11/+30
2017-09-22sb: Allow checking if '.' exists as a path.Chris Johns1-1/+3
2017-08-09sb: Fix long path support in copy_tree and removeall path support.Chris Johns1-35/+64
2017-06-14sb: Make error messages uniqueSebastian Huber1-4/+4
2016-03-07sb: Update code base to support Python3 and Python2.Chris Johns1-31/+33
2015-07-20Canandian Cross Compiling and RTEMS 3rd party package building Fixes.Chris Johns1-1/+5
2015-06-16sb: Fix the downloader file:// URL to copy the file to the local path.Chris Johns1-0/+12
2015-03-07Fix removall for Windows and POSIX file systems.Chris Johns1-6/+12
2015-03-07Windows fixes to build with MSYS2.Chris Johns1-30/+40
2015-02-18Fix coping and delete on Windows.Chris Johns1-12/+31
2015-02-07Windows native build fixes.Chris Johns1-1/+8
2014-02-04sb: Do not assume the src is valid.Chris Johns1-3/+7
2013-08-27sb: Fixed the errors as found by Gedare.Chris Johns1-3/+3
2013-08-27sb: Import log for the copytree warnings.Chris Johns1-0/+1
2013-08-22sb: Fix copy_tree coping links on LinuxChris Johns1-1/+13
2013-08-15sb: Fix the copy tree.Chris Johns1-0/+32
2013-05-13Better error message on rmdir failure.Chris Johns1-1/+1
2013-04-15PR 2115 - Fix checking when the path does not fully exist.Chris Johns1-0/+8
2013-04-15PR 2115 - Check prefix path write access before starting to build.Chris Johns1-0/+3
2013-04-13Make exists support lists. Add a path expander call.Chris Johns1-2/+13
2013-02-27Fix host paths on Windows.Chris Johns1-0/+2
2013-02-22Create tar directory when making build set tar files.Chris Johns1-0/+33
2013-02-14If the path is empty do prepend a dirsep.Chris Johns1-1/+4
2012-11-06Move into the source-builder tree.Chris Johns1-0/+0
2012-11-04Add checking support to make sure a host is setup correctly.Chris Johns1-0/+3
2012-10-31Clean all paths to make them work on Windows.Chris Johns1-0/+92