summary refs log tree commit diff
path: root/pkgs/development/tools/misc/ccls
Commit message (Collapse)AuthorAge
* ccls: set resource directoryGabriel Ebner2021-07-04
| | | | Fixes #126936
* ccls: fix libc++ header pathGabriel Ebner2021-05-24
|
* ccls: fix buildJonathan Ringer2021-05-08
|
* ccls: 0.20201219 -> 0.20210330R. RyanTM2021-04-10
|
* Merge pull request #109745 from r-ryantm/auto-update/cclsMario Rodas2021-02-23
|\ | | | | ccls: 0.20201025 -> 0.20201219
| * ccls: 0.20201025 -> 0.20201219R. RyanTM2021-01-18
| |
* | pkgs/development/tools: stdenv.lib -> libBen Siraphob2021-01-23
|/
* ccls: 0.20190823 -> 0.20201025Bernardo Meurer2020-10-27
|
* ccls: 0.20190823.5 -> 0.20190823.6R. RyanTM2020-05-02
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* cmake: remove CMAKE_OSX_DEPLOYMENT_TARGET overridesDaiderd Jordan2020-01-31
| | | | We _do_ want minimum versions in our packages.
* treewide: use stdenv.macosVersionMinDaiderd Jordan2020-01-31
|
* ccls: 0.20190823.4 -> 0.20190823.5R. RyanTM2019-11-25
|
* ccls: 0.20190823.3 -> 0.20190823.4R. RyanTM2019-11-01
|
* Merge pull request #69370 from chkno/no-extra-flagsRobin Gloster2019-10-09
|\ | | | | makeWrapper: Remove unused extraFlagsArray feature
| * makeWrapper: Remove unused extraFlagsArray featureChuck2019-09-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is a bug in this feature: It allows extra arguments to leak in from the environment. For example: $ export extraFlagsArray=date $ man ls Note that you get the man page for date rather than for ls. This happens because 'man' happens to use a wrapper (to add groff to its PATH). An attempt to fix this was made in 5ae18574fce in PR #19328 for issue #2537, but 1. That change didn't actually fix the problem because it addressed makeWrapper's environment during the build process, not the constructed wrapper script's environment after installation, and 2. That change was apparently accidentally lost when merged with 7ff6eec5fd8. Rather than trying to fix the bug again, we remove the extraFlagsArray feature, since it has never been used in the public repo in the ten years it has been available. wrapAclocal continues to use its own, separate flavor of extraFlagsArray in a more limited context. The analogous bug there was fixed in 4d7d10da6b1 in 2011.
* | ccls: 0.20190823 -> 0.20190823.3Tobias Mayer2019-09-26
|/
* Merge branch 'master' into cclsJörg Thalheim2019-09-13
|\
| * treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | | | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* | ccls: 0.20190314.1 -> 0.20190823MetaDark2019-08-31
|/
* ccls: 0.20190301 -> 0.20190314.1Jörg Thalheim2019-05-30
|
* Merge pull request #57217 from r-ryantm/auto-update/cclsJörg Thalheim2019-03-10
|\ | | | | ccls: 0.20181225.8 -> 0.20190301
| * ccls: 0.20181225.8 -> 0.20190301R. RyanTM2019-03-09
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ccls/versions
* | Add Darwin support for cclsVäinö Järvelä2019-03-05
|/
* treewide: use runtimeShell instead of stdenv.shell whenever possibleJörg Thalheim2019-02-26
| | | | | | | | | Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well.
* ccls: 0.20181225.7 -> 0.20181225.8R. RyanTM2019-02-06
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ccls/versions
* ccls: init at 0.20181225Jörg Thalheim2019-01-15
- tested with [emacs](https://dl.thalheim.io/kdh-PwxzlwGKTEl1_NpTzg/2019-01-13-190156_1920x1080_scrot.png) and vim. - wrapped to pick up our cc wrapper environment -> works perfectly in nix-shell