summaryrefslogtreecommitdiffstats
path: root/source-builder/sb/path.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* sb/path: Handle unicode filenames in a source pathChris Johns2023-05-161-6/+20
* source-builder: Handle utf8 in pathKinsey Moore2022-05-161-7/+7
* sb: Use shebang env pythonChris Johns2020-08-251-2/+2
* sb: Add support to search for a suitable version of python.Chris Johns2018-10-211-3/+8
* sb: Monitor the build disk usage. Report the usage, total and various sizesChris Johns2018-09-281-6/+62
* sb/path: Walk up to root checking if a path is writable.Chris Johns2018-04-131-1/+1
* sb: Fix path.pyStephan Gambke2018-02-051-2/+1
* sb: Add an orphan check to sb-check.Chris Johns2018-01-181-0/+8
* sb: Fix the interface to all path function to be shell paths.Chris Johns2017-10-151-11/+30
* sb: Allow checking if '.' exists as a path.Chris Johns2017-09-221-1/+3
* sb: Fix long path support in copy_tree and removeall path support.Chris Johns2017-08-091-35/+64
* sb: Make error messages uniqueSebastian Huber2017-06-141-4/+4
* sb: Update code base to support Python3 and Python2.Chris Johns2016-03-071-31/+33
* Canandian Cross Compiling and RTEMS 3rd party package building Fixes.Chris Johns2015-07-201-1/+5
* sb: Fix the downloader file:// URL to copy the file to the local path.Chris Johns2015-06-161-0/+12
* Fix removall for Windows and POSIX file systems.Chris Johns2015-03-071-6/+12
* Windows fixes to build with MSYS2.Chris Johns2015-03-071-30/+40
* Fix coping and delete on Windows.Chris Johns2015-02-181-12/+31
* Windows native build fixes.Chris Johns2015-02-071-1/+8
* sb: Do not assume the src is valid.Chris Johns2014-02-041-3/+7
* sb: Fixed the errors as found by Gedare.Chris Johns2013-08-271-3/+3
* sb: Import log for the copytree warnings.Chris Johns2013-08-271-0/+1
* sb: Fix copy_tree coping links on LinuxChris Johns2013-08-221-1/+13
* sb: Fix the copy tree.Chris Johns2013-08-151-0/+32
* Better error message on rmdir failure.Chris Johns2013-05-131-1/+1
* PR 2115 - Fix checking when the path does not fully exist.Chris Johns2013-04-151-0/+8
* PR 2115 - Check prefix path write access before starting to build.Chris Johns2013-04-151-0/+3
* Make exists support lists. Add a path expander call.Chris Johns2013-04-131-2/+13
* Fix host paths on Windows.Chris Johns2013-02-271-0/+2
* Create tar directory when making build set tar files.Chris Johns2013-02-221-0/+33
* If the path is empty do prepend a dirsep.Chris Johns2013-02-141-1/+4
* Move into the source-builder tree.Chris Johns2012-11-061-0/+95