[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [13526] branches/soc-2007-joeedh/tools/ btools.py: Forgot to mention that I added (not currently working for me)

Joseph Eagar joeedh at gmail.com
Sat Feb 2 23:40:07 CET 2008


Revision: 13526
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=13526
Author:   joeedh
Date:     2008-02-02 23:40:07 +0100 (Sat, 02 Feb 2008)

Log Message:
-----------
Forgot to mention that I added (not currently working for me)
code to fix profiling for multithreading to the threading code.
This is only enabled when BF_PROFILE_GNU is defined, since the
fix is glibc-specific.

Modified Paths:
--------------
    branches/soc-2007-joeedh/tools/btools.py

Modified: branches/soc-2007-joeedh/tools/btools.py
===================================================================
--- branches/soc-2007-joeedh/tools/btools.py	2008-02-02 22:37:52 UTC (rev 13525)
+++ branches/soc-2007-joeedh/tools/btools.py	2008-02-02 22:40:07 UTC (rev 13526)
@@ -283,6 +283,7 @@
         ('C_WARN', 'C warning flags', ''),
         ('CC_WARN', 'C++ warning flags', ''),
 
+
         ('LLIBS', 'Platform libs', ''),
         ('PLATFORM_LINKFLAGS', 'Platform linkflags', ''),
 





More information about the Bf-blender-cvs mailing list