summaryrefslogtreecommitdiff
path: root/pkgs/tools/graphics/gnuplot (follow)
Commit message (Expand)AuthorAgeFilesLines
* gnuplot: 5.4.10 -> 6.0.0R. Ryantm2023-12-311-2/+2
* Merge pull request #262709 from r-ryantm/auto-update/gnuplot•••gnuplot: 5.4.9 -> 5.4.10Pol Dellaiera2023-11-271-2/+2
|\
| * gnuplot: 5.4.9 -> 5.4.10R. Ryantm2023-10-221-2/+2
* | treewide: add mainProgramh7x42023-11-231-0/+1
* | gnuplot: replace texlive.combine with texliveSmallVincenzo Mantova2023-11-051-2/+2
|/
* gnuplot: 5.4.8 -> 5.4.9R. Ryantm2023-09-241-2/+2
* gnuplot: 5.4.6 -> 5.4.8R. Ryantm2023-06-141-2/+2
* Merge pull request #230734 from Mindavi/gnuplot/cross•••gnuplot: fix cross-compilation by disabling docs and demosRick van Schijndel2023-05-211-0/+6
|\
| * gnuplot: fix cross-compilation by disabling docs and demos•••Now we can cross-build rtl_433 completely! Rick van Schijndel2023-05-081-0/+6
* | gnuplot: use lib.makeBinPath to condense wrapperSandro Jäckel2023-05-091-3/+1
|/
* gnuplot-qt: fix wrapperK9002023-04-301-1/+8
* gnuplot: 5.4.5 -> 5.4.6R. Ryantm2023-03-021-2/+2
* Merge pull request #195910 from wegank/gnuplot-wxgtkSandro2022-11-041-2/+3
|\
| * gnuplot: migrate to wxGTK32Weijia Wang2022-10-141-2/+3
* | gnuplot: 5.4.4 -> 5.4.5R. Ryantm2022-10-031-2/+2
|/
* gnuplot: 5.4.3 -> 5.4.4R. Ryantm2022-07-281-2/+2
* gnuplot: 5.4.2 -> 5.4.3R. Ryantm2022-02-111-2/+2
* treewide: remove darwin-only manual wrapQtApp invocationsDmitry Kalinkin2021-09-281-2/+0
* gnuplot: Allow compiling with libcaca (#137523)•••Co-authored-by: Sandro <sandro.jaeckel@gmail.com>Michal Sojka2021-09-121-1/+3
* gnuplot: 5.4.1 -> 5.4.2R. RyanTM2021-06-051-2/+2
* pkgs/tools: pkgconfig -> pkg-config (2)Ben Siraphob2021-01-171-2/+2
* gnuplot: 5.4.0 -> 5.4.1R. RyanTM2020-12-051-2/+2
* gnuplot: 5.2.8 -> 5.4.0R. RyanTM2020-07-211-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-2/+2
* gnuplot_qt: fix on darwinDmitry Kalinkin2020-03-171-0/+4
* gnuplot: 5.2.7 -> 5.2.8•••http://www.gnuplot.info/ReleaseNotes_5_2_8.html Will Dietz2020-01-071-3/+4
* gnuplot_qt: Use qt mkDerivation•••Fixes this error: gnuplot> plot [-5:5] sin(x) qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in "" This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem. Signed-off-by: Anders Kaseorg <andersk@mit.edu> Anders Kaseorg2019-12-061-2/+2
* gnuplot: 5.2.6 -> 5.2.7•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gnuplot/versions R. RyanTM2019-06-011-2/+2
* gnuplot: 5.2.5 -> 5.2.6•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gnuplot/versions R. RyanTM2019-03-211-2/+2
* gnuplot: 5.2.4 -> 5.2.5•••http://www.gnuplot.info/ReleaseNotes_5_2_5.html Will Dietz2018-10-081-2/+2
* gnuplot: add licenseMarkus Kowalewski2018-08-201-0/+9
* pkgs/*: remove unreferenced function argumentsvolth2018-07-211-1/+0
* gnuplot: 5.2.3 -> 5.2.4 (#41505)•••http://www.gnuplot.info/ReleaseNotes_5_2_4.htmlWill Dietz2018-06-061-2/+2
* gnuplot: 5.2.2 -> 5.2.3•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/gnuplot/versions. These checks were done: - built on NixOS - ran ‘/nix/store/3kixi49gqbpjnkrgdavmzkbsg7aaw51p-gnuplot-5.2.3/bin/gnuplot -h’ got 0 exit code - ran ‘/nix/store/3kixi49gqbpjnkrgdavmzkbsg7aaw51p-gnuplot-5.2.3/bin/gnuplot --help’ got 0 exit code - ran ‘/nix/store/3kixi49gqbpjnkrgdavmzkbsg7aaw51p-gnuplot-5.2.3/bin/.gnuplot-wrapped -h’ got 0 exit code - ran ‘/nix/store/3kixi49gqbpjnkrgdavmzkbsg7aaw51p-gnuplot-5.2.3/bin/.gnuplot-wrapped --help’ got 0 exit code - found 5.2.3 with grep in /nix/store/3kixi49gqbpjnkrgdavmzkbsg7aaw51p-gnuplot-5.2.3 - directory tree listing: https://gist.github.com/c09c0907f914e36a3f7c086d4b978dbf R. RyanTM2018-05-071-2/+2
* gnuplot: Use quoting syntax that's compatible with old and new Nix versions•••There is probably a way to have it work with substituteInPlace, but using sed is a cheap solution to not having to figure out how to escape "'$'" in Nix that works in both versions. Issue #31179. Fixes #33833. Tuomas Tynkkynen2018-01-151-1/+1
* gnuplot_qt: Qt 4 -> Qt 5Orivej Desh2017-12-101-9/+15
* gnuplot: build with libcerfOrivej Desh2017-12-101-5/+7
* gnuplot: 5.2.1 -> 5.2.2Will Dietz2017-12-081-2/+2
* gnuplot: 5.2.0 -> 5.2.1Will Dietz2017-11-081-2/+2
* gnuplot: 5.0.6 -> 5.2.0mimadrid2017-09-231-2/+2
* gnuplot: 5.0.3 -> 5.0.6mimadrid2017-08-011-2/+2
* treewide: Fix more 'lib.optional' misusesTuomas Tynkkynen2016-10-021-1/+1
* treewide: Lots of meta.hydraPlatforms -> meta.platforms•••In all of these files, there is no meta.platforms but only meta.hydraPlatforms, which doesn't seem to have any purpose except being inconsistent. Tuomas Tynkkynen2016-08-021-1/+1
* gnuplot: 5.0.0 -> 5.0.3Micxjo Funkcio2016-04-211-2/+2
* Merge branch 'staging' into closure-sizeVladimír Čunát2016-01-191-1/+1
|\
| * gnuplot: Improve startup performance•••Before executing the gnuplot executable the environment variable `GDFONTPATH` is populated with a list of font directories, which is obtained from `fc-list`. In that process we iterated over each line and called `dirname` on it, which introduces a performance hit for loading and executing the external executable `dirname` every time. The new version avoids the loop. The author of this patch measured a 42 fold performance improvement: old version: $ time ./gnuplot_old/bin/gnuplot -e '' real 0m3.828s user 0m0.392s sys 0m0.465s new version: $ time ./gnuplot_new2/bin/gnuplot -e '' real 0m0.091s user 0m0.112s sys 0m0.014s The correctness of the value of `GDFONTPATH` was confirmed with the following command and comparing its output between versions: $ gnuplot -e 'print system("echo $GDFONTPATH")' Andreas Herrmann2016-01-111-1/+1
* | Merge branch 'master' into closure-size•••TODO: there was more significant refactoring of qtbase and plasma 5.5 on master, and I'm deferring pointing to correct outputs to later. Vladimír Čunát2015-12-311-2/+2
|\|
| * gnuplot: use texlive-newThomas Tuegel2015-12-121-2/+2
* | fontconfig: split into multiple outputs•••Fixed all 'fontconfig}' references as well, hopefully, ugh! Vladimír Čunát2015-10-051-1/+1
|/
* gnuplot: requires Qt 4Thomas Tuegel2015-05-251-1/+1