aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/glfw (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Re-Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"Vladimír Čunát2020-10-261-2/+3
| | | | | | | | | This reverts commit c778945806b44d46ec16bc4302e7e7163e6bab97. I believe this is exactly what brings the staging branch into the right shape after the last merge from master (through staging-next); otherwise part of staging changes would be lost (due to being already reachable from master but reverted).
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-102-2/+2
|
* glfw: 3.3.1 -> 3.3.2Martin Milata2020-02-101-2/+2
|
* glfw: 3.3 -> 3.3.1R. RyanTM2020-01-061-2/+2
|
* glfw: 3.2.1 -> 3.3James Kay2019-11-071-5/+6
|
* treewide: remove redundant quotesvolth2019-09-081-1/+1
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-151-1/+1
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* Merge master into staging-nextFrederik Rietdijk2019-07-111-1/+1
|\
| * treewide: fix redirect URLsRyan Mulligan2019-07-101-1/+1
| |
* | glfw: remove cf-privateDaiderd Jordan2019-07-031-8/+3
|/
* Merge pull request #47175 from avnik/fix/glfwJörg Thalheim2018-11-171-0/+4
|\ | | | | glfw: hardwire path to libGL.so.1
| * glfw: hardwire path to libGL.so.1Alexander V. Nikolaev2018-09-221-0/+4
| |
* | glfw: add cf-private on darwinDaiderd Jordan2018-11-071-2/+6
|/ | | | | | | | | | | | | Undefined symbols for architecture x86_64: "_NSDefaultRunLoopMode", referenced from: __glfwPlatformPollEvents in cocoa_window.m.o __glfwPlatformWaitEvents in cocoa_window.m.o __glfwPlatformWaitEventsTimeout in cocoa_window.m.o "_OBJC_CLASS_$_NSArray", referenced from: objc-class-ref in cocoa_window.m.o "_OBJC_CLASS_$_NSDate", referenced from: objc-class-ref in cocoa_window.m.o ld: symbol(s) not found for architecture x86_64
* treewide: transition from mesa_glu to libGLUAlexander V. Nikolaev2018-02-241-2/+2
|
* treewide: transition from mesa_noglu to libGLAlexander V. Nikolaev2018-02-242-4/+4
|
* glfw3: cleanup dependencies, propagate mesa_nogluNikolay Amiantov2017-09-271-6/+8
|
* glfw2: don't use mesaNikolay Amiantov2017-09-271-2/+2
|
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-012-2/+2
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* glfw: fix the install name id on darwinAnthony Cowley2017-05-011-4/+4
| | | | Also change platforms to ‘unix‘.
* glfw: fix darwin buildMatthew Bauer2017-04-091-1/+2
|
* glfw: 3.2 -> 3.2.1 (#20625)David McFarland2016-11-221-2/+2
|
* glfw: 3.1.2 -> 3.2Andrew Kelley2016-07-131-2/+2
|
* Revert "glfw3: apparently fix the build"Nikolay Amiantov2016-04-141-1/+0
| | | | This reverts commit be90eb047c03c74ccd6ca03703fb69696fc288f8.
* glfw3: apparently fix the buildMichael Raskin2016-04-131-0/+1
|
* GLFW: 3.1.1 -> 3.1.2Andrew Kelley2015-10-121-6/+9
|
* x11: replace its usage by xlibsWrapper directlyVladimír Čunát2015-09-151-2/+2
| | | | | | Scilab note: the parameters already had pointed to nonexistent dirs before this set of refactoring. But that config wasn't even used by default.
* glfw: Update to 3.1.1 and build shared library.宋文武2015-05-251-4/+11
|
* Build and install the .so for glfw 2.xTomasz Kontusz2015-02-031-1/+3
|
* glfw: Update packaging and add v3William A. Kennington III2014-02-072-11/+35
| | | | | This patch cleans up the previous glfw2 package. Additionally, it adds glfw3 and makes that the new default glfw version.
* glfw: update from 2.6 to 2.7.9Nixpkgs Monitor2013-12-181-3/+3
|
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-181-1/+1
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* * More cleanup.Eelco Dolstra2010-07-281-0/+27
svn path=/nixpkgs/trunk/; revision=22795