Commit Graph

1404 Commits (93d8953c90aafdde894dfd3f6b6fd5ff14d705f6)

Author SHA1 Message Date
Wenzel Jakob 17ea59e43f argument size should be specified in TCHARs according to MSDN 2012-10-02 17:21:35 -04:00
Edgar Velazquez-Armendariz 1a59975481 Workaround for using PCH with the Ninja generator for mtsimport 2012-10-02 15:38:49 -04:00
Edgar Velazquez-Armendariz f12fdb16c1 Fix the PCH support when using absolute paths as with the Ninja generator. 2012-10-02 15:04:21 -04:00
Wenzel Jakob de9f47ce5a merge 2012-10-02 14:38:29 -04:00
Edgar Velazquez-Armendariz 3a29f9bbe2 Support FP exception functions in OS X even is SSE is not enabled 2012-10-02 14:23:55 -04:00
Edgar Velazquez-Armendariz 4b2e9c3292 Fix a compilation problem in spectral mode 2012-10-02 12:54:18 -04:00
Wenzel Jakob f69b226d97 potential fix for the '/' issue on windows 2012-10-02 10:25:02 -04:00
Wenzel Jakob 9dabb85b67 whoops, the last commit broke compilation on Linux 2012-10-01 01:00:50 -04:00
Wenzel Jakob b83596accd more MacOS-related OpenMP bugfixes 2012-10-01 00:55:10 -04:00
Wenzel Jakob b7d6fc7dba omp_get_max_threads still occasionally causes crashes even in binaries compiled with icl.. committing a workaround 2012-09-30 22:46:12 -04:00
Wenzel Jakob 8f9a325a2d linker fix 2012-09-30 22:21:52 -04:00
Edgar Velazquez-Armendariz 1f9ef5bb3f Merge with default 2012-10-01 15:14:25 -04:00
Wenzel Jakob 3a1e890a55 linker fix 2012-09-30 22:21:52 -04:00
Wenzel Jakob f589e35b1d merge 2012-09-30 18:57:26 -04:00
Wenzel Jakob fa8b555d49 added teaser renderings from the manifold paper to the ERPT/MEPT documentation 2012-09-30 18:56:30 -04:00
Wenzel Jakob 63ea6213bb the python extension module path has apparently changed 2012-09-30 18:27:18 -04:00
Wenzel Jakob 9cdb71f436 Debian/Ubuntu: let dh_shlibdeps figure out most of the dependencies 2012-09-30 18:22:50 -04:00
Wenzel Jakob 55af5bb006 debian/ubuntu build rule fix 2012-09-30 18:09:44 -04:00
Wenzel Jakob 68102a29e7 finalized PKGBUILD for arch linux 2012-09-30 18:04:48 -04:00
Wenzel Jakob c8b9ef4208 'POSIX Threads for WIN32' is not used by Mitsuba anymore 2012-09-30 17:52:38 -04:00
Wenzel Jakob f91a344471 yay -- finally merged the bidir-0.4.0 branch into default! 2012-09-30 17:50:59 -04:00
Wenzel Jakob 0edfcfbc89 updated acknowledgments, finished ERPT documentation, added an extra check to suppress some NaNs 2012-09-30 17:47:20 -04:00
Wenzel Jakob f17010e1f1 ocd 2012-09-30 04:23:54 -04:00
Wenzel Jakob 91b9668aa0 documentation improvements, some subtle gui improvements, revived MEMLT 2012-09-30 03:40:18 -04:00
Wenzel Jakob 789312b5e3 improved figure spacing 2012-09-30 00:46:26 -04:00
Wenzel Jakob 2010f51694 merge 2012-09-30 00:35:25 -04:00
Wenzel Jakob d83a7bae52 MLT documentation improvements 2012-09-30 00:34:29 -04:00
Wenzel Jakob 6c969dce4a initial MLT documentation 2012-09-30 00:05:20 -04:00
Wenzel Jakob 65c195bffb fixed a long-standing annoyance: the GUI window now resizes properly upon tab switches if a render job finished in the meantime 2012-09-29 20:15:23 -04:00
Wenzel Jakob 4689d4fb92 pass direct illumination sampler in the MLT seeding process 2012-09-29 19:51:58 -04:00
Wenzel Jakob 1af8453a58 parameter documentation updates 2012-09-29 18:35:36 -04:00
Wenzel Jakob 333f4d0b28 fixed a measure-related issue in the BDPT code 2012-09-29 18:03:04 -04:00
Wenzel Jakob 0007c8158e fixed a ray epsilon issue in the libbidir-specific intersection code 2012-09-29 00:37:11 -04:00
Wenzel Jakob 9864df76b6 merge 2012-09-28 23:14:22 -04:00
Wenzel Jakob 741aee57b2 cleaned up some integrator GUI options, fixed sppm so that it works with maxDepth==-1 2012-09-28 23:14:11 -04:00
Wenzel Jakob 18cade3dae added Lipo script for OSX 2012-09-28 22:50:11 -04:00
Wenzel Jakob 8f25f1ee46 finished PSSMLT documentation 2012-09-28 22:42:09 -04:00
Wenzel Jakob 35df0e21ef icon and documentation update 2012-09-28 22:36:29 -04:00
Wenzel Jakob f3b0d060b2 added a figure to describe BDPT 2012-09-28 20:58:52 -04:00
Wenzel Jakob 07b5a8d203 merge 2012-09-28 20:55:12 -04:00
Wenzel Jakob f31ebc3fe6 some work on the documentation 2012-09-28 20:55:01 -04:00
Wenzel Jakob 4d62f7b509 removed debug statement 2012-09-28 20:38:25 -04:00
Wenzel Jakob cde938fda9 python3 integration bugfix 2012-09-28 20:37:37 -04:00
Wenzel Jakob 29d090f105 ICL build improvements 2012-09-28 16:39:21 -07:00
Edgar Velazquez-Armendariz 7b91595afb Set up the QCoreApplication information inside the custom class constructor. 2012-09-28 17:41:25 -04:00
Edgar Velazquez-Armendariz 3a53f4b45d Specify the organizacion, domain and app name at the top QCoreApplication level.
This way it is possible to create instances of QSettings using the default
constructor while using the right information. This also allows a single point
to change the application information in the future.
2012-09-28 15:40:43 -04:00
Edgar Velazquez-Armendariz 74cc20442e Merge with bidir-0.4.0 2012-09-28 07:46:48 -04:00
Edgar Velazquez-Armendariz 2792581a83 Factorized the build options from the main CMakeLists.txt for readability sake. 2012-09-28 07:45:45 -04:00
Wenzel Jakob 043473533f relaxed build settings were not applied on windows 2012-09-28 01:06:03 -07:00
Wenzel Jakob 4f1c7ccbf6 linux configuration file bugfix 2012-09-28 02:05:45 -04:00