Status/Requires testing
1752850: Job splitting
Status/Active
1751200: Date and time handling
Status/Closed
1751294: Navigation
Status/Closed
1751127: Access to sourcesafe2subversion
Status/Active
1751308: Team Lambdal Tap's public page?
1751225: About the team -- please introduce yourself here
Status/Closed
1751221: Team and tag names
Status/Closed
1750871: Ugly site
Status/Closed
1751186: Search broken
Status/New requirement
1750985: Project menu order and sub-projects
Status/Closed
1750879: Searching for an empty string is broken

Fost 4

 

Fost 4 is the new cross platform and open sourced version of our FOST.3™ web application framework.

All of the new code is available under the terms of the Boost license, a BSD/MIT like open source license.

See the Fost project pages for more details about using the libraries. There's also a Fost 4 page over on Ohloh.

Main features

Fost 4 builds up from a set of core libraries that build on various various libraries (the C++ standard library, Boost, OpenSSL, libpqxx etc.). Although the primary purpose of Fost 4 is to allow the creation of modern web applications using C++ it can also be used in a wide variety of other types of product.

  • fost-base — Provides the core handling for Unicode, program configuration, JSON, threading, exceptions, dynamic code loading, cryptography and a testing framework.
  • fost-internet — Various Internet protocols and networking implementations.
  • fost-orm — Allows objects to be created that can be saved to a database. Unlike most database persistence systems (O/RMs) Fost 4 is mot restricted to relational (SQL) databases.
  • fost-py — Python language wrappers that allow the other components to be used in Python programs.