Skip to content
  • P
    Projects
  • G
    Groups
  • S
    Snippets
  • Help

Prog2 / labor_peldak / lab_06

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 1
  • Pipelines
  • Wiki
  • Snippets
  • Members
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Open
Merge request !1 opened Jul 01, 2025 by András Bodor@bodor 
  • Report abuse
Report abuse

WIP: CMake projekt

CMake projekt, memtrace és gtest_lite frissítés.

×

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch origin
git checkout -b cmake-projekt origin/cmake-projekt

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git checkout master
git merge --no-ff cmake-projekt

Step 4. Push the result of the merge to GitLab

git push origin master

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

  • Discussion 1
  • Commits 3
  • Changes 6
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
  • András Bodor
    @bodor started a discussion on the diff Jul 01, 2025
    bicikli/bicikli_teszt0.cpp
    15 15 std::cout << "\tMyKerek ctor ";
    16 16 kiir();
    17 17 }
    18 ~MyKerek() {
    18 ~MyKerek() override {
    • András Bodor @bodor commented Jul 01, 2025
      Developer

      Jól emlékszem, hogy ez az idei anyagban már explicite le volt adva? (Moodle-n már nem látom az előadás diákat, a levelezés meg már rég nincs meg.)

      Mert akkor használjuk a laborokban mi is. Jelenleg clang-cl szól is, ha lemarad egy-egy destruktorról a megoldásban is.

      Jól emlékszem, hogy ez az idei anyagban már explicite le volt adva? (Moodle-n már nem látom az előadás diákat, a levelezés meg már rég nincs meg.) Mert akkor használjuk a laborokban mi is. Jelenleg clang-cl szól is, ha lemarad egy-egy destruktorról a megoldásban is.
    Please register or sign in to reply
  • Write
  • Preview
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment
Assignee
No assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
1
1 participant
Reference: Prog2/labor_peldak/lab_06!1