Revision 5efa7fa by jens verwiebe August 5, 2014, 10:03 (GMT) |
Fix possible harmful warning: the value of the size argument in 'strncat' is too large, change the argument to be the free space in the destination buffer minus the terminating null byte |
Revision b3e3ca7 by Sergey Sharybin August 5, 2014, 09:53 (GMT) |
Revision b9c8572 by Sergey Sharybin August 5, 2014, 09:28 (GMT) |
Fix wrong assert happening in the CUEW |
Revision b9e4929 by Martijn Berger August 5, 2014, 09:11 (GMT) |
Revision 77b7e1f by Sergey Sharybin August 5, 2014, 07:57 (GMT) |
Deduplicate CUDA and OpenCL wranglers For now it was mainly about OpenCL wrangler being duplicated between Cycles and Compositor, but with OpenSubdiv work those wranglers were gonna to be duplicated just once again. This commit makes it so Cycles and Compositor uses wranglers from this repositories: - https://github.com/CudaWrangler/cuew - https://github.com/OpenCLWrangler/clew This repositories are based on the wranglers we used before and they'll be likely continued maintaining by us plus some more players in the market. Pretty much straightforward change with some tricks in the CMake/SCons to make this libs being passed to the linker after all other libraries in order to make OpenSubdiv linked against those wranglers in the future. For those who're worrying about Cycles being less standalone, it's not truth, it's rather more flexible now and in the future different wranglers might be used in Cycles. For now it'll just mean those libs would need to be put into Cycles repository together with some other libs from Blender such as mikkspace. This is mainly platform maintenance commit, should not be any changes to the user space. Reviewers: juicyfruit, dingto, campbellbarton Reviewed By: juicyfruit, dingto, campbellbarton Differential Revision: https://developer.blender.org/D707 |
Revision a3fac84 by Campbell Barton August 5, 2014, 03:36 (GMT) |
Cleanup: indentation |
Revision f0259d0 by Tamito Kajiyama August 5, 2014, 02:21 (GMT) |
Fix for double freeing of MEM_guardedalloc'ed memory originating from BLF_lang_set(). |
Revision 6b6ea04 by Campbell Barton August 4, 2014, 22:06 (GMT) |
Macros: replace UNPACK#OP -> UNPACK#_EX, allow suffix |
Revision e4a13e4 by Antonis Ryakiotakis August 4, 2014, 14:01 (GMT) |
Fix memory leak of main lock when reading from library files. |
Revision 6ba4db2 by Bastien Montagne August 4, 2014, 12:27 (GMT) |
Fix T41175: Quad View - Properties Region - Clip Tickable option bug? |
Revision a90e49e by Campbell Barton August 4, 2014, 01:43 (GMT) |
Tweaks to macros |
Revision a039f2b by Campbell Barton August 4, 2014, 01:18 (GMT) |
Macros: prevent instantiation of args for type checks also make CHECK_TYPE_INLINE more strict |
Revision cc28e02 by Campbell Barton August 4, 2014, 00:22 (GMT) |
Cleanup: replace int cast with floorf when comparing time |
Revision 7848bf0 by Campbell Barton August 4, 2014, 00:15 (GMT) |
Correct cu->pathlen treated as a float |
Revision 784c99f by Campbell Barton August 3, 2014, 20:03 (GMT) |
Correct glitch in recent menu commit, click-drag locked menus |
Revision 6fa6fa2 by Bastien Montagne August 3, 2014, 19:17 (GMT) |
Fix T41284: The python ops log doesn't work. |
Revision b3faaba by Jason Wilkins August 3, 2014, 16:35 (GMT) |
Fixed linking OIIO on Windows. The debug and optimized options need to be before each individual library in a list. |
Revision 02b66f8 by jens verwiebe August 3, 2014, 10:51 (GMT) |
OSX/buildsystem: prepare usage on OSX 10.10 - Yosemite - important: requires cmake >= 2.8.12 to read minor version right, aka older cmake rates 10.10 lower than 10.6 for example ! ( sigh ) |
Revision 47e7ce6 by Campbell Barton August 3, 2014, 10:35 (GMT) |
Fix for glitch with menus not reliably setting an active item (D674) When menus are clamped to the window bounds, its was possible not to have an active menu-item under the mouse, Making Ctrl+S,Enter not completely reliable. Changes needed to support this are: - menu item is activated on popup menus (to avoid relying on mouse-over) - moving mouse away from menu items only de-activates when over a new menu-item. - Mouse clicks are ignored if they are not directly over the menu item. |
Revision e7b396c by Martijn Berger August 2, 2014, 13:30 (GMT) |
fix check for not llvm |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021