summary refs log tree commit diff
path: root/pkgs/build-support
Commit message (Expand)AuthorAge
* writers.PyPy{2,3}: initMarkus S. Wamser2021-12-15
* writers.writePython2: removeMarkus S. Wamser2021-12-15
* Merge pull request #150066 from ezemtsov/buildDotnetModuleLuke Granger-Brown2021-12-14
|\
| * buildDotnetModule: support local project referencesEvgeny Zemtsov2021-12-13
| * buildDotnetModule: support optional nupkg packingEvgeny Zemtsov2021-12-13
* | Merge pull request #148605 from mikepurvis/bazel-no-curses-masterUri Baghin2021-12-13
|\ \
| * | buildBazelPackage: Pass --curses=no for terse logsMike Purvis2021-12-04
* | | Merge pull request #149493 from alyssais/vmtools-fdRobert Hensing2021-12-11
|\ \ \
| * | | vmTools.runInLinuxVM: create fd symlinks in /devAlyssa Ross2021-12-08
| | |/ | |/|
* | | Merge pull request #124556 from bergkvist/bergkvist/make-c-wrapperRobert Hensing2021-12-10
|\ \ \ | |/ / |/| |
| * | make-binary-wrapper: Make CC substitution saferJacek Galowicz2021-12-09
| * | make-binary-wrapper: Add -euo pipefail to bash scriptJacek Galowicz2021-12-09
| * | make-binary-wrapper: Add -Wall -Werror -WpedanticJacek Galowicz2021-12-09
| * | Merge branch 'bergkvist/make-c-wrapper' into make-c-wrapperTobias Bergkvist2021-12-09
| |\ \
| | * | wrapProgramBinary -> binaryWrapProgramDoron Behar2021-12-08
| | * | Separate out indentation responsibility to indent4 in makeCWrapper using awk. Tobias Bergkvist2021-12-07
| | * | Switch to embedding input arguments instead of generated C code in binary.Tobias Bergkvist2021-12-07
| * | | make makeWrapper and makeBinaryWrapper drop-in-replaceableJacek Galowicz2021-12-09
| * | | Fix typo in make-binary-wrapperJacek Galowicz2021-12-08
| |/ /
| * | Add new argument: --chdir DIR (alternative to --run "cd DIR" in makeWrapper)Tobias Bergkvist2021-12-02
| * | Add argument --inherit-argv0 to replace use case `--argv0 '$0'`. Fix wrapProg...Tobias Bergkvist2021-12-02
| * | Use cc instead of gcc in makeBinaryWrapperTobias Bergkvist2021-12-02
| * | Replace concat3 with asprintf in set_env_prefix and set_env_suffix.Tobias Bergkvist2021-12-01
| * | Switch from malloc to calloc in addFlagsTobias Bergkvist2021-12-01
| * | Switch from exit(1) to abort() in assert_successTobias Bergkvist2021-12-01
| * | Add assertValidEnvName and check that variable name is valid during code gene...Tobias Bergkvist2021-12-01
| * | Assert that malloc does not return a NULL pointer for better error messages +...Tobias Bergkvist2021-11-09
| * | Move assertExecutable from makeCWrapper to makeBinaryWrapper to ensure that m...Tobias Bergkvist2021-10-19
| * | makeBinaryWrapper: add wrapProgramBinary (like wrapProgram)Doron Behar2021-10-19
| * | makeBinaryWrapper: Assert $1 is executableDoron Behar2021-10-19
| * | Specify uses_prefix, uses_suffix and uses_concat3 as local vars. Make sure er...Tobias Bergkvist2021-10-04
| * | Make error messages more consistentTobias Bergkvist2021-10-01
| * | Return an #error macro if the wrong number of arguments are suppliedTobias Bergkvist2021-10-01
| * | Fix shellcheck warnings. Use single quotes for printf format strings. Switch ...Tobias Bergkvist2021-10-01
| * | Switch to using strlen in concat3Fn. Make sure uses-variables are local to im...Tobias Bergkvist2021-08-26
| * | Add support for --add-flags, --prefix and --suffixTobias Bergkvist2021-08-23
| * | Remove line at the bottom of make-binary-wrapper that executes makeBinaryWrap...Tobias Bergkvist2021-06-01
| * | Rename make-c-wrapper.sh to make-binary-wrapper.sh. Refactor to match style o...Tobias Bergkvist2021-06-01
| * | make-c-wrapper: Fix typo in generated documentationTobias Bergkvist2021-05-27
| * | make-c-wrapper: Remove trailing whitespace (editorconfig)Tobias Bergkvist2021-05-27
| * | make-c-wrapper: Fix typo in generated code documentationTobias Bergkvist2021-05-27
| * | Add make-c-wrapper.sh for creating binary executable wrappersTobias Bergkvist2021-05-27
* | | dhallDirectoryToNix: add this utility function(cdep)illabout2021-12-07
* | | dhallPackageToNix: function for turning Nixpkgs Dhall package into Nix code(cdep)illabout2021-12-07
* | | dhallToNix: rename file from build-support/dhall-to-nix.nix to build-support/...(cdep)illabout2021-12-07
* | | golly: 3.3 -> 4.1Michael Raskin2021-12-06
* | | writers.makePythonWriter: drop flake8 checks for Python 2 scriptsEnno Richter2021-12-05
| |/ |/|
* | Merge pull request #148363 from hercules-ci/add-dockerTools-fakechrootRobert Hensing2021-12-04
|\ \
| * | dockerTools: Keep fakechroot disabled by defaultRobert Hensing2021-12-04
| * | dockerTools: Add fakechroot to fakeRootCommandsRobert Hensing2021-12-04