log

age author description
Thu, 21 Dec 2017 00:57:56 +0300 Dmitry Selyutin module: module database implementation
Wed, 20 Dec 2017 20:07:49 +0300 Dmitry Selyutin generator: change base class name
Sun, 17 Dec 2017 23:06:10 +0300 Dmitry Selyutin miscellaneousfixes; po files and gnulib-cache generation
Tue, 12 Dec 2017 01:01:54 +0300 Dmitry Selyutin library Makefile generator
Tue, 05 Dec 2017 21:13:16 +0300 Dmitry Selyutin vfs: eliminate weird pylint warning
Tue, 05 Dec 2017 21:12:50 +0300 Dmitry Selyutin module: gnumake support; code cleanup
Mon, 04 Dec 2017 19:58:34 +0300 Dmitry Selyutin module: nested automake conditionals workaround
Mon, 04 Dec 2017 19:46:20 +0300 Dmitry Selyutin module: unconditional automake snippet
Sun, 03 Dec 2017 18:54:05 +0300 Dmitry Selyutin pygnulib.py: bug fixes; explicit options list
Sun, 03 Dec 2017 18:53:15 +0300 Dmitry Selyutin config: fix po_domain option
Sun, 03 Dec 2017 18:52:12 +0300 Dmitry Selyutin config: rename avoid option into avoids
Sun, 03 Dec 2017 18:11:18 +0300 Dmitry Selyutin generator: command-line invocation generator
Sun, 03 Dec 2017 18:04:58 +0300 Dmitry Selyutin config: gnumake option support
Sun, 03 Dec 2017 17:34:56 +0300 Dmitry Selyutin parser: fix naming for private constants
Sat, 02 Dec 2017 00:45:06 +0300 Dmitry Selyutin vfs: use absolute paths during backup
Sat, 02 Dec 2017 00:42:30 +0300 Dmitry Selyutin pygnulib.py: support all copy modes
Sat, 02 Dec 2017 00:42:08 +0300 Dmitry Selyutin vfs: relative/absolute paths; relative symlinks
Fri, 01 Dec 2017 10:26:13 +0300 Dmitry Selyutin support multiple override directories
Thu, 30 Nov 2017 23:10:59 +0300 Dmitry Selyutin pygnulib.py: support basic file actions subset
Thu, 30 Nov 2017 22:53:18 +0300 Dmitry Selyutin parser: group miscellaneous options in dict
Thu, 30 Nov 2017 22:52:30 +0300 Dmitry Selyutin vfs: standalone filesystem functions
Sun, 22 Oct 2017 23:57:55 +0300 Dmitry Selyutin module: __enter__ and __exit__ methods
Sun, 22 Oct 2017 23:56:20 +0300 Dmitry Selyutin module: reorder methods
Sun, 22 Oct 2017 23:55:25 +0300 Dmitry Selyutin generator: __enter__ and __exit__ methods
Sun, 22 Oct 2017 23:49:00 +0300 Dmitry Selyutin config: __enter__ and __exit__ methods
Sun, 22 Oct 2017 23:46:08 +0300 Dmitry Selyutin vfs: base VFS __enter__ and __exit__ methods
Sun, 22 Oct 2017 23:25:39 +0300 Dmitry Selyutin vfs: lookup: freestanding again; return VFS
Sun, 22 Oct 2017 23:18:12 +0300 Dmitry Selyutin module: simplify file table generation
Sun, 22 Oct 2017 23:13:50 +0300 Dmitry Selyutin style: prefer using a single underscore
Sun, 22 Oct 2017 22:43:46 +0300 Dmitry Selyutin generator: simplify InitMacroHeader iterator
Sun, 22 Oct 2017 22:43:04 +0300 Dmitry Selyutin fix pylint warnings
Sun, 22 Oct 2017 20:04:06 +0300 Dmitry Selyutin vfs: basic file operations
Sun, 22 Oct 2017 19:46:06 +0300 Dmitry Selyutin vfs: __contains__ is a part of base VFS
Sun, 22 Oct 2017 19:45:38 +0300 Dmitry Selyutin vfs: base and full prefix separation
Sun, 22 Oct 2017 19:43:33 +0300 Dmitry Selyutin config: copymode, local_copymode, copyrights
Sun, 22 Oct 2017 12:21:41 +0300 Dmitry Selyutin pygnulib.py: simplify prefix table
Sun, 22 Oct 2017 12:18:36 +0300 Dmitry Selyutin vfs: implement Project.mkdir method
Fri, 20 Oct 2017 23:03:09 +0300 Dmitry Selyutin vfs: return path/state upon lookup
Fri, 20 Oct 2017 20:42:25 +0300 Dmitry Selyutin vfs: remove backup indirection layer
Fri, 20 Oct 2017 20:41:21 +0300 Dmitry Selyutin vfs: make patch path a property
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