On 11/30/2011 5:15 AM, Ulf Zibis wrote:
Am 30.11.2011 13:10, schrieb Dmitry Samersoff:
On 2011-11-30 16:05, Steve Poole wrote:
I suggested maintaining the name as src/solaris partly because I don't
believe in churn
and am not sure what would make a better name other than src/unix ..
would that be OK ?
+1 for src/unix
count me too for src/unix
+1
I more would like src/posix + src/winapi
Which would be wrong. Its not just posix. More of the code in src/solaris
is related to UI stuff like GTK and core X11 APIs than anything else and
none of it is defined by posix. Also there's printing etc ..
If you are going that route you'd be better to call it src/x11 and have that
imply posix .. rather than your misleading suggestion.
"unix" has a better implication of more than just posix.
src/solaris is 13.4Mb in size.
A "du" check of the classes and native subdirs finds that at least
9.7Mb that is GUI related. 4.5Mb in classes and 5.2Mb in native.
-phil.
Combining Flat vs Hierarchical advantages:
src/common or 'general' or 'independent' in homage to
platform-independent
src/posix
src/posix.BSD
src/posix.GNU
src/posix.GNU.Linux
src/posix.SYSV
src/posix.SYSV.AIX
src/posix.SYSV.Sun
src/posix.X11
src/winapi
src/winapi.32
src/winapi.CE
Or "correctly":
src/all
src/all.posix
src/all.posix.BSD
src/all.posix.SYSV.Sun
src/all.winapi
Alternative:
src/posix-GNU-Linux
-Ulf