• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..27-Oct-2020-

3rdparty/H27-Oct-2020-18,26513,661

include/H27-Oct-2020-22,62715,722

scripts/H27-Oct-2020-1,6521,368

src/H03-May-2022-8,2466,772

tests/H27-Oct-2020-4,5133,303

tools/H27-Oct-2020-9,6546,753

.appveyor.ymlH A D27-Oct-2020229 1913

.editorconfigH A D27-Oct-2020240 1512

.gitattributesH A D27-Oct-2020146 1211

.gitignoreH A D27-Oct-202052 87

.travis.ymlH A D27-Oct-2020448 3024

LICENSEH A D27-Oct-20201.3 KiB2318

README.mdH A D27-Oct-20202.2 KiB4835

makefileH A D27-Oct-20208.3 KiB246193

README.md

1bx
2==
3
4Base library.
5
6[![Build Status](https://travis-ci.org/bkaradzic/bx.svg?branch=master)](https://travis-ci.org/bkaradzic/bx)
7[![Build status](https://ci.appveyor.com/api/projects/status/edras3mltmoy31g5?svg=true)](https://ci.appveyor.com/project/bkaradzic/bx)
8[![License](https://img.shields.io/badge/license-BSD--2%20clause-blue.svg)](https://bkaradzic.github.io/bgfx/license.html)
9[![Join the chat at https://gitter.im/bkaradzic/bgfx](https://badges.gitter.im/bkaradzic/bgfx.svg)](https://gitter.im/bkaradzic/bgfx)
10
11Contact
12-------
13
14[@bkaradzic](https://twitter.com/bkaradzic)
15
16Project page
17https://github.com/bkaradzic/bx
18
19[License (BSD 2-clause)](https://github.com/bkaradzic/bx/blob/master/LICENSE)
20-----------------------------------------------------------------------------
21
22<a href="http://opensource.org/licenses/BSD-2-Clause" target="_blank">
23<img align="right" src="http://opensource.org/trademarks/opensource/OSI-Approved-License-100x137.png">
24</a>
25
26	Copyright 2010-2019 Branimir Karadzic
27
28	Redistribution and use in source and binary forms, with or without modification,
29	are permitted provided that the following conditions are met:
30
31	   1. Redistributions of source code must retain the above copyright notice, this
32	      list of conditions and the following disclaimer.
33
34	   2. Redistributions in binary form must reproduce the above copyright notice,
35	      this list of conditions and the following disclaimer in the documentation
36	      and/or other materials provided with the distribution.
37
38	THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
39	ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
40	WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
41	IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
42	INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
43	BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
44	DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
45	OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
46	OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
47	OF THE POSSIBILITY OF SUCH DAMAGE.
48