Skip to content

Commit

Permalink
first commit with submodule libcpuid
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Feb 6, 2014
1 parent c3f2f61 commit 038a1db
Show file tree
Hide file tree
Showing 78 changed files with 56,326 additions and 0 deletions.
6 changes: 6 additions & 0 deletions libcpuid/.directory
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[Dolphin]
Timestamp=2014,2,6,13,26,46
Version=3

[Settings]
HiddenFilesShown=true
1 change: 1 addition & 0 deletions libcpuid/AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Veselin Georgiev <anrieff@mgail.com> (convert to gmail)
23 changes: 23 additions & 0 deletions libcpuid/COPYING
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
Copyright 2008 Veselin Georgiev,
anrieffNOSPAM @ mgail_DOT.com (convert to gmail)

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:

1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4 changes: 4 additions & 0 deletions libcpuid/ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Version 0.1.0:
* Initial public release
Version 0.1.1:
* Support for Intel Nehalem architecture CPUs (Core i7, Xeon i7)
12 changes: 12 additions & 0 deletions libcpuid/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
SUBDIRS = libcpuid cpuid_tool tests

pkgconfigdir = $(libdir)/pkgconfig

pkgconfig_DATA = libcpuid.pc
EXTRA_DIST = libcpuid.pc.in libcpuid.sln

consistency:
$(top_srcdir)/libcpuid/check-consistency.py $(top_srcdir)/libcpuid

test:
$(top_srcdir)/tests/run_tests.py $(top_srcdir)/tests/tests_stash.txt $(top_srcdir)/cpuid_tool/cpuid_tool

0 comments on commit 038a1db

Please sign in to comment.