| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -1/+1 | |
| * | Migrate collections from insert to emplace. | 2021-04-18 | 1 | -1/+1 | |
| * | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -2/+1 | |
| * | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -2/+2 | |
| * | Constify variables within loops. | 2021-04-01 | 1 | -1/+1 | |
| * | Convert SQL::Field to be a typedef of optional<string>. | 2021-03-30 | 1 | -1/+1 | |
| * | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -2/+2 | |
| * | Add stdalgo::iterator_range and switch config tag reading to use it.•••This allows us to use range-based for loops which were not possible with the previous config tag system. | 2020-10-31 | 1 | -5/+6 | |
| * | Merge branch 'insp3' into master. | 2020-04-11 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 1 | -5/+6 | |
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -6/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -4/+10 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -4/+10 | |
| * | | Merge branch 'insp3' into master. | 2019-11-13 | 1 | -1/+3 | |
| |\| | |||||
| | * | Add GetId() to the SQL::Provider class. | 2019-11-13 | 1 | -1/+3 | |
| * | | Merge branch 'insp3' into master. | 2019-07-16 | 1 | -0/+2 | |
| |\| | |||||
| | * | Add package names for ArchLinux. | 2019-07-16 | 1 | -0/+1 | |
| | * | Reset diagnostic pragmas after including external headers (#1661). | 2019-06-24 | 1 | -0/+8 | |
| | * | Log SQL queries at the debug log level.•••This makes debugging issues easier. | 2019-06-14 | 1 | -0/+1 | |
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -1/+1 | |
| |\| | |||||
| | * | Some more text fixes and improvements (#1618). | 2019-04-28 | 1 | -1/+1 | |
| * | | Remove support for defaults in find_{compiler,linker}_flags(). | 2019-03-06 | 1 | -1/+1 | |
| * | | ModuleManager: remove fakederef. | 2019-02-07 | 1 | -2/+2 | |
| * | | LogManager: remove fakederef. | 2019-02-07 | 1 | -1/+1 | |
| * | | Stop silencing warnings about `long long` not existing.•••We use C++14 now which has `long long`. | 2019-01-25 | 1 | -7/+0 | |
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -9/+9 | |
| |/ | |||||
| * | Fix SQL modules using "provider" in <database> instead of "module".•••This fixes a regression introduced in 97a1d642. | 2018-09-27 | 1 | -1/+1 | |
| * | Fix a few things that should be marked as override but aren't. | 2018-08-21 | 1 | -1/+1 | |
| * | Make more config stuff case insensitive. | 2018-07-24 | 1 | -1/+1 | |
| * | SQL: Add HasColumn() to check if a result contains a named column. | 2018-04-07 | 1 | -0/+13 | |
| * | Improve and modernize the SQL system API.•••- Move everything into the SQL namespace and drop the SQL prefix. - Move SQLProvider::PopulateUserInfo to SQL::PopulateUserInfo. - Rename SQLEntry to SQL::Field and clean up. - Rename SQLEntries to SQL::Row. - Rename SQLerror to SQL::Error and clean up. - Rename SQLerrorNum to SQL::ErrorCode and drop the SQL_ prefix. - Rename ParamL to SQL::ParamList. - Rename ParamM to SQL::ParamMap; - Make implementing SQLQuery::OnError mandatory. - Redo most of the documentation in the sql header. | 2017-12-22 | 1 | -15/+15 | |
| * | Add the override keyword in places that it is missing.•••GCCs warnings for this are much better than Clangs. | 2017-11-21 | 1 | -6/+6 | |
| * | Add PackageInfo directives for Debian. | 2017-10-21 | 1 | -0/+1 | |
| * | Add CentOS PackageInfo | 2016-09-16 | 1 | -0/+1 | |
| * | Rewrite the build system directive parser. | 2016-09-16 | 1 | -3/+5 | |
| * | Merge insp20 | 2016-09-02 | 1 | -1/+3 | |
| |\ | |||||
| | * | m_sqlite3 Fix possible memory leak when opening a database fails | 2016-08-17 | 1 | -1/+3 | |
| * | | Change type of some associative containers to their flat versions, including ... | 2014-12-15 | 1 | -1/+1 | |
| * | | Merge insp20 | 2014-10-27 | 1 | -2/+5 | |
| |\| | |||||
| | * | m_sqlite3 Fix cleanup of unsuccessful database connections | 2014-09-02 | 1 | -2/+5 | |
| * | | Ignore safe compiler warnings in a more reliable way. | 2014-06-28 | 1 | -2/+10 | |
| * | | Replace OnRehash() with ReadConfig() that is called on boot, on module load a...•••This eliminates the need for calling OnRehash() in init() | 2013-08-30 | 1 | -11/+1 | |
| * | | Clean up the build system properties and related code.•••- Deduplicate getcompilerflags, getdependancies, getlinkerflags. - Remove $NoPedantic (add -Wno-pedantic to $CompileFlags instead). - Remove --enable-freebsd-ports-openssl and all related code (this will be replaced with --no-pkg-config=[name] in the future). - Remove some unused build system properties. - Remove support for caching third party include and library paths (can cause unexpected problems when they change). | 2013-08-16 | 1 | -2/+1 | |
| * | | Automatically attach modules to events | 2013-08-04 | 1 | -3/+0 | |
| * | | Change modules to use the MODNAME constant when logging.•••The majority of modules were logging with their module name as the log type. There was a few places which were logging to a non-name type but, with the exception of CONFIG, those messages are so uncommon that it doesn't make sense to use a seperate type for them. | 2013-08-04 | 1 | -1/+1 | |
| * | | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -1/+0 | |
| * | | Fix spacing in calls to LogManager::Log. | 2013-05-19 | 1 | -1/+1 | |
| * | | Tidy up keywords on module methods.•••- Remove virtual keyword from a ton of methods which don't need it. - Add override keyword to a ton of methods which do need it. | 2013-05-15 | 1 | -10/+10 | |
| * | | Tidy up source files:•••- Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues. | 2013-04-12 | 1 | -1/+1 | |
