[QGHG-it-dev-list] [vvmarko/triangulator] 8a680b: First pass on cmake. System builds an the first te...

Marko Vojinovic noreply at github.com
Fri Jun 16 03:41:57 CEST 2023


  Branch: refs/heads/main
  Home:   https://github.com/vvmarko/triangulator
  Commit: 8a680bc1304f46e06b725d9e8195c63d4fb56ecb
      https://github.com/vvmarko/triangulator/commit/8a680bc1304f46e06b725d9e8195c63d4fb56ecb
  Author: dyco <dusancvijetic2000 at gmail.com>
  Date:   2022-11-29 (Tue, 29 Nov 2022)

  Changed paths:
    A CMakeLists.txt
    A GUI/DrawComplex.cpp
    A GUI/DrawComplex.h
    A GUI/DrawComplex.ui
    A GUI/DrawComplexGLWidget.cpp
    A GUI/DrawComplexGLWidget.h
    A GUI/Inspector.cpp
    A GUI/Inspector.h
    A GUI/Inspector.ui
    A GUI/LogViewer.cpp
    A GUI/LogViewer.h
    A GUI/LogViewer.ui
    A GUI/MainWindow.cpp
    A GUI/MainWindow.h
    A GUI/MainWindow.ui
    A GUI/PrintComplex.cpp
    A GUI/PrintComplex.h
    A GUI/PrintComplex.ui
    A GUI/SeedComplex.cpp
    A GUI/SeedComplex.h
    A GUI/SeedComplex.ui
    A GUI/SimpCompTableModel.cpp
    A GUI/SimpCompTableModel.h
    A GUI/Utils.cpp
    A GUI/Utils.h
    A GUI/gpl-3.0.txt
    A GUI/gpl.txt
    A GUI/main.cpp
    A library/CMakeLists.txt
    A library/headers/classes.hpp
    A library/headers/color.hpp
    A library/headers/input_and_output.hpp
    A library/headers/ksimplex.hpp
    A library/headers/pachner.hpp
    A library/headers/rapidxml-patch.hpp
    A library/headers/seed.hpp
    A library/headers/simpcomp.hpp
    A library/headers/triangulator.hpp
    A library/implementation/color.cpp
    A library/implementation/input_and_output.cpp
    A library/implementation/ksimplex.cpp
    A library/implementation/pachner.cpp
    A library/implementation/seed.cpp
    A library/implementation/simpcomp.cpp
    A test/test.cpp
    A third_party_software/rapidxml/CMakeLists.txt
    A third_party_software/rapidxml/license.txt
    A third_party_software/rapidxml/manual.html
    A third_party_software/rapidxml/rapidxml.hpp
    A third_party_software/rapidxml/rapidxml_iterators.hpp
    A third_party_software/rapidxml/rapidxml_print.hpp
    A third_party_software/rapidxml/rapidxml_utils.hpp

  Log Message:
  -----------
  First pass on cmake. System builds an the first test executes. Next step is CTest support.


  Commit: 833e512cba81dee03d218dc53435334be8e83cbb
      https://github.com/vvmarko/triangulator/commit/833e512cba81dee03d218dc53435334be8e83cbb
  Author: dyco <dusancvijetic2000 at gmail.com>
  Date:   2022-11-29 (Tue, 29 Nov 2022)

  Changed paths:
    M .gitignore
    R classes.cpp
    R classes.hpp
    R color.cpp
    R color.hpp
    R gui/DrawComplex.cpp
    R gui/DrawComplex.h
    R gui/DrawComplex.ui
    R gui/DrawComplexGLWidget.cpp
    R gui/DrawComplexGLWidget.h
    R gui/Inspector.cpp
    R gui/Inspector.h
    R gui/Inspector.ui
    R gui/LogViewer.cpp
    R gui/LogViewer.h
    R gui/LogViewer.ui
    R gui/MainWindow.cpp
    R gui/MainWindow.h
    R gui/MainWindow.ui
    R gui/PrintComplex.cpp
    R gui/PrintComplex.h
    R gui/PrintComplex.ui
    R gui/SeedComplex.cpp
    R gui/SeedComplex.h
    R gui/SeedComplex.ui
    R gui/SimpCompTableModel.cpp
    R gui/SimpCompTableModel.h
    R gui/Utils.cpp
    R gui/Utils.h
    R gui/gpl-3.0.txt
    R gui/gpl.txt
    R gui/main.cpp
    R input-and-output.cpp
    R input-and-output.hpp
    R ksimplex.cpp
    R ksimplex.hpp
    R main.cpp
    R pachner.cpp
    R pachner.hpp
    R rapidxml-patch.hpp
    R seed.cpp
    R seed.hpp
    R simpcomp.cpp
    R simpcomp.hpp
    R test.cpp
    R third-party-software/rapidxml/license.txt
    R third-party-software/rapidxml/manual.html
    R third-party-software/rapidxml/rapidxml.hpp
    R third-party-software/rapidxml/rapidxml_iterators.hpp
    R third-party-software/rapidxml/rapidxml_print.hpp
    R third-party-software/rapidxml/rapidxml_utils.hpp
    R triangulator.hpp

  Log Message:
  -----------
  Deleting old files.


  Commit: 96bc4ab06f6cde49bed07d57ead1de0ca0f07b41
      https://github.com/vvmarko/triangulator/commit/96bc4ab06f6cde49bed07d57ead1de0ca0f07b41
  Author: dyco <dusancvijetic2000 at gmail.com>
  Date:   2022-11-29 (Tue, 29 Nov 2022)

  Changed paths:
    R .gitignore
    R build-script.sh

  Log Message:
  -----------
  Minor cleanups.


  Commit: b5f219ced4d124731c15ca01ed8cb922b617e0c8
      https://github.com/vvmarko/triangulator/commit/b5f219ced4d124731c15ca01ed8cb922b617e0c8
  Author: dyco <dusancvijetic2000 at gmail.com>
  Date:   2022-11-30 (Wed, 30 Nov 2022)

  Changed paths:
    M CMakeLists.txt
    M library/CMakeLists.txt
    R library/headers/classes.hpp
    R library/headers/color.hpp
    R library/headers/input_and_output.hpp
    R library/headers/ksimplex.hpp
    R library/headers/pachner.hpp
    R library/headers/rapidxml-patch.hpp
    R library/headers/seed.hpp
    R library/headers/simpcomp.hpp
    R library/headers/triangulator.hpp
    R library/implementation/color.cpp
    R library/implementation/input_and_output.cpp
    R library/implementation/ksimplex.cpp
    R library/implementation/pachner.cpp
    R library/implementation/seed.cpp
    R library/implementation/simpcomp.cpp
    A library/include/classes.hpp
    A library/include/color.hpp
    A library/include/input_and_output.hpp
    A library/include/ksimplex.hpp
    A library/include/pachner.hpp
    A library/include/rapidxml-patch.hpp
    A library/include/seed.hpp
    A library/include/simpcomp.hpp
    A library/include/triangulator.hpp
    A library/src/color.cpp
    A library/src/input_and_output.cpp
    A library/src/ksimplex.cpp
    A library/src/pachner.cpp
    A library/src/seed.cpp
    A library/src/simpcomp.cpp
    A test/CMakeLists.txt
    R test/test.cpp
    A test/test1.cpp

  Log Message:
  -----------
  Testing added.


  Commit: e4dd41634f07318cc6b177a63235def259152df5
      https://github.com/vvmarko/triangulator/commit/e4dd41634f07318cc6b177a63235def259152df5
  Author: dyco <dusancvijetic2000 at gmail.com>
  Date:   2022-11-30 (Wed, 30 Nov 2022)

  Changed paths:
    M CMakeLists.txt
    M test/CMakeLists.txt

  Log Message:
  -----------
  Checkpoint 1, independent building.


  Commit: b78b666d7d6b050b16b227016ab7d1cce5bbed7c
      https://github.com/vvmarko/triangulator/commit/b78b666d7d6b050b16b227016ab7d1cce5bbed7c
  Author: dyco <dusancvijetic2000 at gmail.com>
  Date:   2022-11-30 (Wed, 30 Nov 2022)

  Changed paths:
    M CMakeLists.txt

  Log Message:
  -----------
  All features can now be built independently.


  Commit: 020a8224d2855f007257a51bd57739ed529503c1
      https://github.com/vvmarko/triangulator/commit/020a8224d2855f007257a51bd57739ed529503c1
  Author: Marko Vojinovic <vmarko at ipb.ac.rs>
  Date:   2022-11-30 (Wed, 30 Nov 2022)

  Changed paths:
    M GUI/Inspector.ui
    M GUI/MainWindow.cpp
    M GUI/MainWindow.h
    M GUI/MainWindow.ui
    M GUI/SeedComplex.cpp
    M GUI/SimpCompTableModel.cpp
    M library/include/ksimplex.hpp
    M library/include/simpcomp.hpp
    M library/src/input_and_output.cpp
    M library/src/ksimplex.cpp
    M library/src/simpcomp.cpp

  Log Message:
  -----------
  Syncing with diverged commits from main branch


  Commit: ce169b58b1a2e0180c74369d17d1cd10eea34de3
      https://github.com/vvmarko/triangulator/commit/ce169b58b1a2e0180c74369d17d1cd10eea34de3
  Author: dyco <dusancvijetic2000 at gmail.com>
  Date:   2023-03-27 (Mon, 27 Mar 2023)

  Changed paths:
    M CMakeLists.txt
    M library/CMakeLists.txt
    R library/include/classes.hpp

  Log Message:
  -----------
  CMake set up for Linux.


  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.


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

  Changed paths:
    M README.md

  Log Message:
  -----------
  Added build instructions to README.md file


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

  Changed paths:
    M README.md

  Log Message:
  -----------
  Typo fixed in README.md


Compare: https://github.com/vvmarko/triangulator/compare/280aa7380fec...00faaaab22aa


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