repo string | commit string | message string | diff string |
|---|---|---|---|
prophile/crisscross | 3f7721b247f904ef4a1003df11d23131abce6a2b | HashTable: now Darwinia and Defcon compatible | diff --git a/TestSuite/hashtable.cpp b/TestSuite/hashtable.cpp
index 9e4cf1b..d638496 100644
--- a/TestSuite/hashtable.cpp
+++ b/TestSuite/hashtable.cpp
@@ -1,140 +1,64 @@
/*
* CrissCross
* A multi-purpose cross-platform library.
*
* A product of IO.IN Research.
*
* (c) 2006-2008 Steven Noonan.
*... |
prophile/crisscross | 00ca112446aac19dd81e5b065b6f6b7cc300f14a | RedBlackTree: fix GetData() to use the _default parameter for find() | diff --git a/source/crisscross/rbtree.h b/source/crisscross/rbtree.h
index 2f759b0..7ff416a 100644
--- a/source/crisscross/rbtree.h
+++ b/source/crisscross/rbtree.h
@@ -1,229 +1,229 @@
/*
* CrissCross
* A multi-purpose cross-platform library.
*
* A product of Uplink Laboratories.
*
* (c) 2006-2009 ... |
prophile/crisscross | d27cc02fb6382f855e6c13a7b8d1e96f257785e5 | gen_buildnum_h.sh: eliminate stderr output of the cat command | diff --git a/tools/gen_buildnum_h.sh b/tools/gen_buildnum_h.sh
index 10ae1df..e75c5ce 100755
--- a/tools/gen_buildnum_h.sh
+++ b/tools/gen_buildnum_h.sh
@@ -1,94 +1,94 @@
#!/bin/bash
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
SCRIPTPATH="$(pwd)/$(echo $0 | rev | cut -d '/' -f2,3,4,5,6,7 | rev)"
-RELEASEVER... |
prophile/crisscross | a1397c8b9349387e390dc8b1f81d0becc0c69025 | md2 and bubblesort removed | diff --git a/TestSuite/CMakeLists.txt b/TestSuite/CMakeLists.txt
index e67fbc8..ee7876d 100644
--- a/TestSuite/CMakeLists.txt
+++ b/TestSuite/CMakeLists.txt
@@ -1,4 +1,4 @@
-add_executable(TestSuite avltree.cpp bubblesort.cpp combsort.cpp compare.cpp darray.cpp datatypes.cpp dstack.cpp hashtable.cpp header.cpp heapsort... |
prophile/crisscross | d9ce338450f9ba79dc454a64e8c93a76cbbd0562 | trees: if it's not greater or less than zero, it must be zero | diff --git a/source/crisscross/avltree.cpp b/source/crisscross/avltree.cpp
index 77b280f..52efd28 100644
--- a/source/crisscross/avltree.cpp
+++ b/source/crisscross/avltree.cpp
@@ -1,680 +1,680 @@
/*
* CrissCross
* A multi-purpose cross-platform library.
*
* A product of Uplink Laboratories.
*
* (c... |
geoffyoungs/rubber-generate | 2eec74475634ba665f4ee91670d43a791304473a | Misc improvements | diff --git a/lib/rubber/codegen/class.rb b/lib/rubber/codegen/class.rb
index e57ece5..3a03205 100644
--- a/lib/rubber/codegen/class.rb
+++ b/lib/rubber/codegen/class.rb
@@ -1,79 +1,79 @@
require 'rubber/codegen/module'
module Rubber
class C_Class < C_Module
define_members :name, :superclass, :methods, :functi... |
geoffyoungs/rubber-generate | d31059d5fb73c3aacb557e0ab511ead1da1067f3 | Misc updates | diff --git a/lib/rubber/codegen.rb b/lib/rubber/codegen.rb
index 9e6bcaa..074242a 100644
--- a/lib/rubber/codegen.rb
+++ b/lib/rubber/codegen.rb
@@ -1,139 +1,146 @@
require 'rubber/struct'
module Rubber
def generate_c_source(scanner, io)
mod = scanner.stack.first # Pseudo root module for file
if scanner.option... |
geoffyoungs/rubber-generate | d57da20d8f3f6335e7687423d64bc29951c0aa62 | Fix missing auto-mappings | diff --git a/lib/rubber/codegen/genum.rb b/lib/rubber/codegen/genum.rb
index 71ab4fd..06985b9 100644
--- a/lib/rubber/codegen/genum.rb
+++ b/lib/rubber/codegen/genum.rb
@@ -1,41 +1,48 @@
require 'rubber/codegen/enum'
module Rubber
class C_GEnum < C_Enum
attr_accessor :define_on_self
define_members :name, :... |
geoffyoungs/rubber-generate | 751aefdc31c91e65ea7f22db239d4cb8a6054431 | Gem integration improvements | diff --git a/README.textile b/README.textile
index cd725c4..034e9eb 100644
--- a/README.textile
+++ b/README.textile
@@ -1,78 +1,106 @@
h1. Rubber Generate
-h2. v0.0.11
+h2. v0.0.20
Template language for generating Ruby bindings for C libraries
by Geoff Youngs <g@intersect-uk.co.uk>
h3. Introduction
A sim... |
geoffyoungs/rubber-generate | 0d9207e744a81f74812fd20bd9024595541ae10a | Fixes for Ruby 1.9+ & version bump | diff --git a/README.textile b/README.textile
index 9ece9ac..cd725c4 100644
--- a/README.textile
+++ b/README.textile
@@ -1,77 +1,78 @@
h1. Rubber Generate
h2. v0.0.11
Template language for generating Ruby bindings for C libraries
by Geoff Youngs <g@intersect-uk.co.uk>
h3. Introduction
A simple ruby-style... |
geoffyoungs/rubber-generate | e1fd8491edb0f2c8f1a4b444d81e3f2df8c9dc52 | Improve extconf.rb error messages & bump version no. | diff --git a/lib/rubber/mkextconf.rb b/lib/rubber/mkextconf.rb
index 2c8a49e..e3606ba 100644
--- a/lib/rubber/mkextconf.rb
+++ b/lib/rubber/mkextconf.rb
@@ -1,134 +1,144 @@
module Rubber
def generate_extconf(scanner, io)
io.write <<-EOMK
require 'mkmf'
use_gems = false
begin
require 'mkmf-gnome2'
rescue Lo... |
geoffyoungs/rubber-generate | 6bbd3f046d388a0899e533513bb24662894939dd | Fixes for finding gem installed ruby-gnome2 headers | diff --git a/lib/rubber/mkextconf.rb b/lib/rubber/mkextconf.rb
index 8364b4e..2c8a49e 100644
--- a/lib/rubber/mkextconf.rb
+++ b/lib/rubber/mkextconf.rb
@@ -1,112 +1,134 @@
module Rubber
def generate_extconf(scanner, io)
- io << <<-EOMK
+ io.write <<-EOMK
require 'mkmf'
-
+use_gems = false
begin
require 'mkmf-... |
geoffyoungs/rubber-generate | 89dc3ec73395dd1842c2249e52dcd41d9aa0c57b | Fixes for Ruby 1.9 | diff --git a/bin/rubber-generate b/bin/rubber-generate
index 989d33c..7860dad 100755
--- a/bin/rubber-generate
+++ b/bin/rubber-generate
@@ -1,89 +1,92 @@
#!/usr/bin/env ruby
if FileTest.symlink?(__FILE__)
file = File.readlink(__FILE__)
else
file = __FILE__
end
require 'fileutils'
require 'rbconfig'
-re... |
geoffyoungs/rubber-generate | bf73b243a84d910d12d9e51a54cc2a218e921a13 | Move version constant to new file | diff --git a/lib/rubber/scanner.rb b/lib/rubber/scanner.rb
index c5eaa2b..01021d9 100644
--- a/lib/rubber/scanner.rb
+++ b/lib/rubber/scanner.rb
@@ -1,518 +1,515 @@
require 'rubber/struct'
+require 'rubber/version'
module Rubber
-VERSION = [0,0,16]
-def VERSION.to_s
- self.map{|i|i.to_s}.join('.')
-end
class ScanSta... |
geoffyoungs/rubber-generate | 6e1d14c9bcde4ae2b8071be15cdec15e6a842a04 | Bump version number to v0.0.16 | diff --git a/lib/rubber/scanner.rb b/lib/rubber/scanner.rb
index 80e6a6d..c5eaa2b 100644
--- a/lib/rubber/scanner.rb
+++ b/lib/rubber/scanner.rb
@@ -1,515 +1,515 @@
require 'rubber/struct'
module Rubber
-VERSION = [0,0,15]
+VERSION = [0,0,16]
def VERSION.to_s
self.map{|i|i.to_s}.join('.')
end
class ScanState
... |
geoffyoungs/rubber-generate | 1cfc32d13dc838d94876f98cc14f7c4a9c0191bd | Add GCC #pragma to disable unused-but-set-variable warnings | diff --git a/bin/rubber-generate b/bin/rubber-generate
index 9a20fe5..989d33c 100755
--- a/bin/rubber-generate
+++ b/bin/rubber-generate
@@ -1,88 +1,89 @@
#!/usr/bin/env ruby
if FileTest.symlink?(__FILE__)
file = File.readlink(__FILE__)
else
file = __FILE__
end
require 'fileutils'
require 'rbconfig'
re... |
geoffyoungs/rubber-generate | a2e5d07a163969d8fef475a208474acbc874e04e | Bump version number to 0.0.15 | diff --git a/lib/rubber/scanner.rb b/lib/rubber/scanner.rb
index cf57b74..80e6a6d 100644
--- a/lib/rubber/scanner.rb
+++ b/lib/rubber/scanner.rb
@@ -1,515 +1,515 @@
require 'rubber/struct'
module Rubber
-VERSION = [0,0,14]
+VERSION = [0,0,15]
def VERSION.to_s
self.map{|i|i.to_s}.join('.')
end
class ScanState
... |
geoffyoungs/rubber-generate | 2a2066f78cb72d5dc18cbfbbb3478329805d9297 | Fix typo | diff --git a/lib/rubber/mkextconf.rb b/lib/rubber/mkextconf.rb
index a0007de..8364b4e 100644
--- a/lib/rubber/mkextconf.rb
+++ b/lib/rubber/mkextconf.rb
@@ -1,113 +1,112 @@
module Rubber
-def generate_extconf(scanner, io)i
- io << EOMK
+def generate_extconf(scanner, io)
+ io << <<-EOMK
require 'mkmf'
begin
re... |
geoffyoungs/rubber-generate | f5d670a351f09ce08d6187e2c581b1cf7578321c | Fix rubber-generate bin dependency on fileutils | diff --git a/bin/rubber-generate b/bin/rubber-generate
index af920c3..9a20fe5 100755
--- a/bin/rubber-generate
+++ b/bin/rubber-generate
@@ -1,87 +1,88 @@
#!/usr/bin/env ruby
if FileTest.symlink?(__FILE__)
file = File.readlink(__FILE__)
else
file = __FILE__
end
+require 'fileutils'
require 'rbconfig'
re... |
geoffyoungs/rubber-generate | 8d35aa699eb5d8058de9207c79dcb9cc5a2a2d04 | Add define_on_self to genum | diff --git a/lib/rubber/codegen/genum.rb b/lib/rubber/codegen/genum.rb
index e6bbaf4..71ab4fd 100644
--- a/lib/rubber/codegen/genum.rb
+++ b/lib/rubber/codegen/genum.rb
@@ -1,33 +1,41 @@
require 'rubber/codegen/enum'
module Rubber
class C_GEnum < C_Enum
+ attr_accessor :define_on_self
define_members :name, :... |
geoffyoungs/rubber-generate | 4f21619de67db3d1618c4a7e59caca042ce726fb | Bump version number to v0.0.13 | diff --git a/lib/rubber/scanner.rb b/lib/rubber/scanner.rb
index 8060236..414c00b 100644
--- a/lib/rubber/scanner.rb
+++ b/lib/rubber/scanner.rb
@@ -1,515 +1,515 @@
require 'rubber/struct'
module Rubber
-VERSION = [0,0,12]
+VERSION = [0,0,13]
def VERSION.to_s
self.map{|i|i.to_s}.join('.')
end
class ScanState
... |
geoffyoungs/rubber-generate | 963a26d9944aeeb7db0547558f03942dcdf1c6f2 | Fix gcpool feature (missing #parent method on class) | diff --git a/lib/rubber/codegen/gcrefpool.rb b/lib/rubber/codegen/gcrefpool.rb
index e5d734e..6e7cd82 100644
--- a/lib/rubber/codegen/gcrefpool.rb
+++ b/lib/rubber/codegen/gcrefpool.rb
@@ -1,53 +1,56 @@
module Rubber
class C_GCRefPool
define_members :name
def code(io)
io.puts "static void _#{cname}_add(V... |
geoffyoungs/rubber-generate | 730df044d75fd087f5d3cc5c58990cf22728a369 | Bump to version 0.0.12 | diff --git a/lib/rubber/scanner.rb b/lib/rubber/scanner.rb
index 714e1b8..8060236 100644
--- a/lib/rubber/scanner.rb
+++ b/lib/rubber/scanner.rb
@@ -1,515 +1,515 @@
require 'rubber/struct'
module Rubber
-VERSION = [0,0,11]
+VERSION = [0,0,12]
def VERSION.to_s
self.map{|i|i.to_s}.join('.')
end
class ScanState
... |
geoffyoungs/rubber-generate | 4dde40dfa49be9ae5b1c81a39e3e8265fe51de0f | Add support for uint64 & tests for cast | diff --git a/lib/rubber/types.rb b/lib/rubber/types.rb
index 0c420e8..5de3ce1 100644
--- a/lib/rubber/types.rb
+++ b/lib/rubber/types.rb
@@ -1,222 +1,232 @@
-$custom_maps = {}
+$custom_maps = {}
$custom_frees = {}
-$equivalents = {}
+$equivalents = {}
module Rubber
# Map most GLib types to normal C style ones
-C... |
geoffyoungs/rubber-generate | ae520a7d943c31d403f4a89edb0f4359f4c8722e | Bump version number to v0.0.11 & update history | diff --git a/README.textile b/README.textile
index f7c6e22..9ece9ac 100644
--- a/README.textile
+++ b/README.textile
@@ -1,74 +1,77 @@
h1. Rubber Generate
-h2. v0.0.9
+h2. v0.0.11
Template language for generating Ruby bindings for C libraries
by Geoff Youngs <g@intersect-uk.co.uk>
h3. Introduction
A simpl... |
geoffyoungs/rubber-generate | 5531b9edad0a0558ae66f5bb10ea115e8f77c43a | Fix parsing of %min-version numbers & bump version number | diff --git a/lib/rubber/scanner.rb b/lib/rubber/scanner.rb
index 2631452..714e1b8 100644
--- a/lib/rubber/scanner.rb
+++ b/lib/rubber/scanner.rb
@@ -1,510 +1,515 @@
require 'rubber/struct'
module Rubber
-VERSION = [0,0,10]
+VERSION = [0,0,11]
+def VERSION.to_s
+ self.map{|i|i.to_s}.join('.')
+end
class ScanState
... |
geoffyoungs/rubber-generate | ba93a6d9f64da09cef4a392d68dd644e6daee584 | New release - version to 0.0.10 with --install switch support | diff --git a/README.textile b/README.textile
index b45987c..f7c6e22 100644
--- a/README.textile
+++ b/README.textile
@@ -1,71 +1,74 @@
h1. Rubber Generate
h2. v0.0.9
Template language for generating Ruby bindings for C libraries
by Geoff Youngs <g@intersect-uk.co.uk>
h3. Introduction
A simple ruby-style ... |
geoffyoungs/rubber-generate | c8384227811783378cc8dbfcb82b44af60abf4fb | Switch to using OptionParser to parse command line arguments | diff --git a/bin/rubber-generate b/bin/rubber-generate
index fd9c496..99b85f4 100755
--- a/bin/rubber-generate
+++ b/bin/rubber-generate
@@ -1,54 +1,77 @@
#!/usr/bin/env ruby
if FileTest.symlink?(__FILE__)
file = File::readlink(__FILE__)
else
file = __FILE__
end
require 'rbconfig'
require 'ftools'
di... |
geoffyoungs/rubber-generate | 0b528d1831a517e0c5b1f7f783e66b858e9b305d | v0.0.8 - Add support for %min-version | diff --git a/README.textile b/README.textile
index c4cab99..688dc67 100644
--- a/README.textile
+++ b/README.textile
@@ -1,65 +1,68 @@
h1. Rubber Generate
-h2. v0.0.7
+h2. v0.0.8
Template language for generating Ruby bindings for C libraries
by Geoff Youngs <g@intersect-uk.co.uk>
h3. Introduction
A simple... |
geoffyoungs/rubber-generate | 23a1fa3792b6ee7c0f7e846f60d324a9dc72766d | Fix regex with unescaped curly braces | diff --git a/lib/rubber/scanner.rb b/lib/rubber/scanner.rb
index 1548c0f..8ee7484 100644
--- a/lib/rubber/scanner.rb
+++ b/lib/rubber/scanner.rb
@@ -1,510 +1,510 @@
require 'rubber/struct'
module Rubber
VERSION = [0,0,8]
class ScanState
define_members(:in_code, :in_class, :in_func, :braces)
end
class Options... |
geoffyoungs/rubber-generate | b6702b156040a4af0a5da0ea0e0d0c96da5b0dc4 | Comment out debug code in error handler | diff --git a/lib/rubber/scanner.rb b/lib/rubber/scanner.rb
index ab01546..1548c0f 100644
--- a/lib/rubber/scanner.rb
+++ b/lib/rubber/scanner.rb
@@ -1,510 +1,510 @@
require 'rubber/struct'
module Rubber
VERSION = [0,0,8]
class ScanState
define_members(:in_code, :in_class, :in_func, :braces)
end
class Options... |
geoffyoungs/rubber-generate | ff7eca0e5c5eec0b492fb497ddb2200a62bc1a72 | Add support for %min-version flag | diff --git a/lib/rubber/scanner.rb b/lib/rubber/scanner.rb
index d33d106..ab01546 100644
--- a/lib/rubber/scanner.rb
+++ b/lib/rubber/scanner.rb
@@ -1,492 +1,510 @@
require 'rubber/struct'
module Rubber
+VERSION = [0,0,8]
class ScanState
define_members(:in_code, :in_class, :in_func, :braces)
end
class Options... |
geoffyoungs/rubber-generate | 28be14a81b1cff80ae5cd76fddd294e0dc33ccce | Misc code tidies | diff --git a/lib/rubber/codegen.rb b/lib/rubber/codegen.rb
index 68bc178..9e6bcaa 100644
--- a/lib/rubber/codegen.rb
+++ b/lib/rubber/codegen.rb
@@ -1,133 +1,139 @@
require 'rubber/struct'
module Rubber
def generate_c_source(scanner, io)
mod = scanner.stack.first # Pseudo root module for file
if scanner.option... |
geoffyoungs/rubber-generate | ec073f2c4af57f6343c02d1b2fe89e9cc0c58bac | Support GSList{type} and GList{type} return types for functions | diff --git a/lib/rubber/scanner.rb b/lib/rubber/scanner.rb
index e40d1be..d33d106 100644
--- a/lib/rubber/scanner.rb
+++ b/lib/rubber/scanner.rb
@@ -1,468 +1,492 @@
require 'rubber/struct'
module Rubber
class ScanState
define_members(:in_code, :in_class, :in_func, :braces)
end
class Options
attr_accessor :g... |
geoffyoungs/rubber-generate | be247ddbbb76a2f9ca0b61a2ba52a4467c5af620 | Annotate generated C file with location from .cr source file using #line <NUM> <FILE> so C compiler will report errors in C source code with sane line numbers. | diff --git a/lib/rubber/codegen.rb b/lib/rubber/codegen.rb
index 496db69..68bc178 100644
--- a/lib/rubber/codegen.rb
+++ b/lib/rubber/codegen.rb
@@ -1,132 +1,133 @@
require 'rubber/struct'
module Rubber
def generate_c_source(scanner, io)
mod = scanner.stack.first # Pseudo root module for file
if scanner.option... |
geoffyoungs/rubber-generate | ab59bd6a850ec2bf6eff2fe280d56bbe3eb2027f | Add syntax_error function for reporting syntax errors in scanner.rb Add support for array constants | diff --git a/lib/rubber/codegen.rb b/lib/rubber/codegen.rb
index 9903ba8..496db69 100644
--- a/lib/rubber/codegen.rb
+++ b/lib/rubber/codegen.rb
@@ -1,131 +1,132 @@
require 'rubber/struct'
module Rubber
def generate_c_source(scanner, io)
mod = scanner.stack.first # Pseudo root module for file
if scanner.option... |
geoffyoungs/rubber-generate | c3df3d4c43e003d6215a09b56837b5a389e3d7a1 | Add initial support for flags object - similar to the way ruby-gnome2 handles gflags | diff --git a/lib/rubber/codegen/flags.rb b/lib/rubber/codegen/flags.rb
index a41e0f2..0879058 100644
--- a/lib/rubber/codegen/flags.rb
+++ b/lib/rubber/codegen/flags.rb
@@ -1,229 +1,302 @@
module Rubber
class C_Flags
define_members :name, :args, :parent
attr_reader :child_names
@@declared_base = false
@... |
geoffyoungs/rubber-generate | 56974b1a803186acaba5f0ad48035ae5b8add360 | Add .gitignore | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..04e935c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+.*.swp
+*.gem
|
geoffyoungs/rubber-generate | a280003655e4db8baaf33b5bde127d7a79fefbb9 | Fix function name clash with flags object | diff --git a/lib/rubber/codegen/enum.rb b/lib/rubber/codegen/enum.rb
index 62cfb31..cffbf0c 100644
--- a/lib/rubber/codegen/enum.rb
+++ b/lib/rubber/codegen/enum.rb
@@ -1,231 +1,231 @@
module Rubber
class C_Enum
define_members :name, :args, :parent
attr_reader :child_names
@@declared_base = false
@@decl... |
sim82/c_tools | 235a97c92785765282579ff6c2eb822f71972a5d | release version of the fpga_com testcase | diff --git a/fpga_com/README b/fpga_com/README
new file mode 100644
index 0000000..7e8947b
--- /dev/null
+++ b/fpga_com/README
@@ -0,0 +1,11 @@
+Use the build script (build.sh) to compile the simple test program (testcase1.cpp).
+In this test case we send an array of 10 floats, after which the program waits
+for a rep... |
sim82/c_tools | cb91825df054c11dd4a8db8d094a798b0053533e | first real fpga_com testcase | diff --git a/fpga_com/CMakeLists.txt b/fpga_com/CMakeLists.txt
index 7a13847..25d7c73 100644
--- a/fpga_com/CMakeLists.txt
+++ b/fpga_com/CMakeLists.txt
@@ -1,17 +1,19 @@
cmake_minimum_required( VERSION 2.8 )
project( fpga_com )
add_executable( fpga_com test.c fpga_com.c )
# add_executable( bg background.cpp fp... |
sim82/c_tools | a3b9c0a38abb3320d7bdc88c94254684d4a09c4a | switched to external ivy_mike | diff --git a/CMakeLists.txt b/CMakeLists.txt
index 15c310c..826dd21 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,8 +1,8 @@
-subdirs( IvyMike pwosali pars_cluster parser_test test)
-include_directories( IvyMike/src )
+subdirs( ivy_mike pwosali pars_cluster parser_test test)
+include_directories( ivy_mike/src )... |
sim82/c_tools | ffc3f10225c220c417d4837e7eaadd53c68a2350 | wrote minimal sdf file parser. | diff --git a/IvyMike/CMakeLists.txt b/IvyMike/CMakeLists.txt
index 1629e4b..c2de9ec 100644
--- a/IvyMike/CMakeLists.txt
+++ b/IvyMike/CMakeLists.txt
@@ -1,17 +1,19 @@
PROJECT(ivymike)
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")
#SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")
ADD_LIBRARY(ivymike src/main.... |
sim82/c_tools | f16ec181c798fbd9ed643df268b799154fdf4a41 | added swappy (aka swap/copy) which seems to work quite well with unaligned buffers (=as good as alternatives) | diff --git a/fpga_com/background_reader.cpp b/fpga_com/background_reader.cpp
index 4a79d6b..0ff8c69 100644
--- a/fpga_com/background_reader.cpp
+++ b/fpga_com/background_reader.cpp
@@ -1,515 +1,538 @@
/*
* Copyright (C) 2011 Simon A. Berger
*
* This program is free software; you may redistribute it and/or modi... |
sim82/c_tools | 97296d2417b21828483e13340135110ea9f9a266 | use most efficient copy method for the non endian-swap case. | diff --git a/fpga_com/background_reader.cpp b/fpga_com/background_reader.cpp
index c15b9f4..4a79d6b 100644
--- a/fpga_com/background_reader.cpp
+++ b/fpga_com/background_reader.cpp
@@ -1,487 +1,515 @@
/*
* Copyright (C) 2011 Simon A. Berger
*
* This program is free software; you may redistribute it and/or modi... |
sim82/c_tools | d962ac7de2f8e8b6ad8832e7623d09de6f4321b0 | ansi c interface for the background reader. send/recv for some int and float types. | diff --git a/fpga_com/background_reader.cpp b/fpga_com/background_reader.cpp
index 9a06d42..c15b9f4 100644
--- a/fpga_com/background_reader.cpp
+++ b/fpga_com/background_reader.cpp
@@ -1,235 +1,487 @@
/*
- <one line to give the library's name and an idea of what it does.>
- Copyright (C) <year> <name of author>... |
sim82/c_tools | 7b2572385c7f0a06f2f0d81b43069a0b08e85082 | make LargePhylip usable | diff --git a/CMakeLists.txt b/CMakeLists.txt
index 388964b..7d39eef 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,8 @@
-subdirs( IvyMike pwosali raxml-hpc-pa_new pars_cluster parser_test test)
+subdirs( IvyMike pwosali pars_cluster parser_test test)
include_directories( IvyMike/src )
SET(CMAKE_CXX_FLAGS... |
sim82/c_tools | fc52fb12d376b366b9d42c6047ad761ae0a43c79 | added missing files | diff --git a/fpga_com/background_reader.cpp b/fpga_com/background_reader.cpp
new file mode 100644
index 0000000..9a06d42
--- /dev/null
+++ b/fpga_com/background_reader.cpp
@@ -0,0 +1,235 @@
+/*
+ <one line to give the library's name and an idea of what it does.>
+ Copyright (C) <year> <name of author>
+
+ Thi... |
sim82/c_tools | 2999267686f51517d2ea9845e832b0f1aa1e6fc1 | latest changes | diff --git a/CMakeLists.txt b/CMakeLists.txt
index 388964b..1e0f61a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,8 @@
subdirs( IvyMike pwosali raxml-hpc-pa_new pars_cluster parser_test test)
include_directories( IvyMike/src )
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")
add_subdirectory(fpga_co... |
sim82/c_tools | d56865f0dbba1e891915d037a5463bea043c1679 | added fpga autoconf test program | diff --git a/fpga_com/CMakeLists.txt b/fpga_com/CMakeLists.txt
index 635cbc5..7daf273 100644
--- a/fpga_com/CMakeLists.txt
+++ b/fpga_com/CMakeLists.txt
@@ -1,10 +1,14 @@
cmake_minimum_required( VERSION 2.8 )
project( fpga_com )
add_executable( fpga_com test.c fpga_com.c )
-add_executable( bg background.cpp fpga... |
sim82/c_tools | 398b91630169765046dd86471b0a7b40f5011662 | added missing file | diff --git a/IvyMike/src/TreeParser.cpp b/IvyMike/src/TreeParser.cpp
new file mode 100644
index 0000000..21e7a2b
--- /dev/null
+++ b/IvyMike/src/TreeParser.cpp
@@ -0,0 +1,25 @@
+#include <auto_ptr.h>
+#include "ivymike/TreeParser.h"
+#include <boost/timer.hpp>
+#include <iostream>
+
+using std::cout;
+
+int main() {
+/... |
sim82/c_tools | 3a0f7ec7fe9d24b7412821c4e56a5150db292804 | previously uncommited new stuff | diff --git a/CMakeLists.txt b/CMakeLists.txt
index d0df858..388964b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,3 +1,7 @@
-subdirs( IvyMike pwosali raxml-hpc-pa_new pars_cluster parser_test)
+subdirs( IvyMike pwosali raxml-hpc-pa_new pars_cluster parser_test test)
include_directories( IvyMike/src )
-SET(CMA... |
sim82/c_tools | 3efbfb9cd58dd5d60a639bcaf3f9e33959b011ef | added build instructions | diff --git a/fpga_com/test.c b/fpga_com/test.c
index 11ec421..49b1490 100644
--- a/fpga_com/test.c
+++ b/fpga_com/test.c
@@ -1,145 +1,147 @@
#include <stdio.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
+//
+// compile with... |
sim82/c_tools | db33e55cf53e1d1df67facd100c9d625d4617d36 | wrote prototype for fpga com library in c | diff --git a/IvyMike/LargePhylip.cpp b/IvyMike/LargePhylip.cpp
new file mode 100644
index 0000000..56099ee
--- /dev/null
+++ b/IvyMike/LargePhylip.cpp
@@ -0,0 +1,161 @@
+/*
+ * Copyright (C) 2009 Simon A. Berger
+ *
+ * This program is free software; you may redistribute it and/or modify its
+ * under the terms of t... |
sim82/c_tools | 6fa3712ab6197a40d94c423ea296c86a711a6ebd | added test parser for newick trees | diff --git a/parser_test/CMakeLists.txt b/parser_test/CMakeLists.txt
new file mode 100644
index 0000000..87eac96
--- /dev/null
+++ b/parser_test/CMakeLists.txt
@@ -0,0 +1 @@
+add_executable( parser_test main.cpp )
diff --git a/parser_test/main.cpp b/parser_test/main.cpp
new file mode 100644
index 0000000..63dd89e
--- /... |
sim82/c_tools | bf73197d43b5b94df0f179f7720a8954a1372f40 | added barrier test | diff --git a/barrier/CMakeLists.txt b/barrier/CMakeLists.txt
new file mode 100644
index 0000000..791faed
--- /dev/null
+++ b/barrier/CMakeLists.txt
@@ -0,0 +1,9 @@
+PROJECT(barrier)
+
+ADD_EXECUTABLE(barrier barrier.cpp)
+#target_link_libraries( pwosali ivymike )
+#SET(CMAKE_CXX_FLAGS "--std=c++0x -Wall")
+#get_target_... |
sim82/c_tools | 7898c054d977f30ad39d6f848370eead01221e99 | added gpl header | diff --git a/pars_cluster/ParsVecCluster.h b/pars_cluster/ParsVecCluster.h
index ab65aca..84713ad 100644
--- a/pars_cluster/ParsVecCluster.h
+++ b/pars_cluster/ParsVecCluster.h
@@ -1,512 +1,526 @@
+/*
+ * Copyright (C) 2010 Simon A. Berger
+ *
+ * This program is free software; you may redistribute it and/or modify i... |
sim82/c_tools | 9fdd94551b07875f36e6fe4bbb9a17d65e294a56 | improvements to the parsvec clustering | diff --git a/CMakeLists.txt b/CMakeLists.txt
index 27706da..d0df858 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,2 +1,3 @@
-subdirs( IvyMike pwosali )
-include_directories( IvyMike/src )
\ No newline at end of file
+subdirs( IvyMike pwosali raxml-hpc-pa_new pars_cluster parser_test)
+include_directories( IvyM... |
sim82/c_tools | 430e152d0e9628ea17c307bf5287e2a10d35644c | extracted parsimony clustering to self-contained file. | diff --git a/pars_cluster/ParsVecCluster.h b/pars_cluster/ParsVecCluster.h
new file mode 100644
index 0000000..588867d
--- /dev/null
+++ b/pars_cluster/ParsVecCluster.h
@@ -0,0 +1,519 @@
+#ifndef __ParsVecCluster_h
+#define __ParsVecCluster_h
+
+#include <cfloat>
+#include <vector>
+#include <map>
+#include <fstream>
+... |
sim82/c_tools | 0059feb681d68e12386b05d847ae46e102331890 | c++0x changes | diff --git a/IvyMike/CMakeLists.txt b/IvyMike/CMakeLists.txt
index aaa3729..df917e2 100644
--- a/IvyMike/CMakeLists.txt
+++ b/IvyMike/CMakeLists.txt
@@ -1,13 +1,14 @@
PROJECT(ivymike)
+SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -std=c++0x")
ADD_LIBRARY(ivymike main.cpp src/LargePhylip.cpp )
INSTALL(TARGETS i... |
sim82/c_tools | 3563882f1e91ae32d976d2be0444dd51a34c3105 | ported LargePhylip to portable boost memory mapping | diff --git a/IvyMike/src/LargePhylip.cpp b/IvyMike/src/LargePhylip.cpp
index 72574b2..d6c5917 100644
--- a/IvyMike/src/LargePhylip.cpp
+++ b/IvyMike/src/LargePhylip.cpp
@@ -1,147 +1,161 @@
/*
* Copyright (C) 2009 Simon A. Berger
*
* This program is free software; you may redistribute it and/or modify its
* ... |
sim82/c_tools | 2dce8c47219206fd8713286612d3c448c5dcba6b | added gpl headers | diff --git a/IvyMike/src/LargePhylip.cpp b/IvyMike/src/LargePhylip.cpp
index bac9c84..72574b2 100644
--- a/IvyMike/src/LargePhylip.cpp
+++ b/IvyMike/src/LargePhylip.cpp
@@ -1,133 +1,147 @@
+/*
+ * Copyright (C) 2009 Simon A. Berger
+ *
+ * This program is free software; you may redistribute it and/or modify its
+ * ... |
sim82/c_tools | 90ac8c42fa5064b78de5a7e86632a9e2249f0a39 | refactoring | diff --git a/IvyMike/src/MultipleAlignment.cpp b/IvyMike/src/MultipleAlignment.cpp
new file mode 100644
index 0000000..b095250
--- /dev/null
+++ b/IvyMike/src/MultipleAlignment.cpp
@@ -0,0 +1,35 @@
+#include "MultipleAlignment.h"
+
+
+MultipleAlignment* MultipleAlignment::loadPhylip(const char* name) {
+ std::ifstre... |
lepot311/tgi_cutscene | e1844b2952443cb7e2dcee085f401519e32e295b | fix line wrap | diff --git a/app/static/css/style.css b/app/static/css/style.css
index 40f8d1f..7c7228e 100644
--- a/app/static/css/style.css
+++ b/app/static/css/style.css
@@ -1,76 +1,76 @@
/* Viewer */
#viewer { float:left; width:100%; height:100%; z-index:0; position:relative; background:#000; overflow:hidden; }
#viewer body { b... |
lepot311/tgi_cutscene | e4c24fc37b10edeba4359b44aff9c87f25383c12 | move last word of wrapped text to next line | diff --git a/app/static/js/builder.js b/app/static/js/builder.js
index 6b48561..13c3264 100644
--- a/app/static/js/builder.js
+++ b/app/static/js/builder.js
@@ -96,804 +96,810 @@ var D = (function(){
//////////////////////////// default settings
D.defaults = {
assets: undefined,
bin: '#bi... |
lepot311/tgi_cutscene | 732bd067bd8302f3d020721438ef911f1b8b5c52 | multi-line text | diff --git a/app/static/css/style.css b/app/static/css/style.css
index 4a2f72a..40f8d1f 100644
--- a/app/static/css/style.css
+++ b/app/static/css/style.css
@@ -1,74 +1,76 @@
/* Viewer */
#viewer { float:left; width:100%; height:100%; z-index:0; position:relative; background:#000; overflow:hidden; }
#viewer body { b... |
lepot311/tgi_cutscene | fd744fe039e382cb780465ee4f3a0121adba783c | add timer.js | diff --git a/app/static/js/timer.js b/app/static/js/timer.js
new file mode 100644
index 0000000..729229e
--- /dev/null
+++ b/app/static/js/timer.js
@@ -0,0 +1,317 @@
+/* Javascript Object Oriented Timer, version 1.0
+ * --------------------------------------------------------
+ * Copyright (C) 2008 zp bappi | zpbappi (... |
lepot311/tgi_cutscene | 5297ce8a05867e0a68b79bb4e340df01cafbc5da | initial fill layers. started dialog styles | diff --git a/app/static/css/style.css b/app/static/css/style.css
index 5072426..4a2f72a 100644
--- a/app/static/css/style.css
+++ b/app/static/css/style.css
@@ -1,73 +1,74 @@
/* Viewer */
#viewer { float:left; width:100%; height:100%; z-index:0; position:relative; background:#000; overflow:hidden; }
#viewer body { b... |
lepot311/tgi_cutscene | a0655e80aa6f378edaa4e419debd89efc39b4e91 | finish initial pass at fade in/out transitions | diff --git a/app/static/ff_movie.js b/app/static/ff_movie.js
index 44b918c..1d5fee4 100644
--- a/app/static/ff_movie.js
+++ b/app/static/ff_movie.js
@@ -1,135 +1,156 @@
var imagePath = 'img/'
function localTime(){
var d = new Date(),
hour = d.getHours()
if (hour > 12){
hour -= 12
}
return ho... |
lepot311/tgi_cutscene | b561e40c956991773af3e3750965511194255c8e | fix double-loading bug. add dialog dropOut+destroy. initial support for slide transitions and text-less slides. | diff --git a/app/static/ff_movie.js b/app/static/ff_movie.js
index 2624082..44b918c 100644
--- a/app/static/ff_movie.js
+++ b/app/static/ff_movie.js
@@ -1,112 +1,135 @@
var imagePath = 'img/'
function localTime(){
var d = new Date(),
hour = d.getHours()
if (hour > 12){
hour -= 12
}
return ho... |
lepot311/tgi_cutscene | 66f8c5177730d6ca56f6bbe4dabf5d2af1fd5f39 | fix side positioning flicker | diff --git a/app/static/js/builder.js b/app/static/js/builder.js
index d31c071..8135309 100644
--- a/app/static/js/builder.js
+++ b/app/static/js/builder.js
@@ -1,736 +1,736 @@
$(document).ready(function() {
// Disgaea-style slide plugin
// Erik Potter 2010
String.prototype.normalize = function(){
// Strip lea... |
lepot311/tgi_cutscene | 0c52837ad9c80bbfde3a36b181ee794a0e7dd1e4 | removed some faxion-specific code | diff --git a/app/static/ff_movie.js b/app/static/ff_movie.js
new file mode 100644
index 0000000..2624082
--- /dev/null
+++ b/app/static/ff_movie.js
@@ -0,0 +1,112 @@
+var imagePath = 'img/'
+
+function localTime(){
+ var d = new Date(),
+ hour = d.getHours()
+ if (hour > 12){
+ hour -= 12
+ }
+ return hour
... |
lepot311/tgi_cutscene | 94e27779ff24195fcee95b14814cfc2df5657e0b | fixed non-animated positioning. hid console messages. auto play. | diff --git a/app/static/css/style.css b/app/static/css/style.css
index 40fe2bc..5072426 100644
--- a/app/static/css/style.css
+++ b/app/static/css/style.css
@@ -1,73 +1,73 @@
/* Viewer */
-#viewer { float:left; width:100%; height:100%; width: 960px; height:328px; position:relative; background:#000; overflow:hidden; }
... |
lepot311/tgi_cutscene | 9499d9de4f103f942cbba0a05d240a4556b52a7d | auto resize layers. adjustable dialogWrapper height | diff --git a/app/app.py b/app/app.py
index dc5b57e..11d23df 100644
--- a/app/app.py
+++ b/app/app.py
@@ -1,227 +1,229 @@
import web
from web.contrib.template import render_jinja
from forms import createSlideForm
import pdb
import json
render = render_jinja('templates/', encoding = 'utf-8')
urls = ('/', 'inde... |
lepot311/tgi_cutscene | cc589915b7b2ed3d18c63e84b6fda344f55f5c60 | ability to load movie from .js include | diff --git a/app/static/css/style.css b/app/static/css/style.css
index d1f1672..22756ca 100644
--- a/app/static/css/style.css
+++ b/app/static/css/style.css
@@ -1,76 +1,73 @@
-body { background:#444; color:#ccc; font:14px Arial; }
-a { text-decoration:none; color:#666; }
-ul { margin:0; padding:0; clear:left; overflow:... |
lepot311/tgi_cutscene | 018cd60f4b92154067bf27f3787260e21fc40c42 | colored dialog text. dialog arrow. layers can flip | diff --git a/app/app.py b/app/app.py
index 0388ee7..dc5b57e 100644
--- a/app/app.py
+++ b/app/app.py
@@ -1,176 +1,227 @@
import web
from web.contrib.template import render_jinja
from forms import createSlideForm
import pdb
import json
render = render_jinja('templates/', encoding = 'utf-8')
urls = ('/', 'inde... |
lepot311/tgi_cutscene | 97c0025192246684bfaa74f4e3a7447696e9ca6f | dialog. not pretty but works if you play nice | diff --git a/app/static/css/style.css b/app/static/css/style.css
index f951176..b160796 100644
--- a/app/static/css/style.css
+++ b/app/static/css/style.css
@@ -1,71 +1,74 @@
body { background:#444; color:#ccc; font:14px Arial; }
a { text-decoration:none; color:#666; }
ul { margin:0; padding:0; clear:left; overflow:... |
lepot311/tgi_cutscene | 804b3584c9f94101576a859a759858ef43fb85e9 | player works | diff --git a/app/app.py b/app/app.py
index f1f901c..0388ee7 100644
--- a/app/app.py
+++ b/app/app.py
@@ -1,173 +1,176 @@
import web
from web.contrib.template import render_jinja
from forms import createSlideForm
import pdb
import json
render = render_jinja('templates/', encoding = 'utf-8')
urls = ('/', 'inde... |
lepot311/tgi_cutscene | fe65b0626bae0c06292d783cb7a4cb6109b3b0ba | queued animations | diff --git a/app/app.py b/app/app.py
index 3291d3a..f1f901c 100644
--- a/app/app.py
+++ b/app/app.py
@@ -1,147 +1,173 @@
import web
from web.contrib.template import render_jinja
from forms import createSlideForm
import pdb
import json
render = render_jinja('templates/', encoding = 'utf-8')
urls = ('/', 'inde... |
lepot311/tgi_cutscene | f2fdf904b229e56994900317b9acb18c7aa9505b | viewer handler bug quashed. ready for dialog | diff --git a/app/app.py b/app/app.py
index 15c9d08..3291d3a 100644
--- a/app/app.py
+++ b/app/app.py
@@ -1,146 +1,147 @@
import web
from web.contrib.template import render_jinja
from forms import createSlideForm
import pdb
import json
render = render_jinja('templates/', encoding = 'utf-8')
urls = ('/', 'inde... |
lepot311/tgi_cutscene | ff29e7fc66d7a47b297aab70f50ecc37daf0fc84 | character animation | diff --git a/app/app.py b/app/app.py
index 75d1ffa..15c9d08 100644
--- a/app/app.py
+++ b/app/app.py
@@ -1,146 +1,146 @@
import web
from web.contrib.template import render_jinja
from forms import createSlideForm
import pdb
import json
render = render_jinja('templates/', encoding = 'utf-8')
urls = ('/', 'inde... |
lepot311/tgi_cutscene | 97ae14fd3b7206ec11c83a0e5bb51b41825ea0fd | thumbs work | diff --git a/app/static/css/style.css b/app/static/css/style.css
index ca4aa2b..fb07a49 100644
--- a/app/static/css/style.css
+++ b/app/static/css/style.css
@@ -1,62 +1,64 @@
body { background:#444; color:#ccc; font:14px Arial; }
a { text-decoration:none; color:#666; }
ul { margin:0; padding:0; clear:left; overflow:... |
lepot311/tgi_cutscene | 2799c4bee6ba46799dac218f876ac34d33bf5e49 | fix BinThumb click handler | diff --git a/app/static/js/custom2.js b/app/static/js/custom2.js
index cad8e55..f7f0520 100644
--- a/app/static/js/custom2.js
+++ b/app/static/js/custom2.js
@@ -1,432 +1,433 @@
$(document).ready(function() {
// Disgaea-style slide plugin
// Erik Potter 2010
String.prototype.normalize = function(){
// Strip lea... |
lepot311/tgi_cutscene | d22e54d511980910f261d903a21c3cd08cfb5b85 | prototypal inheritance starts working | diff --git a/app/static/js/custom2.js b/app/static/js/custom2.js
index 7ce7a30..cad8e55 100644
--- a/app/static/js/custom2.js
+++ b/app/static/js/custom2.js
@@ -1,428 +1,432 @@
$(document).ready(function() {
// Disgaea-style slide plugin
// Erik Potter 2010
String.prototype.normalize = function(){
// Strip lea... |
lepot311/tgi_cutscene | 00f00128a673a1c626742022c294b610e3d55abf | no more errors.. | diff --git a/app/static/js/custom2.js b/app/static/js/custom2.js
index 935a31d..7ce7a30 100644
--- a/app/static/js/custom2.js
+++ b/app/static/js/custom2.js
@@ -1,471 +1,428 @@
$(document).ready(function() {
// Disgaea-style slide plugin
// Erik Potter 2010
-// Strip leading hash(#) and dot(.) characters from html... |
lepot311/tgi_cutscene | ca2eff69ec71836c14d25f38098578680d97f3d2 | initial | diff --git a/app/static/css/style.css b/app/static/css/style.css
index b60cf67..ca4aa2b 100644
--- a/app/static/css/style.css
+++ b/app/static/css/style.css
@@ -1,62 +1,62 @@
body { background:#444; color:#ccc; font:14px Arial; }
a { text-decoration:none; color:#666; }
ul { margin:0; padding:0; clear:left; overflow:... |
lepot311/tgi_cutscene | cf02bcfcba58a3b1c52fd2abe9214963066dfa34 | inheritance convenience method. cleanup. | diff --git a/app/static/js/custom2.js b/app/static/js/custom2.js
index 86f9fd1..c8992e9 100644
--- a/app/static/js/custom2.js
+++ b/app/static/js/custom2.js
@@ -1,501 +1,470 @@
$(document).ready(function() {
// Disgaea-style slide plugin
// Erik Potter 2010
// Strip leading hash(#) and dot(.) characters from html... |
lepot311/tgi_cutscene | 4da6c28ff8feda14f0de747dafc7bb9ab1992860 | faster thumbnail resize | diff --git a/app/static/js/custom2.js b/app/static/js/custom2.js
index a203b60..86f9fd1 100644
--- a/app/static/js/custom2.js
+++ b/app/static/js/custom2.js
@@ -1,523 +1,501 @@
$(document).ready(function() {
// Disgaea-style slide plugin
// Erik Potter 2010
// Strip leading hash(#) and dot(.) characters from html... |
lepot311/tgi_cutscene | 38575b9137fa612b952abbfe02636fd89f67b0df | thumb inheritance | diff --git a/app/app.py b/app/app.py
index 48f916a..75d1ffa 100644
--- a/app/app.py
+++ b/app/app.py
@@ -1,137 +1,146 @@
import web
from web.contrib.template import render_jinja
from forms import createSlideForm
import pdb
import json
render = render_jinja('templates/', encoding = 'utf-8')
urls = ('/', 'inde... |
lepot311/tgi_cutscene | d593b61fd70d6ae45cc86d1c29e0cb88e8143a6f | multi layer/character. first sides. delay. viewer log. viewer refresh method | diff --git a/app/app.py b/app/app.py
index f7e24f3..48f916a 100644
--- a/app/app.py
+++ b/app/app.py
@@ -1,125 +1,137 @@
import web
from web.contrib.template import render_jinja
from forms import createSlideForm
import pdb
import json
render = render_jinja('templates/', encoding = 'utf-8')
urls = ('/', 'inde... |
lepot311/tgi_cutscene | 775a3a71195f7761090889480714ee1be62f12f3 | more sonic characters | diff --git a/app/app.py b/app/app.py
index 26e26ed..f7e24f3 100644
--- a/app/app.py
+++ b/app/app.py
@@ -1,105 +1,125 @@
import web
from web.contrib.template import render_jinja
from forms import createSlideForm
import pdb
import json
render = render_jinja('templates/', encoding = 'utf-8')
urls = ('/', 'inde... |
lepot311/tgi_cutscene | c4439b6311d6dea6bfb7092bb57c563110f5cfed | persistant loading icon until resizeFill starts | diff --git a/app/static/css/style.css b/app/static/css/style.css
index a0f0e9e..089d834 100644
--- a/app/static/css/style.css
+++ b/app/static/css/style.css
@@ -1,51 +1,51 @@
body { background:#444; color:#ccc; font:14px Arial; }
a { text-decoration:none; color:#666; }
ul { margin:0; padding:0; clear:left; overflow:... |
lepot311/tgi_cutscene | 059a38f1c407d70299ca9536c1069cce8a66b26b | sonic characters. stripe bg for thumbs. thumb callback and resizeFill. | diff --git a/app/app.py b/app/app.py
index 55d047c..26e26ed 100644
--- a/app/app.py
+++ b/app/app.py
@@ -1,118 +1,105 @@
import web
from web.contrib.template import render_jinja
from forms import createSlideForm
import pdb
import json
render = render_jinja('templates/', encoding = 'utf-8')
urls = ('/', 'inde... |
lepot311/tgi_cutscene | 7df353f50433e9b6d3c9f3aa1e8114e3a986bb7a | start image resizeFill | diff --git a/app/static/css/style.css b/app/static/css/style.css
index 22e30dd..90060b8 100644
--- a/app/static/css/style.css
+++ b/app/static/css/style.css
@@ -1,51 +1,51 @@
body { background:#444; color:#ccc; font:14px Arial; }
a { text-decoration:none; color:#666; }
ul { margin:0; padding:0; clear:left; overflow:... |
lepot311/tgi_cutscene | 99183f5da5e65f4a8f1de5a8978630edcff76e2d | better thumb model | diff --git a/app/static/js/custom2.js b/app/static/js/custom2.js
index 7c6186a..c98b408 100644
--- a/app/static/js/custom2.js
+++ b/app/static/js/custom2.js
@@ -1,263 +1,266 @@
$(document).ready(function() {
// Disgaea-style slide plugin
// Erik Potter 2010
// Strip leading hash(#) and dot(.) characters from html... |
lepot311/tgi_cutscene | c8a81d96ce5ab0d21504c31985f0ed9ae5546014 | thumb object | diff --git a/app/static/css/style.css b/app/static/css/style.css
index 6fd24ff..22e30dd 100644
--- a/app/static/css/style.css
+++ b/app/static/css/style.css
@@ -1,51 +1,51 @@
body { background:#444; color:#ccc; font:14px Arial; }
a { text-decoration:none; color:#666; }
ul { margin:0; padding:0; clear:left; overflow:... |
lepot311/tgi_cutscene | cec674c4cb24da1e476f924ff50a1f6ea4f0134d | hide form for now. style tweak | diff --git a/app/static/css/style.css b/app/static/css/style.css
index 27d6981..6fd24ff 100644
--- a/app/static/css/style.css
+++ b/app/static/css/style.css
@@ -1,49 +1,51 @@
body { background:#444; color:#ccc; font:14px Arial; }
a { text-decoration:none; color:#666; }
ul { margin:0; padding:0; clear:left; overflow:... |
lepot311/tgi_cutscene | 38ad59c4a828d39b1ca46ed59c1654a68a026a10 | clean up old functions. delete icon working | diff --git a/app/static/js/custom2.js b/app/static/js/custom2.js
index 073a032..7304cb0 100644
--- a/app/static/js/custom2.js
+++ b/app/static/js/custom2.js
@@ -1,290 +1,256 @@
$(document).ready(function() {
// Disgaea-style slide plugin
// Erik Potter 2010
// Strip leading hash(#) and dot(.) characters from html... |
lepot311/tgi_cutscene | 7e57c214cfefe9aaa36c8f5c3c0b16a5fce109a1 | bin thumbs have methods | diff --git a/app/static/css/style.css b/app/static/css/style.css
index f6446a1..27d6981 100644
--- a/app/static/css/style.css
+++ b/app/static/css/style.css
@@ -1,49 +1,49 @@
body { background:#444; color:#ccc; font:14px Arial; }
a { text-decoration:none; color:#666; }
ul { margin:0; padding:0; clear:left; overflow:... |
lepot311/tgi_cutscene | 6eaf2343c368416d6449e3ae23306c5c9c3dd443 | bin thumbs can activate new viewer | diff --git a/app/static/css/style.css b/app/static/css/style.css
index 6929192..f6446a1 100644
--- a/app/static/css/style.css
+++ b/app/static/css/style.css
@@ -1,48 +1,49 @@
body { background:#444; color:#ccc; font:14px Arial; }
a { text-decoration:none; color:#666; }
ul { margin:0; padding:0; clear:left; overflow:... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.