Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <pre><code>[lib][boost_unit_test_framework]-[vc80]-[mt]-[sgd]-[1_35][.lib] </code></pre> <ul> <li><code>lib</code>: On Linux all files are prefixed with this <ul> <li>On Windows this prefix is not on "import libraries and DLLs"</li> </ul></li> <li><code>boost_unit_test_framework</code>: The library name beginning with <code>boost_</code></li> <li><code>vc80</code>: Toolset and version used to build this library <ul> <li><code>vc71</code>: <a href="http://en.wikipedia.org/wiki/Visual_C++" rel="nofollow noreferrer">Microsoft Visual C++</a> 2003 (version 7.1)</li> <li><code>vc80</code>: <a href="http://en.wikipedia.org/wiki/Visual_C++" rel="nofollow noreferrer">Microsoft Visual C++</a> 2005 (version 8.0)</li> <li><code>mgw53</code>: MinGW 5.3</li> </ul></li> <li><code>mt</code>: Indicates multithreading support</li> <li><code>sgd</code>: Each letter indicates something <ul> <li><code>s</code>: Static linking</li> <li><code>g</code>: Linked to debug libraries</li> <li><code>y</code>: "using a special debug build of Python"</li> <li><code>d</code>: Boost debug</li> <li><code>p</code>: Uses "the STLPort standard library"</li> <li><code>n</code>: using STLPort's deprecated "native iostreams" feature</li> </ul></li> <li><code>1_35</code>: Boost version</li> <li><code>.lib</code>: Extension varies based on convention in operating system</li> </ul> <p>Based on <a href="http://www.boost.org/doc/libs/1_40_0/more/getting_started/windows.html#library-naming" rel="nofollow noreferrer">this</a> (Thanks @n1ckp)</p> <p>Also take a look at the list of <a href="http://sourceforge.net/projects/boost/files/boost-binaries/1.34.0/" rel="nofollow noreferrer">Boost 1.34.0 binaries available for download</a> for some examples.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload