pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.3-76-gd3fef2


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.3-76-gd3fef25
Date: Sat, 13 Sep 2014 23:41:16 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".

The branch, master has been updated
       via  d3fef25674baf4f4e25502f257c680b5090535c6 (commit)
       via  f1db96caae465cb7daaf6efbe69ae17069ea1198 (commit)
       via  bf3af6fb69dc94a6b3010e11e5d359e9e4abd5ba (commit)
       via  d2ee46757c7602fb0d6827136fdb00af1140e2e1 (commit)
       via  00e10850124d68e722d9fba5b8c9467fff6863a3 (commit)
       via  d6fb2728eb8a99e89165c45d8e5d4a482114d3a0 (commit)
      from  dd415397beff015f3e9dabde00c95db263c99768 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d3fef25674baf4f4e25502f257c680b5090535c6
Author: Ben Pfaff <address@hidden>
Date:   Sat Sep 13 16:41:08 2014 -0700

    output: Add footnote support.
    
    The initials support for footnotes does not allow the client to specify
    the markers and does not merge footnotes with the same text so that they
    have the same markers.  It might be necessary to implement one or both of
    those features.
    
    The footnote feature doesn't have any users yet, outside of the tests.

commit f1db96caae465cb7daaf6efbe69ae17069ea1198
Author: Ben Pfaff <address@hidden>
Date:   Sun Sep 7 21:05:09 2014 -0700

    render: Fold caption drawing into rendering engine.
    
    This factors code out of the individual drivers.

commit bf3af6fb69dc94a6b3010e11e5d359e9e4abd5ba
Author: Ben Pfaff <address@hidden>
Date:   Sun Sep 7 11:22:35 2014 -0700

    render: Render table_items instead of tables.
    
    A table_item includes the caption, which future commits will want to have
    render_pager render, so the table_item is a more natural target.

commit d2ee46757c7602fb0d6827136fdb00af1140e2e1
Author: Ben Pfaff <address@hidden>
Date:   Sat Sep 13 10:39:38 2014 -0700

    render: Push all rendering, not just pagination, into render_pager.
    
    In future commits this will allow adding support for rendering captions and
    (to be introduced) footnotes in render_pager.

commit 00e10850124d68e722d9fba5b8c9467fff6863a3
Author: Ben Pfaff <address@hidden>
Date:   Sat Sep 13 10:24:59 2014 -0700

    render: Introduce render_pager to factor out code from drivers.
    
    The render_break abstraction requires quite a bit of assistance from
    drivers.  By introducing a high-level render_pager abstraction we factor
    out a bit of common code.  Future refinements will allow putting more and
    more functional in the common "render" interface.

commit d6fb2728eb8a99e89165c45d8e5d4a482114d3a0
Author: Ben Pfaff <address@hidden>
Date:   Sun Sep 7 23:02:03 2014 -0700

    str: Make str_format_26adic() able to use lowercase.
    
    The output engine will use lowercase for footnote markers.

-----------------------------------------------------------------------

Summary of changes:
 Smake                            |    1 +
 src/data/dictionary.c            |    4 +-
 src/data/short-names.c           |    4 +-
 src/libpspp/str.c                |   16 +-
 src/libpspp/str.h                |    5 +-
 src/output/ascii.c               |  172 ++++++--------
 src/output/cairo.c               |  304 ++++++++++++------------
 src/output/csv.c                 |  105 ++++++--
 src/output/html.c                |   85 ++++++-
 src/output/odt.c                 |  103 +++++---
 src/output/render.c              |  496 ++++++++++++++++++++++++++++++++------
 src/output/render.h              |   83 ++++---
 src/output/tab.c                 |   50 ++++-
 src/output/tab.h                 |    7 +-
 src/output/table-casereader.c    |    3 +-
 src/output/table-provider.h      |    6 +-
 src/output/table.c               |   22 ++-
 src/output/table.h               |    4 +-
 tests/libpspp/str-test.c         |    4 +-
 tests/libpspp/stringi-map-test.c |    4 +-
 tests/libpspp/stringi-set-test.c |    4 +-
 tests/output/render-test.c       |   32 +++-
 tests/output/render.at           |   42 ++++
 23 files changed, 1095 insertions(+), 461 deletions(-)


hooks/post-receive
-- 
GNU PSPP



reply via email to

[Prev in Thread] Current Thread [Next in Thread]