[QGHG-it-dev-list] [vvmarko/triangulator] a0d50e: Added field topology to SimpComp

Marko Vojinovic noreply at github.com
Fri Jun 16 03:15:51 CEST 2023


  Branch: refs/heads/cmake_setup
  Home:   https://github.com/vvmarko/triangulator
  Commit: a0d50e70660688f2df7262563cc163ea1f38dacd
      https://github.com/vvmarko/triangulator/commit/a0d50e70660688f2df7262563cc163ea1f38dacd
  Author: Nenad Korolija <nenadko at gmail.com>
  Date:   2022-12-01 (Thu, 01 Dec 2022)

  Changed paths:
    M main.cpp
    M seed.cpp
    M simpcomp.cpp
    M simpcomp.hpp

  Log Message:
  -----------
  Added field topology to SimpComp


  Commit: 2b3bfed0f9e536674a2bff1bc62f320d1a297677
      https://github.com/vvmarko/triangulator/commit/2b3bfed0f9e536674a2bff1bc62f320d1a297677
  Author: Marko Vojinovic <vmarko at ipb.ac.rs>
  Date:   2022-12-01 (Thu, 01 Dec 2022)

  Changed paths:
    M input-and-output.cpp
    M main.cpp
    M simpcomp.cpp

  Log Message:
  -----------
  Added topology parameter to I/O functions.


  Commit: 168358e52403be4655f1644515dc5e14c5cb65d7
      https://github.com/vvmarko/triangulator/commit/168358e52403be4655f1644515dc5e14c5cb65d7
  Author: Marko Vojinovic <vmarko at ipb.ac.rs>
  Date:   2022-12-04 (Sun, 04 Dec 2022)

  Changed paths:
    M simpcomp.hpp

  Log Message:
  -----------
  Elaborate comments added to simpcomp.hpp


  Commit: 7d909c92ef6b0e8bc4037034ece1ee5f87feaa15
      https://github.com/vvmarko/triangulator/commit/7d909c92ef6b0e8bc4037034ece1ee5f87feaa15
  Author: Marko Vojinovic <vmarko at ipb.ac.rs>
  Date:   2022-12-05 (Mon, 05 Dec 2022)

  Changed paths:
    M ksimplex.cpp
    M ksimplex.hpp
    M main.cpp
    M pachner.cpp
    M simpcomp.cpp
    M simpcomp.hpp
    M test.cpp

  Log Message:
  -----------
  Fixed bug in reconstruct_neighbors_from_vertices(), and a bunch of cosmetic work in simpcomp.cpp and elsewhere


  Commit: 31a760ef2066a3b90d836de3dda2cffdfd886caf
      https://github.com/vvmarko/triangulator/commit/31a760ef2066a3b90d836de3dda2cffdfd886caf
  Author: Marko Vojinovic <vmarko at ipb.ac.rs>
  Date:   2022-12-10 (Sat, 10 Dec 2022)

  Changed paths:
    M ksimplex.cpp
    M ksimplex.hpp
    M main.cpp
    M seed.cpp
    M simpcomp.cpp
    M simpcomp.hpp

  Log Message:
  -----------
  Added comments for KSimplex class, various cleanups, and fixed all memory leaks so far (according to valgrind).


  Commit: a6c3daef5ca36c1c6613010e04ba8a16f6aa66b1
      https://github.com/vvmarko/triangulator/commit/a6c3daef5ca36c1c6613010e04ba8a16f6aa66b1
  Author: Marko Vojinovic <vmarko at ipb.ac.rs>
  Date:   2022-12-20 (Tue, 20 Dec 2022)

  Changed paths:
    M build-script.sh
    M color.cpp
    M color.hpp
    M input-and-output.cpp
    M ksimplex.cpp
    M ksimplex.hpp
    M seed.cpp
    M simpcomp.cpp

  Log Message:
  -----------
  Fixed keyword/variable bug for small, and cleanup of various compiler warnings


  Commit: e760507729c4e7a17cab717916bea583245b3860
      https://github.com/vvmarko/triangulator/commit/e760507729c4e7a17cab717916bea583245b3860
  Author: Marko Vojinovic <vmarko at ipb.ac.rs>
  Date:   2022-12-20 (Tue, 20 Dec 2022)

  Changed paths:
    M pachner.cpp
    M seed.hpp

  Log Message:
  -----------
  Additional fix of the keyword/variable small


  Commit: ee0bcc98677e6ef30c3ea83f234621a8b256ec7b
      https://github.com/vvmarko/triangulator/commit/ee0bcc98677e6ef30c3ea83f234621a8b256ec7b
  Author: Marko Vojinovic <vmarko at ipb.ac.rs>
  Date:   2022-12-20 (Tue, 20 Dec 2022)

  Changed paths:
    M gui/MainWindow.cpp
    M gui/PrintComplex.cpp
    M gui/PrintComplex.h
    M gui/SeedComplex.cpp
    M gui/SimpCompTableModel.cpp
    M gui/SimpCompTableModel.h

  Log Message:
  -----------
  Initial library-gui integration - seed, load, save, and list elements functionality


  Commit: 8655a8a94f72b0d511b1a4b0a30f74da9a3956d8
      https://github.com/vvmarko/triangulator/commit/8655a8a94f72b0d511b1a4b0a30f74da9a3956d8
  Author: Nenad Korolija <nenadko at gmail.com>
  Date:   2022-12-20 (Tue, 20 Dec 2022)

  Changed paths:
    M main.cpp

  Log Message:
  -----------
  Multi-simplicial-complexes


  Commit: 542aa964824e5dd73a3d1cf3e9bcfb6b65ac8dda
      https://github.com/vvmarko/triangulator/commit/542aa964824e5dd73a3d1cf3e9bcfb6b65ac8dda
  Author: Nenad Korolija <nenadko at gmail.com>
  Date:   2022-12-21 (Wed, 21 Dec 2022)

  Changed paths:
    M main.cpp
    M seed.cpp
    M seed.hpp
    M triangulator.hpp

  Log Message:
  -----------
  keeping a vector of pointers to complexes within a library


  Commit: 1330239fcdd59e20ad5f8c7597b539cc6a6038a0
      https://github.com/vvmarko/triangulator/commit/1330239fcdd59e20ad5f8c7597b539cc6a6038a0
  Author: Nenad Korolija <nenadko at gmail.com>
  Date:   2022-12-22 (Thu, 22 Dec 2022)

  Changed paths:
    M build-script.sh
    A triangulator.cpp
    M triangulator.hpp

  Log Message:
  -----------
  fixed global uniqueness


  Commit: 19d97b44bba87c263c512967d235ab65ad29c85a
      https://github.com/vvmarko/triangulator/commit/19d97b44bba87c263c512967d235ab65ad29c85a
  Author: Nenad Korolija <nenadko at gmail.com>
  Date:   2022-12-22 (Thu, 22 Dec 2022)

  Changed paths:
    M build-script.sh
    A global-vars.cpp
    A global-vars.hpp
    M seed.cpp
    R triangulator.cpp
    M triangulator.hpp

  Log Message:
  -----------
  Cleaned the code and fixed double pointer in seed_sphere_intuitively


  Commit: 70f2f61a115bee3a6584736a5451717c5f64c313
      https://github.com/vvmarko/triangulator/commit/70f2f61a115bee3a6584736a5451717c5f64c313
  Author: Nenad Korolija <nenadko at gmail.com>
  Date:   2023-04-20 (Thu, 20 Apr 2023)

  Changed paths:
    M main.cpp

  Log Message:
  -----------
  Example testing framework.


  Commit: 280aa7380fec9fa5a4e26b08ff0020001c2738d1
      https://github.com/vvmarko/triangulator/commit/280aa7380fec9fa5a4e26b08ff0020001c2738d1
  Author: Nenad Korolija <nenadko at gmail.com>
  Date:   2023-05-05 (Fri, 05 May 2023)

  Changed paths:
    M ksimplex.cpp
    M main.cpp
    M test.cpp

  Log Message:
  -----------
  Improved testing infrastructure and added tests


  Commit: 69817731be775febade06bac5ad9793f93267729
      https://github.com/vvmarko/triangulator/commit/69817731be775febade06bac5ad9793f93267729
  Author: Marko Vojinovic <vmarko at ipb.ac.rs>
  Date:   2023-06-16 (Fri, 16 Jun 2023)

  Changed paths:
    M GUI/MainWindow.cpp
    M GUI/PrintComplex.cpp
    M GUI/PrintComplex.h
    M GUI/SeedComplex.cpp
    M GUI/SimpCompTableModel.cpp
    M GUI/SimpCompTableModel.h
    M library/CMakeLists.txt
    M library/include/color.hpp
    A library/include/global-vars.hpp
    M library/include/ksimplex.hpp
    M library/include/seed.hpp
    M library/include/simpcomp.hpp
    M library/include/triangulator.hpp
    M library/src/color.cpp
    A library/src/global-vars.cpp
    M library/src/input_and_output.cpp
    M library/src/ksimplex.cpp
    M library/src/pachner.cpp
    M library/src/seed.cpp
    M library/src/simpcomp.cpp
    A old-build-script.sh
    M test/CMakeLists.txt
    A test/main.cpp
    A test/test.cpp
    R test/test1.cpp

  Log Message:
  -----------
  Merging all previous commits into cmake_setup branch.


Compare: https://github.com/vvmarko/triangulator/compare/ce169b58b1a2...69817731be77


More information about the QGHG-it-dev-list mailing list