~allanlesage/ubuntu/raring/glib2.0/enable-gcov

« back to all changes in this revision

Viewing changes to docs/reference/glib/html/glib-building.html

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2013-02-07 11:27:42 UTC
  • mfrom: (1.63.15)
  • Revision ID: package-import@ubuntu.com-20130207112742-c7tk4hqwel9jefhq
Tags: 2.35.7-0ubuntu1
* New upstream release
* Refresh patches
* 08_fix_closure_invalidation.patch,
  git_ignore_fstab_bind_mount.patch,
  git_tz_double_unref.patch,
  git_gfile_completion_error.patch
  git_fix_gvariant_tuple_checking.patch: Drop, appiled upstream
* revert_btrfs_ioctl_support.patch: Drop, problem that prompted this revert
  is fixed in this release.
* Add new symbols introduced in this release. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
<head>
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>Compiling the GLib package</title>
6
 
<meta name="generator" content="DocBook XSL Stylesheets V1.78.0">
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
7
<link rel="home" href="index.html" title="GLib Reference Manual">
8
8
<link rel="up" href="glib.html" title="GLib Overview">
9
9
<link rel="prev" href="glib.html" title="GLib Overview">
10
10
<link rel="next" href="glib-cross-compiling.html" title="Cross-compiling the GLib package">
11
 
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
72
72
      mentioned above such as <span class="application">autoconf</span>)
73
73
      are <span class="command"><strong>pkg-config</strong></span> and GNU make.
74
74
    </p>
75
 
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
 
75
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
76
76
<li class="listitem"><p>
77
77
          <a class="ulink" href="http://www.freedesktop.org/software/pkgconfig/" target="_top">pkg-config</a>
78
78
          is a tool for tracking the compilation flags needed for
99
99
<p>
100
100
      GLib depends on a number of other libraries.
101
101
    </p>
102
 
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
 
102
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
103
103
<li class="listitem">
104
104
<p>
105
105
          The <a class="ulink" href="http://www.gnu.org/software/libiconv/" target="_top">GNU
217
217
        The <code class="systemitem">--enable-gc-friendly</code> option makes Glib
218
218
        clear memory in these situations:
219
219
      </p>
220
 
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
 
220
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
221
221
<li class="listitem"><p>
222
222
            When shrinking a GArray, Glib will clear the memory no longer
223
223
            available in the array: shrink an array from 10 bytes to 7, and
257
257
        and <code class="function">g_free()</code> functions. Code currently affected by
258
258
        this:
259
259
        </p>
260
 
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
 
260
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
261
261
<li class="listitem"><p>
262
262
              <span class="structname">GMemChunk</span>s become basically non-effective
263
263
            </p></li>
293
293
        Specify whether to use the internal or the system-supplied
294
294
        PCRE library.
295
295
        </p>
296
 
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
 
296
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
297
297
<li class="listitem"><p>
298
298
              'internal' means that GRegex will be compiled to use
299
299
              the internal PCRE library.
306
306
<p>
307
307
        Using the internal PCRE is the preferred solution:
308
308
        </p>
309
 
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
 
309
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
310
310
<li class="listitem"><p>
311
311
              System-supplied PCRE has a separated copy of the big tables
312
312
              used for Unicode handling.
430
430
</div>
431
431
<div class="footer">
432
432
<hr>
433
 
          Generated by GTK-Doc V1.18</div>
 
433
          Generated by GTK-Doc V1.18.1</div>
434
434
</body>
435
435
</html>
 
 
b'\\ No newline at end of file'