Jaakko Korhonen
|
4efec08127
|
Added missing _mutex->unlock() to FileBase::lookup().
|
2018-10-17 14:07:09 +03:00 |
Kevin Bracey
|
eaddf0a160
|
FileBase: Fix unsetting of default when destroyed
Code that should unset a FileBase from being the default when it is
destroyed was broken by a `==` instead of `=` typo.
|
2018-09-10 11:20:36 +03:00 |
Kevin Bracey
|
a67f09851b
|
Add special handling for "/default" filesystem
Allow a FileBase (normally a FileSystemLike) to be set as the default,
so it can be looked up as "/default" as well as its actual name.
|
2018-09-05 13:28:42 +03:00 |
Martin Kojtal
|
ffcb6ecfb5
|
platform: astyle update
|
2018-06-29 10:38:44 +01:00 |
Christopher Haster
|
61c9683644
|
Filesystem: Moved retarget related file interfaces into platform
|
2017-03-14 11:02:34 -05:00 |