From kdevelop-bugs Mon Jun 28 14:06:21 2004 From: kdevelop-bugs-admin () barney ! cs ! uni-potsdam ! de Date: Mon, 28 Jun 2004 14:06:21 +0000 To: kdevelop-bugs Subject: [Bug 84164] New: Automake Manager namespace & subproject congruence Message-Id: <20040628140621.7960.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306928504529 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=84164 Summary: Automake Manager namespace & subproject congruence Product: kdevelop Version: unspecified Platform: unspecified OS/Version: Linux Status: UNCONFIRMED Severity: wishlist Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: hattons globalsymmetry com Version: 3.0.91 (using KDE 3.2.1, SuSE) Compiler: gcc version 3.3.3 (SuSE Linux) OS: Linux (i686) release 2.6.5-7.75-default It would be really cool if there were a framework to support the creation of C++ namespaces which corresponded to subprojects and subdirectories in the source tree. This might be accomplished by creating a shared library file per namespace. There is a very attractively packaged open source library I recall looking at that attempts to provide the same kind of structure Java provides, but for C++. IIRC, it is structured in a similar way to what I am suggesting. I will provide more info if I can remember where I saw it.