10000 Comparing v1.1...master · VKCOM/nocc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: VKCOM/nocc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1
Choose a base ref
...
head repository: VKCOM/nocc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 61 files changed
  • 3 contributors

Commits on Jan 30, 2023

  1. support depfiles generation: -MF -MT -MQ -MD -MMD -MP (#1)

    These flags are used in CMake/make projects to generate .o.d files 
    along with an object file ("as a side effect of the compilation")
    tolk-vm authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    4556225 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    ab52095 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. correctly expand __FILE__ on a server-side by using relative paths (#6)

    Before, a client send cppInFile as an abs file name, and a server launched
    > g++ /{clientWorkingDir}/{cppInFile}
    Now, a client sends cppInFile exactly the same as it was specified in cmd line,
    and besides, it sends cwd.
    On a server, we launch g++ in a dir {clientWorkingDir}/{cwd} and pass
    > g++ {cppInFile}
    directly, as a relative one, which leads to __FILE__
    expanded equally to client launch.
    tolk-vm authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    edc04d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Support tmpfs and a server queue for C++ compilers (#10)

    This PR drops an option -working-dir, adding two new instead:
    * -cpp-dir {string}, Directory for incoming C++ files and src cache
    * -obj-dir {string}, Directory for resulting obj files and obj cache
    The directory passed as -cpp-dir can be placed in tmpfs.
    
    Also, nocc-server now managers C++ compiler launches with a waiting queue. 
    The purpose of a waiting queue is not to over-utilize server resources at peak times.
    tolk-vm authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    73b26e5 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    7510928 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Create CODEOWNERS

    pale-emperor committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    f7fabdd View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

9B06
  1. Configuration menu
    Copy the full SHA
    b1f7bb3 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    1599d36 View commit details
    Browse the repository at this point in the history
Loading
0