2013-10-10 |
Sergey Sharybin | Lock-free memory allocator |
blob | commitdiff | raw |
2013-10-09 |
Sergey Sharybin | Fix compilation error after recent libmv change |
blob | commitdiff | raw | diff to current |
2013-10-09 |
Sergey Sharybin | Move guarded objetc allocation to a guardedalloc header |
blob | commitdiff | raw | diff to current |
2013-09-01 |
Campbell Barton | use strict flags for guarded alloc |
blob | commitdiff | raw | diff to current |
2013-08-12 |
Sergey Sharybin | Merging r58778 through r59080 from trunk into soc-2013... |
blob | commitdiff | raw | diff to current |
2013-08-07 |
Thomas Dinges | Merged revision(s) 58859-58993 from trunk/blender into... |
blob | commitdiff | raw | diff to current |
2013-08-05 |
Campbell Barton | use gcc malloc attribute for low level allocation funct... |
blob | commitdiff | raw | diff to current |
2013-08-04 |
Campbell Barton | avoid using MEM_reallocN_id directly, add utility macro... |
blob | commitdiff | raw | diff to current |
2013-08-03 |
Campbell Barton | add versions of MEM_reallocN, MEM_recallocN which take... |
blob | commitdiff | raw | diff to current |
2013-07-09 |
Mitchell Stokes | Creating a BGE staging branch. |
blob | commitdiff | raw | diff to current |
2013-07-09 |
Mitchell Stokes | Deleting the ge_dev branch so it can be rebranched... |
blob | commitdiff | raw |
2013-05-28 |
Campbell Barton | move BLO_sys_types.h -> BLI_sys_types.h (it had nothing... |
blob | commitdiff | raw | diff to current |
2013-05-21 |
Campbell Barton | remove return value from MEM_freeN, it wasn't used... |
blob | commitdiff | raw | diff to current |
2013-05-12 |
Campbell Barton | correct assert for driver evaluation, |
blob | commitdiff | raw | diff to current |
2013-03-24 |
Tamito Kajiyama | Merged changes in the trunk up to revision 55546. |
blob | commitdiff | raw | diff to current |
2013-03-18 |
Campbell Barton | svn merge ^/trunk/blender -r55357:55372 |
blob | commitdiff | raw | diff to current |
2013-03-18 |
Campbell Barton | style cleanup |
blob | commitdiff | raw | diff to current |
2012-10-09 |
Ove Murberg Henriksen | svn merge ^/trunk/blender -r48592:HEAD |
blob | commitdiff | raw | diff to current |
2012-08-29 |
Tamito Kajiyama | Merged changes in the trunk up to revision 50257. |
blob | commitdiff | raw | diff to current |
2012-08-21 |
Sergey Sharybin | Merging r50049 through r50076 from trunk into soc-2011... |
blob | commitdiff | raw | diff to current |
2012-08-21 |
Campbell Barton | code cleanup: vfont's used confusing and over complicat... |
blob | commitdiff | raw | diff to current |
2012-08-18 |
Tamito Kajiyama | Merged changes in the trunk up to revision 49986. |
blob | commitdiff | raw | diff to current |
2012-08-11 |
Sergey Sharybin | Merging r49775 through r49807 from trunk into soc-2011... |
blob | commitdiff | raw | diff to current |
2012-08-11 |
Campbell Barton | add MEM_recallocN(), so bytes are ensured to be zero... |
blob | commitdiff | raw | diff to current |
2012-08-02 |
Tamito Kajiyama | Merged changes in the trunk up to revision 49478. |
blob | commitdiff | raw | diff to current |
2012-08-01 |
Sergey Sharybin | Merging r49413 through r49450 from trunk into soc-2011... |
blob | commitdiff | raw | diff to current |
2012-07-31 |
Brecht Van Lommel | Fix warnings on old apple GCC compiler due to no suppor... |
blob | commitdiff | raw | diff to current |
2012-07-20 |
Tamito Kajiyama | Merged changes in the trunk up to revision 49090. |
blob | commitdiff | raw | diff to current |
2012-07-14 |
Campbell Barton | svn merge ^/trunk/blender -r48911:48927 |
blob | commitdiff | raw | diff to current |
2012-07-14 |
Campbell Barton | header comment cleanup, explain whats the difference... |
blob | commitdiff | raw | diff to current |
2012-07-14 |
Campbell Barton | svn merge ^/trunk/blender -r48893:48911 |
blob | commitdiff | raw | diff to current |
2012-07-14 |
Campbell Barton | use gcc attributes for BLI alloc functions |
blob | commitdiff | raw | diff to current |
2012-07-13 |
Tamito Kajiyama | Merged changes in the trunk up to revision 48893. |
blob | commitdiff | raw | diff to current |
2012-07-10 |
Sergey Sharybin | Movie Clip Node: skip putting frame to cache when... |
blob | commitdiff | raw | diff to current |
2012-07-10 |
Sergey Sharybin | Mango request: added an input node to use track's posit... |
blob | commitdiff | raw | diff to current |
2012-07-08 |
Campbell Barton | svn merge ^/trunk/blender -r48691:48729 |
blob | commitdiff | raw | diff to current |
2012-07-08 |
Campbell Barton | correct use of __attribute__((nonnull)) |
blob | commitdiff | raw | diff to current |
2012-07-08 |
Campbell Barton | use gcc attrubutes to warn on unused return values... |
blob | commitdiff | raw | diff to current |
2012-07-08 |
Campbell Barton | use alloc_size attribute for guarded alloc functions... |
blob | commitdiff | raw | diff to current |
2012-07-04 |
Ove Murberg Henriksen | svn merge ^/trunk/blender -r48095:48592 |
blob | commitdiff | raw | diff to current |
2012-07-03 |
Tamito Kajiyama | Merged changes in the trunk up to revision 48505. |
blob | commitdiff | raw | diff to current |
2012-06-28 |
Campbell Barton | svn merge ^/trunk/blender -r48333:48370 |
blob | commitdiff | raw | diff to current |
2012-06-27 |
Campbell Barton | style cleanup: header comments, use more doxy compat... |
blob | commitdiff | raw | diff to current |
2012-06-25 |
Sergey Sharybin | Merging r48264 through r48276 from trunk into soc-2011... |
blob | commitdiff | raw | diff to current |
2012-06-25 |
Brecht Van Lommel | Guardedalloc/C++: delete is valid on a NULL pointer... |
blob | commitdiff | raw | diff to current |
2012-06-25 |
Sergey Sharybin | Merging r48257 through r48263 from trunk into soc-2011... |
blob | commitdiff | raw | diff to current |
2012-06-25 |
Campbell Barton | optionally use guarded alloc for tiles compositor,... |
blob | commitdiff | raw | diff to current |
2012-02-18 |
Sergey Sharybin | Merging r44140 through r44226 from trunk into soc-2011... |
blob | commitdiff | raw | diff to current |
2012-02-18 |
Tamito Kajiyama | Merged changes in the trunk up to revision 44221. |
blob | commitdiff | raw | diff to current |
2012-02-17 |
Campbell Barton | svn merge ^/trunk/blender -r44189:44204 |
blob | commitdiff | raw | diff to current |
2012-02-17 |
Campbell Barton | unify include guard defines, __$FILENAME__ |
blob | commitdiff | raw | diff to current |
2011-10-30 |
Tamito Kajiyama | Merged changes in the trunk up to revision 41368. |
blob | commitdiff | raw | diff to current |
2011-10-28 |
Miika Hamalainen | Merge with trunk r41342 |
blob | commitdiff | raw | diff to current |
2011-10-24 |
Brecht Van Lommel | Cycles: svn merge -r41225:41232 ^/trunk/blender |
blob | commitdiff | raw | diff to current |
2011-10-24 |
Sergey Sharybin | Merging trunk up to revision 41245. |
blob | commitdiff | raw | diff to current |
2011-10-24 |
Campbell Barton | svn merge ^/trunk/blender -r41226:41227 . |
blob | commitdiff | raw | diff to current |
2011-10-23 |
Campbell Barton | remove $Id: tags after discussion on the mailign list... |
blob | commitdiff | raw | diff to current |
2011-08-16 |
Brecht Van Lommel | Cycles: svn merge -r39132:39457 https://svn.blender... |
blob | commitdiff | raw | diff to current |
2011-08-07 |
Brecht Van Lommel | Cycles: svn merge -r37957:39132 https://svn.blender... |
blob | commitdiff | raw | diff to current |
2011-07-16 |
Joshua Leung | Bugfix [#27157] keyframing a constrained bone does... |
blob | commitdiff | raw | diff to current |
2011-06-29 |
Brecht Van Lommel | Cycles: svn merge -r37904:37957 https://svn.blender... |
blob | commitdiff | raw | diff to current |
2011-06-28 |
Brecht Van Lommel | Cycles: svn merge -r37694:37904 https://svn.blender... |
blob | commitdiff | raw | diff to current |
2011-06-21 |
Brecht Van Lommel | Cycles: svn merge -r37333:37694 https://svn.blender... |
blob | commitdiff | raw | diff to current |
2011-06-09 |
Brecht Van Lommel | Cycles: svn merge -r37040:37333 https://svn.blender... |
blob | commitdiff | raw | diff to current |
2011-06-08 |
Mike Erwin | migrated NDOF code from soc-2010-merwin, SpaceNavigator... |
blob | commitdiff | raw | diff to current |
2011-05-31 |
Brecht Van Lommel | Cycles: svn merge -r36777:37040 https://svn.blender... |
blob | commitdiff | raw | diff to current |
2011-05-19 |
Brecht Van Lommel | Cycles: svn merge -r36747:36777 https://svn.blender... |
blob | commitdiff | raw | diff to current |
2011-05-18 |
Brecht Van Lommel | Cycles: svn merge -r36495:36747 https://svn.blender... |
blob | commitdiff | raw | diff to current |
2011-05-16 |
Nick Samarin | synched with trunk at revision 36569 |
blob | commitdiff | raw | diff to current |
2011-05-11 |
Joseph Eagar | add back ghost/guardedalloc from trunk |
blob | commitdiff | raw | diff to current |
2011-05-11 |
Joseph Eagar | remove modified guardedalloc/ghost to rebranch from... |
blob | commitdiff | raw |
2011-05-11 |
Campbell Barton | svn merge -r36583:36603 https://svn.blender.org/svnroot... |
blob | commitdiff | raw | diff to current |
2011-05-10 |
Campbell Barton | svn merge -r36564:36583 https://svn.blender.org/svnroot... |
blob | commitdiff | raw | diff to current |
2011-05-09 |
Campbell Barton | svn merge -r36529:36564 https://svn.blender.org/svnroot... |
blob | commitdiff | raw | diff to current |
2011-05-08 |
Joseph Eagar | =bmesh= merge from trunk at r36529 |
blob | commitdiff | raw | diff to current |
2011-05-05 |
Brecht Van Lommel | Cycles: svn merge -r36352:36495 https://svn.blender... |
blob | commitdiff | raw | diff to current |
2011-05-03 |
Brecht Van Lommel | Cycles: first batch of windows build fixes, not quite... |
blob | commitdiff | raw | diff to current |
2011-04-27 |
Brecht Van Lommel | Blender modifications for Cycles integration. |
blob | commitdiff | raw | diff to current |
2011-04-15 |
Joseph Eagar | =bmesh= merge from trunk at r36153 |
blob | commitdiff | raw | diff to current |
2011-03-13 |
Tamito Kajiyama | Merged changes in the trunk up to revision 35505. |
blob | commitdiff | raw | diff to current |
2011-03-09 |
Campbell Barton | image.depth, 96/128 for float color images, was 24... |
blob | commitdiff | raw | diff to current |
2011-02-27 |
Joseph Eagar | merge with/from trunk at r35190 |
blob | commitdiff | raw | diff to current |
2011-02-26 |
Tamito Kajiyama | Merged changes in the trunk up to revision 35203. |
blob | commitdiff | raw | diff to current |
2011-02-22 |
Nathan Letwory | doxygen: add bullet to extern libs, some small changes... |
blob | commitdiff | raw | diff to current |
2011-02-21 |
Nathan Letwory | doxygen: some code shuffle to prevent clashing file... |
blob | commitdiff | raw | diff to current |
2011-02-21 |
Nathan Letwory | doxygen: add guardedalloc and AVI |
blob | commitdiff | raw | diff to current |
2011-02-16 |
Nick Samarin | synched with trunk at revision 34793 |
blob | commitdiff | raw | diff to current |
2011-02-16 |
Nick Samarin | synched with trunk at revision 34793 |
blob | commitdiff | raw | diff to current |
2011-02-16 |
Nick Samarin | synched with trunk at revision 34793 |
blob | commitdiff | raw | diff to current |
2011-02-13 |
Tamito Kajiyama | Merged changes in the trunk up to revision 34828. |
blob | commitdiff | raw | diff to current |
2011-02-12 |
Campbell Barton | fix for uninitialized value in BLI_path_cwd() if PWD... |
blob | commitdiff | raw | diff to current |
2011-01-15 |
Tamito Kajiyama | Merged changes in the trunk up to revision 34335. |
blob | commitdiff | raw | diff to current |
2011-01-15 |
Campbell Barton | misc edits, no functional changes |
blob | commitdiff | raw | diff to current |
2010-10-18 |
Tamito Kajiyama | Merged changes in the trunk up to revision 32565. |
blob | commitdiff | raw | diff to current |
2010-10-18 |
Campbell Barton | bugfix [#24302] Ctrl+Click Extrude gets old mouse events |
blob | commitdiff | raw | diff to current |
2010-09-07 |
Joseph Eagar | merge from trunk at r31523 |
blob | commitdiff | raw | diff to current |
2010-09-04 |
Joseph Eagar | merge with trunk at r31523 |
blob | commitdiff | raw | diff to current |
2010-08-05 |
Nick Samarin | synched with trunk at revision 31065 |
blob | commitdiff | raw | diff to current |
2010-07-27 |
Tamito Kajiyama | Merged changes in the trunk up to revision 30781. |
blob | commitdiff | raw | diff to current |
2010-07-25 |
Joerg Mueller | svn merge -r 30566:30717 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
next |