Revision: 54905
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54905&view=rev
Author:   brlcad
Date:     2013-03-27 04:14:43 +0000 (Wed, 27 Mar 2013)
Log Message:
-----------
deprecated to obsolete: remove declarations for bu_fopen_uniq() and 
bu_get_public_cpus()

Modified Paths:
--------------
    brlcad/trunk/CHANGES
    brlcad/trunk/include/bu.h

Modified: brlcad/trunk/CHANGES
===================================================================
--- brlcad/trunk/CHANGES        2013-03-27 04:01:54 UTC (rev 54904)
+++ brlcad/trunk/CHANGES        2013-03-27 04:14:43 UTC (rev 54905)
@@ -249,13 +249,15 @@
 ************
 * OBSOLETE *
 ************
+
 7.24.0
 ------
-src/other/jove
-       jove -> emacs [deprecated 7.14]
 include/bu.h
+       bu_get_public_cpus(), remove [deprecated 7.16]
        bu_get_load_average(), remove [deprecated 7.12]
        bu_fopen_uniq -> fopen [deprecated 7.14]
+src/other/jove
+       jove -> emacs [deprecated 7.14]
 
 7.22.0
 ------

Modified: brlcad/trunk/include/bu.h
===================================================================
--- brlcad/trunk/include/bu.h   2013-03-27 04:01:54 UTC (rev 54904)
+++ brlcad/trunk/include/bu.h   2013-03-27 04:14:43 UTC (rev 54905)
@@ -3235,36 +3235,6 @@
  */
 BU_EXPORT extern const char *bu_whereis(const char *cmd);
 
-/** @file libbu/fopen_uniq.c
- *
- * DEPRECATED: Routine to open a unique filename.
- *
- */
-
-/**
- * DEPRECATED.  Do not use.
- *
- * Open a file for output assuring that the file did not previously
- * exist.
- *
- * Typical usage:
- @code
-       static int n = 0;
-       FILE *fp;
-
-       fp = bu_fopen_uniq("writing to %s for results", "output%d.pl", n++);
-       ...
-       fclose(fp);
-
-
-       fp = bu_fopen_uniq((char *)NULL, "output%d.pl", n++);
-       ...
-       fclose(fp);
- @endcode
- *
- */
-DEPRECATED BU_EXPORT extern FILE *bu_fopen_uniq(const char *outfmt, const char 
*namefmt, int n);
-
 /** @file libbu/temp.c
  *
  * Routine to open a temporary file.
@@ -4084,23 +4054,6 @@
 BU_EXPORT extern int bu_avail_cpus();
 
 /**
- * DEPRECATED: this routine's use of a temporary file is deprecated
- * and should not be relied upon.  a future implementation will
- * utilize environment variables instead of temporary files.
- *
- * A general mechanism for non-privileged users of a server system to
- * control how many processors of their server get consumed by
- * multi-thread cruncher processes, by leaving a world-writable file.
- *
- * If the number in the file is negative, it means "all but that
- * many."
- *
- * Returns the number of processors presently available for "public"
- * use.
- */
-DEPRECATED BU_EXPORT extern int bu_get_public_cpus();
-
-/**
  * Create 'ncpu' copies of function 'func' all running in parallel,
  * with private stack areas.  Locking and work dispatching are handled
  * by 'func' using a "self-dispatching" paradigm.

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to