log

age author description
Fri, 20 Oct 2017 20:24:17 +0300 Dmitry Selyutin config: aggregate all options
Fri, 20 Oct 2017 17:06:07 +0300 Dmitry Selyutin pygnulib.py: use project VFS
Fri, 20 Oct 2017 17:05:21 +0300 Dmitry Selyutin vfs: split base class into base and project
Fri, 20 Oct 2017 10:09:58 +0300 Dmitry Selyutin vfs: (stream, path) instead of (path, type)
Fri, 20 Oct 2017 10:03:06 +0300 Dmitry Selyutin vfs: fix copy-paste bug
Fri, 20 Oct 2017 09:58:06 +0300 Dmitry Selyutin vfs: per-instance patch binary path
Thu, 19 Oct 2017 10:11:05 +0300 Dmitry Selyutin pygnulib.py: instantiate root and local VFS
Thu, 19 Oct 2017 10:10:13 +0300 Dmitry Selyutin vfs: integrate file operations into the base VFS
Wed, 18 Oct 2017 10:52:27 +0300 Dmitry Selyutin pygnulib.py: more file lists; old files <= cache
Wed, 18 Oct 2017 10:51:02 +0300 Dmitry Selyutin vfs: remove strange doc string
Wed, 18 Oct 2017 00:13:50 +0300 Dmitry Selyutin config: additional checks and better validation
Wed, 18 Oct 2017 00:09:46 +0300 Dmitry Selyutin vfs: normalize paths
Tue, 17 Oct 2017 23:44:42 +0300 Dmitry Selyutin vfs: rename 'kwargs' argument to 'table'
Tue, 17 Oct 2017 22:26:03 +0300 Dmitry Selyutin vfs: simplify code; pure virtual operations
Sun, 08 Oct 2017 22:08:56 +0300 Dmitry Selyutin vfs: remove unused variable inside base VFS
Sun, 08 Oct 2017 18:52:52 +0300 Dmitry Selyutin vfs: simplify table handling
Wed, 04 Oct 2017 23:26:22 +0300 Dmitry Selyutin vfs: use "root" argument instead of "gnulib"
Wed, 04 Oct 2017 23:10:29 +0300 Dmitry Selyutin vfs: discard config module dependency
Wed, 04 Oct 2017 22:58:49 +0300 Dmitry Selyutin vfs: implement lookup function
Wed, 04 Oct 2017 22:54:35 +0300 Dmitry Selyutin vfs: do not raise error on non-existent files
Wed, 04 Oct 2017 21:10:55 +0300 Dmitry Selyutin vfs: rename filesystem to vfs
Tue, 03 Oct 2017 20:59:41 +0300 Dmitry Selyutin pygnulib.py: fix verbosity level check for notices
Tue, 03 Oct 2017 10:52:48 +0300 Dmitry Selyutin pygnulib.py: old and new files generation
Tue, 03 Oct 2017 10:44:38 +0300 Dmitry Selyutin pygnulib.py: force cache invocation for some keys
Tue, 03 Oct 2017 10:43:57 +0300 Dmitry Selyutin config: ignore non-existent cache files
Tue, 03 Oct 2017 10:42:52 +0300 Dmitry Selyutin filesystem: check if name exists (__contains__)
Sun, 01 Oct 2017 20:29:47 +0300 Dmitry Selyutin pygnulib.py: determine the final file lists
Sun, 01 Oct 2017 20:29:13 +0300 Dmitry Selyutin pygnulib.py: fetch ac_version if not present
Sun, 01 Oct 2017 20:28:10 +0300 Dmitry Selyutin pygnulib.py: print main and tests modules iff present
Sun, 01 Oct 2017 20:25:50 +0300 Dmitry Selyutin module: fix dummy_required helper