Stefan Brüns
ff3bd55892
Fix compilation on Linux - missing include, semicolon
...
According to http://man7.org/linux/man-pages/man3/memalign.3.html ,
memalign() is defined in malloc.h.
Also, the line should be terminated with a semicolon.
Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
2018-02-06 08:38:37 +01:00
Ignacio
9489aed825
Merge changes from The Witness.
2018-02-05 18:55:07 -08:00
Dmitry Marakasov
6b24b1f45c
Use libexecinfo on FreeBSD as well
2017-02-16 18:20:07 +04:00
Lectem
1770ad7280
Fix build on VC2015
...
On VC2015 the project wouldn't build because of the missing typedefs.
This was tested on both 2013 and 2015.
2016-09-19 10:28:03 +02:00
Ignacio
b0afc82d7d
Minor osx fixes.
...
Remove FindCUDA and use cmake version instead.
2016-08-16 12:31:31 -07:00
Kamil Rytarowski
3c4ccd41fa
Add basic NetBSD support
2016-07-30 11:49:33 +02:00
Timothy Pearson
203eda1d47
Fix build on PPC64LE
...
Signed-off-by: Timothy Pearson <tpearson@raptorengineering.com>
2016-06-26 20:09:39 -05:00
Ignacio
9b79638f79
Disable test code from nvdecompress. Update vc12 projects and fix vc12 build. Fixes bug #232 .
2015-12-11 12:15:22 -08:00
Ignacio
63d29a508e
Fix compiler warning.
2015-12-05 14:56:36 -08:00
Ignacio
c0ad0f4d31
Merge changes from The Witness.
2015-10-28 23:53:08 -07:00
Ignacio
58617584d4
Apply patch provided in issue #224 . Add support for ARM64.
2015-07-20 23:47:01 +02:00
cmdrf
d01d72f8e7
Update NV_FOREACH for C++11
2015-06-12 12:38:44 +02:00
cmdrf
fa062aa298
Do not redefine snprintf on VS2015
2015-06-10 18:46:26 +02:00
Ignacio
81336cc3e9
Remove unnecessary files.
2015-03-25 12:36:16 -07:00
Ignacio
e9d44813d2
Merge pull request #216 from esok/master
...
Added support for gcc and c++11 features.
2015-03-24 17:08:37 -07:00
Ignacio
a083337473
Merge changes from The Witness.
2015-03-24 12:14:49 -07:00
esok
6bc3224fe7
Added support for gcc and c++11 features.
2015-03-23 22:05:33 -04:00
castano
d019cd7080
Merge changes from the witness.
2014-11-04 17:49:29 +00:00
castano@gmail.com
4cb60cc5ba
Fix vc12 build.
2014-09-23 17:49:18 +00:00
castano
6ade0e27b7
Fixes issue 202.
2014-05-21 18:09:47 +00:00
castano
7e74261f92
Fixes issue 204.
2014-05-21 17:47:06 +00:00
castano@gmail.com
94d0635285
Merge changes from the Witness.
2013-06-07 17:53:55 +00:00
castano
eb5556548d
Fix issue 186. Confirmed it works on gcc and clang.
2013-02-05 18:35:38 +00:00
castano
14faa8e564
Fix linux/osx compiler errors. Fixes issue 168.
2013-02-05 07:35:15 +00:00
castano
83bdcb541c
OpenBSD fixes. Fixes issue 176.
2012-09-11 16:41:02 +00:00
castano
1d8d067caf
Fix build under OSX with clang. Fixes issue 180.
2012-09-11 16:22:09 +00:00
castano
15f5e19d40
Add missing semicolon. Fixes issue 179.
2012-09-05 04:06:37 +00:00
castano
04bdc76749
Merge changes from The Witness.
2012-07-20 16:32:26 +00:00
castano
3b4fcd0369
Merge changes from The Witness.
2012-07-20 16:19:03 +00:00
castano
69e8641db5
Merge changes from the witness.
2012-04-30 23:02:23 +00:00
castano
79360e6501
Fix msvc build.
2012-03-09 07:08:16 +00:00
castano
9609d1e2fd
Darwin/Lion fixes.
...
Integrate Linux and Unicode fixes from Matthaus.
2012-03-01 03:48:05 +00:00
castano
21af952fec
osx fixes. Update cmake files.
2012-02-14 18:00:47 +00:00
castano
06c170b41b
Merge changes from The Witness.
2012-02-14 16:16:27 +00:00
castano
d44a65c7b7
Fix unicode builds.
2012-02-03 16:23:52 +00:00
castano
e46f48f0a3
Better stack trace parser for OSX.
2012-01-04 02:24:30 +00:00
castano
0b3959e1a1
Linux fixes. Thanks to Rico Tzschichholz.
2011-10-11 22:22:29 +00:00
castano
e98d795d2b
More header optimizations.
2011-10-11 18:52:24 +00:00
castano
2ec37026be
Merge changes from the witness.
2011-10-10 20:24:12 +00:00
castano
78fa1e785d
Fixes and optimizations.
2011-10-01 02:07:32 +00:00
castano
eb10483faf
Fix bugs. In progress cube map loading.
2011-09-30 01:52:27 +00:00
castano
8c65e4c62d
Do not depend on external int limits.
2011-09-27 18:25:39 +00:00
castano
2364f539eb
Porting parallel stuff to unix.
2011-09-27 18:12:32 +00:00
castano
3c0ab2d3f3
Merge changes from the witness.
2011-09-27 17:48:46 +00:00
castano
4906642ac3
Revert Library.*, needed for CUDA stuff.
2011-09-26 05:33:53 +00:00
castano
8b096b4186
Remove unused code.
2011-09-01 22:16:37 +00:00
castano
71d53e0d4e
Fix leak.
2011-04-22 00:04:29 +00:00
castano
2643a62d4a
Undo buffer class. Use plain array for easier debugging.
2011-04-07 07:41:58 +00:00
castano
8a837981b6
Merge changes from The Witness.
2011-04-06 02:41:15 +00:00
castano
9ebcff93de
More tweaks.
2011-04-06 02:14:32 +00:00