cfcohen
fdc798d02b
Fix minor problem with extern/poshlib not being c++ at all, so
...
-std=c++11 is not a valid option. A cmake 2.8.0 compatible approach
that involves CMAKE_CXX_FLAGS causes problems for the CUDA compressor
module that _cannot_ accept -std=c++11. This approach seems the most
correct, but I'm new to CMake, so there may be a better solution.
2015-12-04 20:27:18 -05:00
cfcohen
4c860bf84b
Attempted fix for pointer/integer confusion. The warning from GCC
...
was: "ThreadPool.cpp:123:46: warning: cast to pointer from integer of
different size [-Wint-to-pointer-cast]." It appears that an integer
from 0 to threadCount was passed as to a value ultimately assigned to
(void *)((Private)p->arg). This commit moved the integer into an
unfreed block of memory and passed a pointer to it, but perhaps the
threadNumber doesn't really need to be passed at all?
2015-12-04 20:17:11 -05:00
cfcohen
47919914a9
Suppress warnings about set but unused variables in CUDA compress
...
routines.
2015-12-04 20:10:52 -05:00
cfcohen
2d1bbe5415
Suppress security warnings about insecure use of nvDebug().
2015-12-04 20:06:18 -05:00
cfcohen
9b6191ab0c
Fix errors linking nvddsview. Undefined reference to
...
nv::Fit::computePrincipalComponent_EigenSolver caused by library
ordering (nvmath needs to follow other libraries). Fixed in multiple
other places already, but not this one.
2015-12-04 20:02:19 -05:00
cfcohen
f2d10c1590
Revert "Remove unnecessary files."
...
This reverts commit 81336cc3e9
.
2015-12-04 19:55:00 -05:00
cfcohen
9174f3fe74
Revert "Do not include removed Library.h"
...
This reverts commit 7b031aa4bf
.
2015-12-04 19:54:42 -05:00
cfcohen
9014a0a967
Revert "- Removed Library.cpp and Library.h from nvcore VS2013 project"
...
This reverts commit b254961b22
.
2015-12-04 19:54:04 -05:00
Ignacio
c0ad0f4d31
Merge changes from The Witness.
2015-10-28 23:53:08 -07:00
Ignacio Castaño
a382ea5b21
Fix compiler warning.
2015-09-02 12:25:47 -07:00
Ignacio Castaño
26723de502
Fix memory leak reported by Sylvain Rochette in issue #229 .
2015-08-21 21:53:16 -07:00
Ignacio
58617584d4
Apply patch provided in issue #224 . Add support for ARM64.
2015-07-20 23:47:01 +02:00
Ignacio
4ef408b591
Remove debug code.
2015-07-20 14:32:16 +02:00
Ignacio
592c8b8b0a
Merge pull request #225 from Skylark13/master
...
Fix compilation on VS2013 (non-CUDA)
2015-07-20 13:15:55 +02:00
Jean-S�bastien Guay
b254961b22
- Removed Library.cpp and Library.h from nvcore VS2013 project
...
- Also added project references to nvtt in nvdecompress and nvimgdiff projects, lack of which prevented them from compiling
- Change to nvtt.sln is an auto-modification from VS, pretty sure it makes no difference
2015-07-19 14:08:01 -04:00
Ignacio
d32f0e0173
Merge pull request #223 from cmdrf/no-include-library-h
...
Do not include Library.h
2015-06-12 10:27:02 -07:00
Ignacio
701f8224dc
Merge pull request #222 from cmdrf/gccforeach
...
Update NV_FOREACH for C++11
2015-06-12 10:26:25 -07:00
cmdrf
7b031aa4bf
Do not include removed Library.h
2015-06-12 14:00:37 +02:00
cmdrf
d01d72f8e7
Update NV_FOREACH for C++11
2015-06-12 12:38:44 +02:00
Ignacio
0d205015ae
Merge pull request #221 from cmdrf/snprintf-vs2015
...
Do not redefine snprintf on VS2015
2015-06-10 10:51:07 -07:00
Ignacio
7aa0390f32
Merge pull request #220 from cmdrf/cmakecuda
...
Fix CMake CUDA introspection
2015-06-10 10:49:35 -07:00
Ignacio
68e6cbdd40
Merge pull request #219 from cmdrf/gcclinkorder
...
Fix Link Order for GCC in CMake
2015-06-10 10:48:46 -07:00
cmdrf
fa062aa298
Do not redefine snprintf on VS2015
2015-06-10 18:46:26 +02:00
cmdrf
205f492e2e
Fix CMake CUDA introspection
2015-06-10 18:14:12 +02:00
cmdrf
899a99a106
Fix link order for Linux
2015-06-10 17:59:57 +02:00
cmdrf
766edcb1a6
Fix more link order for Linux
2015-06-10 17:59:56 +02:00
Ignacio
b37ca4498d
Merge pull request #217 from pzychotic/master
...
Fixed compiler flag being set on wrong target.
2015-04-21 15:49:59 -07:00
Thomas Roß
9ad63e7f3a
Fixed compiler flag being set on wrong target.
2015-04-21 22:18:25 +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
d4fbfd0ff4
Add project notes.
2015-03-24 12:32:27 -07:00
Ignacio
4c7ff58885
Update vc12 projects
2015-03-24 12:31:22 -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
7e2a9d1adb
osx fixes. Fix issue 211.
2014-12-02 20:23:21 +00:00
castano
2d6fc0e304
DXT1 compressor tweaks.
2014-12-02 05:43:13 +00: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@gmail.com
9722101114
Cleanup vc12 project.
2014-09-23 17:44:36 +00:00
castano@gmail.com
3f0bffaadf
Add vc12 solution.
2014-09-23 17:39:36 +00:00
castano
6e69560969
Tag dll and binaries with 32/64 suffix.
2014-07-01 18:10:28 +00:00
castano
8f4ebf1d93
Remove missing project.
2014-07-01 17:27:46 +00:00
castano
132443013a
Minor updates to C# bindings. Work in progress.
2014-06-11 21:31:47 +00:00
castano
ac87eefa6d
Apply patch to update C# wraper. Fixes issue 184.
2014-06-11 21:02:04 +00:00
castano
f705b2eaa1
Fixes issue 93.
2014-06-11 19:46:17 +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
57298c71c8
Fix issue 194.
2014-05-21 17:23:05 +00:00
castano
b06a6f46a5
Fixes issue 207.
2014-04-18 16:25:24 +00:00
castano
63d6036e3a
Fix issue 206.
2014-04-03 22:10:12 +00:00