[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master updated (a60bbf4 -> 4591445)
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master updated (a60bbf4 -> 4591445) |
Date: |
Tue, 2 Aug 2016 12:35:17 +0000 (UTC) |
chicares pushed a change to branch master.
from a60bbf4 Fix harmless "unused parameter" warnings in Boost with
clang
new cc4b3eb Expunge superfluous typenames
new b178f96 Improve typedef-names for type retrieved from cache
new 469307a Use 'auto' for iterator type
new 780fb8b Deduce pair type rather than specify it
new fd26a86 Expunge typedefs that are no longer helpful
new 80a031e Expunge an intermediate variable, and simplify control
flow
new 7f9eece Remove old caching from DBDictionary (VS)
new 7fffe41 Use caching for DBDictionary (VS)
new 7ea93d3 Adapt 2012-06-15 patches just applied to renamed caching
class
new 4591445 Initialize antediluvian database statically
Summary of changes:
cache_file_reads.hpp | 52 ++++++++++++---------------
database.cpp | 22 +++++++++---
database.hpp | 5 +++
database_document.cpp | 83 +++++---------------------------------------
database_document.hpp | 12 +------
dbdict.cpp | 51 ++++++++-------------------
dbdict.hpp | 13 ++++---
generate_product_files.cpp | 4 +--
8 files changed, 78 insertions(+), 164 deletions(-)
- [lmi-commits] [lmi] master updated (a60bbf4 -> 4591445),
Greg Chicares <=
- [lmi-commits] [lmi] master cc4b3eb 01/10: Expunge superfluous typenames, Greg Chicares, 2016/08/02
- [lmi-commits] [lmi] master fd26a86 05/10: Expunge typedefs that are no longer helpful, Greg Chicares, 2016/08/02
- [lmi-commits] [lmi] master 469307a 03/10: Use 'auto' for iterator type, Greg Chicares, 2016/08/02
- [lmi-commits] [lmi] master 780fb8b 04/10: Deduce pair type rather than specify it, Greg Chicares, 2016/08/02
- [lmi-commits] [lmi] master b178f96 02/10: Improve typedef-names for type retrieved from cache, Greg Chicares, 2016/08/02
- [lmi-commits] [lmi] master 80a031e 06/10: Expunge an intermediate variable, and simplify control flow, Greg Chicares, 2016/08/02
- [lmi-commits] [lmi] master 4591445 10/10: Initialize antediluvian database statically, Greg Chicares, 2016/08/02
- [lmi-commits] [lmi] master 7f9eece 07/10: Remove old caching from DBDictionary (VS), Greg Chicares, 2016/08/02
- [lmi-commits] [lmi] master 7fffe41 08/10: Use caching for DBDictionary (VS), Greg Chicares, 2016/08/02
- [lmi-commits] [lmi] master 7ea93d3 09/10: Adapt 2012-06-15 patches just applied to renamed caching class, Greg Chicares, 2016/08/02