- 23 Jul, 2021 2 commits
-
-
Ross Burton authored
The current rule for the binaries is: glew.bin: glew.lib bin bin/$(GLEWINFO.BIN) bin/$(VISUALINFO.BIN) In parallel builds, all of those targets happen at the same time. This means that 'bin' can happen *after* 'bin/$(GLEWINFO.BIN)', which is a problem as the 'bin' target's responsibility is to create the directory that the other target writes into. Solve this by not having a separate 'create directory' target which is fundamentally racy, and simply mkdir in each target which writes into it.
-
Ross Burton authored
Software should install to /usr/local by default, as /usr is for the operating system managed libraries. Closes #52.
-
- 20 Mar, 2021 4 commits
-
-
-
Julien Schueller authored
-
Julien Schueller authored
-
Julien Schueller authored
-
- 10 Jan, 2021 1 commit
-
-
Xavier Bonaventura authored
Paths should be created using os.path.join with this way is platform independent.
-
- 09 Jan, 2021 8 commits
-
-
Nigel Stewart authored
-
Danilo Spinella authored
-
Nigel Stewart authored
-
Nigel Stewart authored
-
Nigel Stewart authored
-
Nigel Stewart authored
-
Xavier Bonaventura authored
-
Xavier Bonaventura authored
Raw open should be avoided to prevent that in case of an exception the file is not closed. This also has the advantage that if the user forgets to call close the file is still closed.
-
- 13 Dec, 2020 1 commit
-
-
Christian Rauch authored
-
- 04 Dec, 2020 1 commit
-
-
Nicolas Caramelli authored
-
- 27 Nov, 2020 1 commit
-
-
Tim Gates authored
There is a small typo in auto/src/glew_head.c. Should read `directly` rather than `direcly`.
-
- 26 Nov, 2020 2 commits
-
-
Alexey Tereshenkov authored
-
Alexey Tereshenkov authored
Allow LGTM.com use the custom configuration to analyze C++ code of the project
-
- 15 Mar, 2020 2 commits
-
-
Nigel Stewart authored
-
Nigel Stewart authored
-
- 05 Mar, 2020 3 commits
-
-
Jose Santiago authored
-
Jose Santiago authored
-
Eonfge authored
-
- 26 Jan, 2020 2 commits
-
-
Nigel Stewart authored
-
Nigel Stewart authored
-
- 17 Jan, 2020 1 commit
-
-
Nigel Stewart authored
-
- 22 Dec, 2019 1 commit
-
-
Nigel Stewart authored
-
- 03 Nov, 2019 1 commit
-
-
Nigel Stewart authored
-
- 27 Sep, 2019 9 commits
-
-
Nigel Stewart authored
-
Nigel Stewart authored
-
Nigel Stewart authored
-
Nigel Stewart authored
-
Nigel Stewart authored
-
Nigel Stewart authored
-
Nigel Stewart authored
-
Nigel Stewart authored
-
Nigel Stewart authored
-
- 19 Aug, 2019 1 commit
-
-
Nigel Stewart authored
-