Commit Graph

11 Commits

Author SHA1 Message Date
Jean-Paul Chaput e457ab67d0 Test 5 for LIP6 gitlab commit.
* Change: Should not include the diff, way to big emails.
2019-12-24 13:58:45 +01:00
Jean-Paul Chaput bc8a2e02ce Test 3 for LIP6 gitlab commit.
* Finally find out where to activate push notifixations:
     Project -> Settings -> Integration -> Push events.
* Change: This time we try to receive an e-mail for the commit. I hope
    the formating of the commit message is not messed up.
* Change: This is another line to check the formatting of the message
    with a carriage return...
2019-12-24 13:48:16 +01:00
Jean-Paul Chaput 68ade8ccde Test 2 for LIP6 gitlab commit.
* Change: This time we try to receive an e-mail for the commit. I hope
    the formating of the commit message is not messed up.
* Change: This is another line to check the formatting of the message
    with a carriage return...
2019-12-24 12:56:10 +01:00
Jean-Paul Chaput 10e87670db Test 2 for LIP6 gitlab commit.
* Change: This time we try to receive an e-mail for the commit. I hope
    the formating of the commit message is not messed up.
* Change: This is another line to check the formatting of the message
    with a carriage return...
2019-12-24 12:38:53 +01:00
Jean-Paul Chaput caca7aabff Test 1 of LIP6 Gitlab. 2019-12-24 12:00:19 +01:00
Jean-Paul Chaput d69327d9a9 Various typos correction (courtesy of G. Gouvine). 2019-07-30 13:13:57 +02:00
Jean-Paul Chaput 95d1b53646 Complete hoverhaul of the documentation to Sphinx.
* New: In documentation, reorganise all the various documents into one
    Sphinx coherent one. The index also provide a link toward the
    Doxygen generated doc (C++ APIs) and the venerable LaTeX2HTML ones
    (for Stratus).
      This will make easier all future extensions to the doc corpus.
      The generated documentation is commited into Git so a new user
    can use it directly after cloning the repository.
      The HTML doc is truly generated by Sphinx, but the pdf one is
    created rst2latex. The Sphinx pdf writer is buggy when a "tabular"
    contain a multicol and a multirow in the same area of the table.
    rst2latex handles it correctly.
      We use a theme borrowed for Read The Doc (half of it).
      It seems that some Javascripts are not working correctly,
    namely the folding of the navigation sub-menus and the index
    generation and search mode.
2017-07-15 17:35:02 +02:00
Jean-Paul Chaput b5d3a2ec3c Update JsonReader for the latest RapidJSON. Doc rebuild.
* Change: In Hurricane, in JsonReader::HurricaneHandler, add RawNumber().
    Don't know what kind of data it parses, so for now if it's called,
    just issue a warning.
* Bug: In documentation, in UsersGuide, add dependencies on doc_HTML and
    doc_LaTeX so they are rebuild if the source files changes.
      Some modifications to work with our new installation of TeXLive 2014.
2016-03-22 15:38:26 +01:00
Jean-Paul Chaput 5baddeb558 Implementation of DataBase native save/restore in JSON (step 2).
* New: In boostrap, in ccb.py, added support for the "support" project
    which contains external dependencies. Currently contains only
    RapidJSON. Those dependencies must be cloned here manually.
* New: In Hurricane, Initializer class for an ordered static initialization
    across different compilation modules.
* Change: In Hurricane, at DataBase level, no longer save the Cells in
    the libraries, but create and ordered list of Cell. Deepest cells
    (leaf cells) first. To avoid dependency problems.
* New: In Hurricane, JSON support for Property.
* New; In CRL, added JSON support for AllianceFramework, Environement &
    Catalog and their associated properties. Adjustment of the
    AllianceLibrary creation policy.
2016-01-21 00:25:39 +01:00
Jean-Paul Chaput 1b79ef75c9 Added a top level Makefile to encapsulate the ./bootsrap/ccb.py call. 2015-05-09 23:16:36 +02:00
Jean-Paul Chaput 693c05cf32 Added README and detection of 64 bits using /lib. 2015-04-25 18:27:04 +02:00