meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
peerhood:task [2010/03/22 11:09] julaakko |
peerhood:task [2011/09/02 12:05] (current) |
||
---|---|---|---|
Line 5: | Line 5: | ||
Misuse of the assert. Misuse of the singleton pattern. | Misuse of the assert. Misuse of the singleton pattern. | ||
**Status:** very open. | **Status:** very open. | ||
+ | |||
+ | > Some issues are fixed, like the plugin map with external keyword -> a storage for plugins protected with singleton pattern. See commit logs for more information (every change is documented in almost full detail) [[wiki:user:julaakko:start|julaakko]] | ||
==== Fix code for GCC 4.3 ==== | ==== Fix code for GCC 4.3 ==== | ||
Most implicit including was cleaned up from GCC 4.3 release. Bad implicit including (relying some include file to include other header) break now building. **Status:** open. | Most implicit including was cleaned up from GCC 4.3 release. Bad implicit including (relying some include file to include other header) break now building. **Status:** open. | ||
+ | |||
+ | > Most of these were fixed, some might still exist but they do not affect the build. [[wiki:user:julaakko:start|julaakko]] | ||
==== Find UML Modeling Tool ==== | ==== Find UML Modeling Tool ==== | ||
Line 16: | Line 20: | ||
**Status:** future. | **Status:** future. | ||
- | > DOC++ is ancient. Better way is to use e.g. doxygen which creates more usable and readable pages. This would require that every function and class documentation is modified to support doxygen's conventions. - //[[wiki:user:julaakko:start|julaakko]]// | + | > DOC++ is ancient. Better way is to use e.g. doxygen which creates more usable and readable pages. This would require that every function and class documentation is modified to support doxygen's conventions. [[wiki:user:julaakko:start|julaakko]] |
==== Define Speficifation Document ==== | ==== Define Speficifation Document ==== | ||
Line 25: | Line 29: | ||
Research visibility & searchability (google). | Research visibility & searchability (google). | ||
**Status:** On work, Porras. | **Status:** On work, Porras. | ||
+ | |||
+ | ==== Add deb building ==== | ||
+ | Since there exists a public PeerHood svn (read only) where PeerHood can be downloaded from (synched with PeerHood core), url: https://www2.it.lut.fi/svn/public/peerhood , it would be nice to provide deb-packets for more easier installation of PeerHood. | ||
+ | |||
+ | An idea: | ||
+ | * Every module (plugins and core) as separate deb | ||
+ | * Dependencies for each module (libraries), all plugins depend on PeerHood core module | ||
+ | * Provide these e.g. through public pages / public svn? | ||
+ | |||
+ | This would require that pre-built deb-packets are provided for all environments and devices. | ||
+ | |||
+ | **Status:** on hold |