Skip to content

Commit

Permalink
support for files that are read-only (and/or write-only) by changing …
Browse files Browse the repository at this point in the history
…their permissions

temporarily. No error checking is done for this feature; failure will lead to
errors that are already caught.
  • Loading branch information
RJVB committed Sep 17, 2015
1 parent 0f9ee39 commit 9f5ec28
Show file tree
Hide file tree
Showing 4 changed files with 254 additions and 177 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
afsctool-mp9-work
xcode
build
*.log
.*-swp
138 changes: 137 additions & 1 deletion .kdev4/afsctool_34.kdev4
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
BuildItems=@Variant(\x00\x00\x00\t\x00\x00\x00\x00\x00)

[CMake]
Build Directory Count=1
Build Directory Count=2
Current Build Directory Index=0
ProjectRootRelative=./

Expand All @@ -14,6 +14,14 @@ Environment Profile=
Extra Arguments=
Install Directory=file:///opt/local

[CMake][CMake Build Directory 1]
Build Directory Path=file:///Volumes/Debian/Users/bertin/work/src/MacOSX/afsctool_34/build
Build Type=Debug
CMake Binary=file:///Volumes/Debian/MP9/bin/cmake
Environment Profile=
Extra Arguments=-Wno-dev
Install Directory=file:///opt/local

[CustomDefinesAndIncludes][ProjectPath0]
Defines=\x00\x00\x00\x00
Includes=\x00\x00\x00\x00
Expand All @@ -24,6 +32,134 @@ Name=Clang
Path=clang
Type=Clang

[Filters]
size=25

[Filters][0]
inclusive=0
pattern=.*
targets=3

[Filters][1]
inclusive=0
pattern=.git
targets=2

[Filters][10]
inclusive=0
pattern=*.o
targets=1

[Filters][11]
inclusive=0
pattern=*.a
targets=1

[Filters][12]
inclusive=0
pattern=*.so
targets=1

[Filters][13]
inclusive=0
pattern=*.so.*
targets=1

[Filters][14]
inclusive=0
pattern=moc_*.cpp
targets=1

[Filters][15]
inclusive=0
pattern=*.moc
targets=1

[Filters][16]
inclusive=0
pattern=ui_*.h
targets=1

[Filters][17]
inclusive=0
pattern=qrc_*.cpp
targets=1

[Filters][18]
inclusive=0
pattern=*~
targets=1

[Filters][19]
inclusive=0
pattern=*.orig
targets=1

[Filters][2]
inclusive=0
pattern=CVS
targets=2

[Filters][20]
inclusive=0
pattern=.*.kate-swp
targets=1

[Filters][21]
inclusive=0
pattern=.*.swp
targets=1

[Filters][22]
inclusive=0
pattern=*.pyc
targets=1

[Filters][23]
inclusive=0
pattern=*.pyo
targets=1

[Filters][24]
inclusive=0
pattern=afsctool-mp9-work
targets=3

[Filters][3]
inclusive=0
pattern=.svn
targets=2

[Filters][4]
inclusive=0
pattern=_svn
targets=2

[Filters][5]
inclusive=0
pattern=SCCS
targets=2

[Filters][6]
inclusive=0
pattern=_darcs
targets=2

[Filters][7]
inclusive=0
pattern=.hg
targets=2

[Filters][8]
inclusive=0
pattern=.bzr
targets=2

[Filters][9]
inclusive=0
pattern=__pycache__
targets=2

[MakeBuilder]
Additional Options=--nice 10 -w VERBOSE=1 V=1
Default Make Environment Profile=KDE/MacPorts
Expand Down
4 changes: 4 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ I have made several modifications, mostly concerning the compression feature:
- support for multiple files/folders specified on the commandline
- a backup option while compressing (that comes in addition to the existing undo if
something went wrong)
- support for files that are read-only (and/or write-only) by changing their permissions
temporarily. No error checking is done for this feature; failure will lead to
errors that are already caught.


The main new feature that justifies the version bump, however, is the parallel
processing feature, allowing the user to specify an arbitray (though positive :))
Expand Down

0 comments on commit 9f5ec28

Please sign in to comment.