summaryrefslogtreecommitdiff
path: root/SCons/Node/FS.py
Commit message (Expand)AuthorAgeFilesLines
* Add some cheap return and parameter annotationsMats Wichmann2023-05-011-83/+83
* Address feedback from mwichmann in PRWilliam Deegan2022-12-201-4/+11
* Fixed using --diskcheck=none from command line. It was always broken. SetOpti...William Deegan2022-12-191-17/+24
* Update the Glob docs with more detailsMats Wichmann2022-09-161-31/+35
* doc: change five functions to appear global-onlyMats Wichmann2022-09-141-1/+1
* get_timestamp returns an int againMats Wichmann2022-05-061-4/+4
* Revert to using stat.ST_MTIME in FS nodes for nowMats Wichmann2022-05-061-1/+1
* Fix content-timestamp decider for symlinksMats Wichmann2022-05-061-15/+9
* Use super call instead of direct class callMats Wichmann2022-03-151-6/+6
* Fix an incorrect return-type annotationMats Wichmann2021-06-131-5/+6
* Reformat LocalFS to quiet sider complaintsMats Wichmann2021-05-031-3/+26
* Some code modernizatoionMats Wichmann2021-05-031-4/+6
* Merge pull request #3825 from grossag/topic/grossag/pythondynamicscanWilliam Deegan2021-04-181-1/+4
|\
| * Merge branch 'master' into topic/grossag/pythondynamicscanAdam Gross2021-01-091-27/+20
| |\
| * | Some initial fixesAdam Gross2020-11-161-5/+1
| * | First draft of teaching Python scanner about dynamic filesAdam Gross2020-11-131-1/+8
* | | Added support for passing custom CacheDir classes.Daniel Moody2021-04-011-3/+4
* | | remove extra spacesDillan Mills2021-03-171-2/+2
* | | Add support for TARGET.relpath propertyDillan Mills2021-03-171-3/+14
* | | Merge branch 'master' into topic/grossag/newhashesWilliam Deegan2021-03-071-4/+3
|\ \ \
| * | | For systems with symlink, use existing Base.lstat()'s logic instead of repeat...William Deegan2021-01-211-4/+3
| | |/ | |/|
* | | Merge branch 'master' into topic/grossag/newhashesWilliam Deegan2020-12-141-24/+18
|\ \ \ | |/ /
| * | [PR #3833] change another place where file might not existMats Wichmann2020-12-131-1/+1
| * | Make the sig for missing file differ from empty fileMats Wichmann2020-11-241-25/+18
* | | Merge branch 'master' into topic/grossag/newhashesWilliam Deegan2020-12-121-1/+1
|\ \ \ | |/ /
| * | Drop yet more py2 compatibility stuffMats Wichmann2020-11-191-1/+1
| |/
* | Merge branch 'master' into topic/grossag/newhashesAdam Gross2020-11-061-18/+13
|\ \ | |/
| * Drop some more Py2 compat thingsMats Wichmann2020-10-131-1/+1
| * Update some copyright strings and drop __revision__ [skip appveyor]Mats Wichmann2020-09-231-17/+12
* | Fix one merge issue and the test I added yesterdayAdam Gross2020-08-041-2/+2
* | Add support for overriding the default hash formatAdam Gross2020-08-041-10/+10
|/
* Address review feedbackAdam Gross2020-08-031-4/+5
* Fix SCons.Node.FS.File.get_csig() usage of md5_chunksizeAdam Gross2020-08-031-1/+1
* classes no longer explicitly inherit from objectMats Wichmann2020-05-241-4/+4
* Merge remote-tracking branch 'origin/master' into clear-dangling-linksDaniel Moody2020-05-061-3/+28
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...William Deegan2020-05-061-0/+3806