Skip to content

Commit

Permalink
clean history
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanocasazza committed Jan 23, 2015
0 parents commit 3c3c591
Show file tree
Hide file tree
Showing 2,081 changed files with 487,734 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
language: cpp
compiler:
- gcc
- clang
env:
global:
# The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
# via the "travis encrypt" command using the project repo's public key
- secure: "B6Qfsm3mx0yUMQFcvQTbW3SliAbrqUwH+jZDj3bQipL9M0UQkXNptmsl33mHMQfi14MGEIspfeYPk8TKPCCJ4Ia7yjE1T/5V01qB8WeJlzUlMFunuhy8G7QJmwS7vPsd0t69563/PMKq4JLEOLGhSwhZPN83pV4G70ctrxn/aG4="
addons:
coverity_scan:
project:
name: "stefanocasazza/ULib"
description: "C++ application development framework"
notification_email: stefano.casazza@gmail.com
build_command_prepend: "CPPFLAGS=-DU_COVERITY_FALSE_POSITIVE ./configure"
build_command: "make -j2"
branch_pattern: master
# Change this to your needs
script:
- ./configure && make -j2
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
stefano casazza <stefano.casazza@gmail.com>
340 changes: 340 additions & 0 deletions COPYING

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
2014-11-07 stefano casazza <stefano.casazza@gmail.com>

1.0.5 * ULib: initial version for public domain.

1.1.0 * Very important bug fix release.

1.2.0 * Various enhancement + some fix

1.3.0 * Various enhancement + some fix

1.4.0 * Setting for Framework Benchmarks participations

1.4.1 * Setting for Framework Benchmarks participations
Loading

0 comments on commit 3c3c591

Please sign in to comment.