8000 Tags · teocns/nocc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: teocns/nocc

Tags

v1.2

Toggle v1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support tmpfs and a server queue for C++ compilers (VKCOM#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.

v1.1

Toggle v1.1's commit message
fix a test to make it pass different gcc versions

v1.0

Toggle v1.0's commit message
added docs

0