Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Samsung/lwnode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Samsung/lwnode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: tizen
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 21 files changed
  • 3 contributors

Commits on Jul 18, 2023

  1. Fix package build error in actions

    Signed-off-by: HyukWoo Park <hyukwoo.park@samsung.com>
    
    Signed-off-by: Daeyeon Jeong <daeyeon.jeong@samsung.com>
    HyukWoo Park authored and daeyeon committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    ff003f2 View commit details
    Browse the repository at this point in the history
  2. fix: fix compiler errors for the latest compiler

    Signed-off-by: HyukWoo Park <hyukwoo.park@samsung.com>
    
    Signed-off-by: Daeyeon Jeong <daeyeon.jeong@samsung.com>
    HyukWoo Park authored and daeyeon committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    69644e8 View commit details
    Browse the repository at this point in the history
  3. chore: fix lint action

    Signed-off-by: Daeyeon Jeong <daeyeon.jeong@samsung.com>
    daeyeon committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    c16e509 View commit details
    Browse the repository at this point in the history
  4. chore: fix destination machine on github actions

    Signed-off-by: Daeyeon Jeong <daeyeon.jeong@samsung.com>
    daeyeon committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    cfd0b3d View commit details
    Browse the repository at this point in the history
  5. fix: suppress build errors on gcc 13

    Signed-off-by: Daeyeon Jeong <daeyeon.jeong@samsung.com>
    daeyeon committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    a669d63 View commit details
    Browse the repository at this point in the history
  6. chore: add patch for escargot gcc 13 build error

    Signed-off-by: Daeyeon Jeong <daeyeon.jeong@samsung.com>
    daeyeon committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    731541e View commit details
    Browse the repository at this point in the history
  7. fix: support gcc13

    Signed-off-by: Hosung Kim hs852.kim@samsung.com
    
    Signed-off-by: Daeyeon Jeong <daeyeon.jeong@samsung.com>
    hs0225 authored and daeyeon committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    cd5ea0f View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. fix: fix build break when using openssl3

    Signed-off-by: Hosung Kim hs852.kim@samsung.com
    
    Signed-off-by: Daeyeon Jeong <daeyeon.jeong@samsung.com>
    hs0225 authored and daeyeon committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    08d84dd View commit details
    Browse the repository at this point in the history
  2. fix: resolve static analysis defects

    Signed-off-by: Daeyeon Jeong <daeyeon.jeong@samsung.com>
    daeyeon committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    77ce776 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. fix: resolve static analysis defects

    Signed-off-by: Hosung Kim hs852.kim@samsung.com
    hs0225 committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    c4fe819 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. fix: handle stdio in Tizen

    This hijacks inputs for stdio streams when running on Tizen.
    That's because stdio is piped to dlog in Tizen apps.
    
    Signed-off-by: Daeyeon Jeong <daeyeon.jeong@samsung.com>
    daeyeon committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    d646cc6 View commit details
    Browse the repository at this point in the history
Loading