Skip to content

Commit

Permalink
altrace: A ton of reworking to split decoding trace data from using it.
Browse files Browse the repository at this point in the history
Fixed and improved several things along the way, too, added a license file,
etc. This is kind of a "I'm been pounding on this for days, here's a snapshot
while my sore wrists relax" commit.

This is incomplete and doesn't compile yet!
  • Loading branch information
icculus committed Jul 18, 2019
1 parent 11fca1d commit 259dad5
Show file tree
Hide file tree
Showing 8 changed files with 1,975 additions and 944 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
@@ -1,5 +1,5 @@

Copyright (c) 2018 Ryan C. Gordon and others.
Copyright (c) 2018-2019 Ryan C. Gordon and others.

This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from
Expand Down
23 changes: 23 additions & 0 deletions altrace/LICENSE.txt
@@ -0,0 +1,23 @@

Copyright (c) 2019 Ryan C. Gordon and others.

This software is provided 'as-is', without any express or implied warranty.
In no event will the authors be held liable for any damages arising from
the use of this software.

Permission is granted to anyone to use this software for any purpose,
including commercial applications, and to alter it and redistribute it
freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not
claim that you wrote the original software. If you use this software in a
product, an acknowledgment in the product documentation would be
appreciated but is not required.

2. Altered source versions must be plainly marked as such, and must not be
misrepresented as being the original software.

3. This notice may not be removed or altered from any source distribution.

Ryan C. Gordon <icculus@icculus.org>

0 comments on commit 259dad5

Please sign in to comment.