Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | The big reshuffle | randomdan | 2011-08-31 |
| | |||
* | Do some renaming and reorganising at last | randomdan | 2010-12-18 |
| | |||
* | Remove the stupid _ naming convention | randomdan | 2010-12-17 |
| | |||
* | Add support for non-default Sql merge inserter | randomdan | 2010-12-15 |
| | | | | | | | | and row numbers in row sets and functional row properties in variables and custom column sub/super sets in views and isNull by column name Fix somee constnesses | ||
* | All new fangled iterators, views, row engines, exceptions, the list goes on | randomdan | 2010-12-14 |
| | | | | Includes site and console updates to match | ||
* | Improve XML usage correctness | randomdan | 2010-11-01 |
| | |||
* | Whole new low dependency object loader | randomdan | 2010-08-24 |
| | | | | | | | Switch to using intrusive_ptr in cases where the class is mine Remove deps of funtional type base cpp files on implementation headers General tidy up in places Post load event and removal of mutable things initialised on first run | ||
* | Minor fixes to text parsers | randomdan | 2010-08-10 |
| | | | | Add a URL base row implementation | ||
* | Add ProcRows as a direct extension of FileRows | randomdan | 2010-08-05 |
| | | | | Fix glaring bug in FileRows (vector.clear()/.empty() mixup) | ||
* | Tidy up no longer required parameters passed to execute | randomdan | 2010-07-27 |
| | | | | | Move the FILE* Glib::IoChannel implementation into its own files Make iterates and views for file and sql into template based so they can be easily reused and new ones can be added easily | ||
* | Strip out all the column name mangling in SqlView, it should be done ↵ | randomdan | 2010-07-16 |
| | | | | properly inside View | ||
* | Big ugly but working char separated values view | randomdan | 2010-07-15 |
| | |||
* | Implement variables (prefixed strings to find values elsewhere) | randomdan | 2010-07-07 |
| | |||
* | Keep the source DOM tree in memory and use it to implement rawview | randomdan | 2010-07-01 |
| | |||
* | Use FCgiIO C++ wrapper | randomdan | 2010-06-28 |
| | | | | | | | | | Add iterates Change some inheritances Add a numeric load order loader Add support for sessions Add support for a SHM session backend Lots of other little changes | ||
* | Use cgicc, add checks, tasks, dynamic loader, atom feed, login page | randomdan | 2010-06-18 |
| | |||
* | Add support for composing Glib::ustrings from columns | randomdan | 2010-06-13 |
Break Project2 components down into generalised classes Tidy up code |