Infrastructure Working Group
From Rex community wiki
Mandate
Serve a modern open source software development project with modern development infrastructure, such as source code, issue tracking, wiki, build, testing, and deployment systems.
Build System
We should have an automated build system that can create complete distributable binaries for all projects from version control. In the case of server software, it should deploy to a test server.
Dependencies
Qt Migration
- Convert MD5 usage in OpenSimProtocol to http://doc.trolltech.com/4.5/qcryptographichash.html
- Convert PoCo plugins to http://doc.trolltech.com/4.5/plugins.html
- Convert PoCo XML reader to http://doc.trolltech.com/4.5/qtxml.html or http://doc.trolltech.com/4.5/qxmlstreamwriter.html
- Convert PoCo Logger to suitable replacement
- Convert PoCo Networking, AssetModule, and cURL to http://doc.trolltech.com/4.5/qtnetwork.html
- Convert PoCo Configuration to http://doc.trolltech.com/4.5/qsettings.html
- Convert Boost Filesystem to http://doc.trolltech.com/4.5/qdir.html
- Convert Boost Timer to http://doc.trolltech.com/4.5/qtimer.html
note: Boost migrations are considered lower priority, as Boost is considered very close to standard C++.
|