repo
string
commit
string
message
string
diff
string
tkanmae/levmar
4fbfb6f0ca2b9147ef4979c1ee6de8cc675bcc66
Use NumPy C-API for array creation
diff --git a/lvmr/src/_lvmr.pyx b/lvmr/src/_lvmr.pyx index 7c37c10..a6a8c44 100644 --- a/lvmr/src/_lvmr.pyx +++ b/lvmr/src/_lvmr.pyx @@ -1,727 +1,726 @@ # -*- coding: utf-8 -*- # ---------------------------------------------------------------------- # Copyright (c) 2010 Takeshi Kanmae # ----------------------------...
tkanmae/levmar
11ddb8f4e798f6f4392d8c73e361a38b3f391d57
Allocate the working array in _lmvr module
diff --git a/lvmr/src/_lvmr.pyx b/lvmr/src/_lvmr.pyx index 815f5ae..7c37c10 100644 --- a/lvmr/src/_lvmr.pyx +++ b/lvmr/src/_lvmr.pyx @@ -1,684 +1,727 @@ # -*- coding: utf-8 -*- # ---------------------------------------------------------------------- # Copyright (c) 2010 Takeshi Kanmae # ----------------------------...
tkanmae/levmar
a09b8b86338bcdec0d58d0a4e4e7eadd79fefb68
Examine the input array size dependence
diff --git a/lvmr/demos/bench.py b/lvmr/demos/bench.py index ffd7e6a..79360d8 100644 --- a/lvmr/demos/bench.py +++ b/lvmr/demos/bench.py @@ -1,93 +1,97 @@ #!/usr/bin/env python2.6 # -*- coding: utf-8 -*- # ---------------------------------------------------------------------- # Copyright (c) 2010 Takeshi Kanmae # ...
tkanmae/levmar
938e96051c5d967073df5f2ef5a596a77a193853
Encapsulate the constraints in LMConstraint classes
diff --git a/lvmr/src/_lvmr.pxd b/lvmr/src/_lvmr.pxd index 6c255c1..35c6828 100644 --- a/lvmr/src/_lvmr.pxd +++ b/lvmr/src/_lvmr.pxd @@ -1,163 +1,150 @@ # -*- coding: utf-8 -*- # ---------------------------------------------------------------------- # Copyright (c) 2010 Takeshi Kanmae # ----------------------------...
tkanmae/levmar
ebbfb23d2ed37b908bccb02726d4cdcd2f62dad7
Add tests
diff --git a/lvmr/tests/test_interface.py b/lvmr/tests/test_interface.py index 49e4a21..ce08d5a 100644 --- a/lvmr/tests/test_interface.py +++ b/lvmr/tests/test_interface.py @@ -1,62 +1,84 @@ #!/usr/bin/env python2.6 # -*- coding: utf-8 -*- # ---------------------------------------------------------------------- # C...
tkanmae/levmar
d725754ff9e1b87d9a22befb96355fa72418a118
Bug fix
diff --git a/lvmr/lvmr.py b/lvmr/lvmr.py index 0071677..e9747ab 100644 --- a/lvmr/lvmr.py +++ b/lvmr/lvmr.py @@ -1,169 +1,168 @@ #!/usr/bin/env python2.6 # -*- coding: utf-8 -*- # ---------------------------------------------------------------------- # Copyright (c) 2010 Takeshi Kanmae # --------------------------...
tkanmae/levmar
a86034b3c90ef1dec707cd56a6f9fb357b34492c
Bug fix
diff --git a/lvmr/src/_lvmr.pyx b/lvmr/src/_lvmr.pyx index 9f59528..4ac00b9 100644 --- a/lvmr/src/_lvmr.pyx +++ b/lvmr/src/_lvmr.pyx @@ -1,628 +1,631 @@ # -*- coding: utf-8 -*- # ---------------------------------------------------------------------- # Copyright (c) 2010 Takeshi Kanmae # ----------------------------...
tkanmae/levmar
005d2020b2803344d55d05de1d1158f3f75b58e4
Directly import numpy funcs
diff --git a/lvmr/src/_lvmr.pyx b/lvmr/src/_lvmr.pyx index 408b7c0..9f59528 100644 --- a/lvmr/src/_lvmr.pyx +++ b/lvmr/src/_lvmr.pyx @@ -1,627 +1,628 @@ # -*- coding: utf-8 -*- # ---------------------------------------------------------------------- # Copyright (c) 2010 Takeshi Kanmae # ----------------------------...
tkanmae/levmar
f0df30bf7f13861ecf1cf10b529d9c8c965206bf
LMPyFunction as cdef class
diff --git a/lvmr/src/_lvmr.pyx b/lvmr/src/_lvmr.pyx index 679e2b5..408b7c0 100644 --- a/lvmr/src/_lvmr.pyx +++ b/lvmr/src/_lvmr.pyx @@ -1,606 +1,611 @@ # -*- coding: utf-8 -*- # ---------------------------------------------------------------------- # Copyright (c) 2010 Takeshi Kanmae # ----------------------------...
tkanmae/levmar
4fa250de5f420c3e218e596af8ae608306303437
Bug fix
diff --git a/lvmr/lvmr.py b/lvmr/lvmr.py index 8a015a1..0071677 100644 --- a/lvmr/lvmr.py +++ b/lvmr/lvmr.py @@ -1,168 +1,169 @@ #!/usr/bin/env python2.6 # -*- coding: utf-8 -*- # ---------------------------------------------------------------------- # Copyright (c) 2010 Takeshi Kanmae # --------------------------...
tkanmae/levmar
e2ce930920065612083c6bd07bebd204e5750327
Fix typos
diff --git a/README.rst b/README.rst index b67bcad..a62748c 100644 --- a/README.rst +++ b/README.rst @@ -1,97 +1,97 @@ ============================================== PyLVMR: A Python binding to the levmar library ============================================== PyLVMR is a Python_ binding to the levmar_ library. T...
tkanmae/levmar
227fd4135b94f9490cc04655d548d44c81bf0934
Give up verifying argument counts explicitly
diff --git a/lvmr/lvmr.py b/lvmr/lvmr.py index 6bcb1b6..b4940cd 100644 --- a/lvmr/lvmr.py +++ b/lvmr/lvmr.py @@ -1,180 +1,168 @@ #!/usr/bin/env python2.6 # -*- coding: utf-8 -*- # ---------------------------------------------------------------------- # Copyright (c) 2010 Takeshi Kanmae # --------------------------...
odrotbohm/hades-showcase
e8fb1dbe12a99f1203e31f2294fa36527e841d52
Upgraded to latest versions of Hades, Spring etc.
diff --git a/demo.txt b/demo.txt index 8e40d9d..7ea2423 100644 --- a/demo.txt +++ b/demo.txt @@ -1,58 +1,55 @@ 1. Introduction --------------- - Project structure - Spring configuration - Services +- Test cases 2. Issues --------- - Generics, simple queries, pagination (no metadata), is new?, arbitrary querie...
odrotbohm/hades-showcase
d4956be88629b3f74c8fa76cf52479de79d9851b
Generalized project packages and class names to allow reuse of the showcase in further scenarios. Added further project metadata to pom.xml.
diff --git a/pom.xml b/pom.xml index b593f71..306c6f1 100644 --- a/pom.xml +++ b/pom.xml @@ -1,109 +1,120 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> ...
odrotbohm/hades-showcase
7d6d921487f37a3dae50c20e49cf6f5832249291
* added step by step guide for demo
diff --git a/demo.txt b/demo.txt new file mode 100644 index 0000000..8e40d9d --- /dev/null +++ b/demo.txt @@ -0,0 +1,58 @@ +1. Introduction +--------------- +- Project structure +- Spring configuration +- Services + +2. Issues +--------- +- Generics, simple queries, pagination (no metadata), is new?, arbitrary queries ...
odrotbohm/hades-showcase
e32d942d5b2f3f135fc7939e3026c5fe293d99a4
* use CoreMatchers instead of Matchers to avoid dependency on hamcrest-all
diff --git a/src/test/java/org/geecon/hades/after/AccountDaoIntegrationTest.java b/src/test/java/org/geecon/hades/after/AccountDaoIntegrationTest.java index a3d14ab..b602e5b 100644 --- a/src/test/java/org/geecon/hades/after/AccountDaoIntegrationTest.java +++ b/src/test/java/org/geecon/hades/after/AccountDaoIntegrationT...
odrotbohm/hades-showcase
5a96dd35f83f4fd529174157adbf266f943ef464
* added snippets for demo to src/snippet/java and src/snippet/resources * updated pom.xml configuration to include these Java classes and resources into classpath * added exclude for snippets packages for component scanning * formatted XMl files
diff --git a/pom.xml b/pom.xml index e1b896d..b593f71 100644 --- a/pom.xml +++ b/pom.xml @@ -1,85 +1,109 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <mo...
odrotbohm/hades-showcase
0351bfdf36ba6ef7dee77462e3aa8dd0fd3cb396
Added Synyx Maven repository.
diff --git a/pom.xml b/pom.xml index 3c7022b..e1b896d 100644 --- a/pom.xml +++ b/pom.xml @@ -1,76 +1,85 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <mod...
odrotbohm/hades-showcase
6f0329cee65ae65348324b47143d49b03bc89744
Added more tests.
diff --git a/src/test/java/org/geecon/hades/after/CustomerDaoIntegrationTest.java b/src/test/java/org/geecon/hades/after/CustomerDaoIntegrationTest.java index 5fad94f..5cf2795 100644 --- a/src/test/java/org/geecon/hades/after/CustomerDaoIntegrationTest.java +++ b/src/test/java/org/geecon/hades/after/CustomerDaoIntegrat...
odrotbohm/hades-showcase
7f1843e4438ba7fb559fb46de0a44274a3b8e0c4
Better naming for test methods.
diff --git a/src/test/java/org/geecon/hades/after/AccountDaoIntegrationTest.java b/src/test/java/org/geecon/hades/after/AccountDaoIntegrationTest.java index 93b56fa..a3d14ab 100644 --- a/src/test/java/org/geecon/hades/after/AccountDaoIntegrationTest.java +++ b/src/test/java/org/geecon/hades/after/AccountDaoIntegrationT...
odrotbohm/hades-showcase
7c52719c310450a5b7396d9d9d85a1e244f25d98
Polished JavaDoc here and there.
diff --git a/src/main/java/org/geecon/hades/before/AccountService.java b/src/main/java/org/geecon/hades/before/AccountService.java index 53e4754..ed061e4 100644 --- a/src/main/java/org/geecon/hades/before/AccountService.java +++ b/src/main/java/org/geecon/hades/before/AccountService.java @@ -1,18 +1,32 @@ package org....
odrotbohm/hades-showcase
da1feeaa17dfd12bc9a4d2fdf5835a20e0561e39
Added README.
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..4b57d26 --- /dev/null +++ b/README.txt @@ -0,0 +1,4 @@ +Hades GeeCON sample +------------------- + +This is the sample app to demo Hades features at GeeCON 2010. The two main packages to take a look at are org.geecon.hades.before and org.geecon.ha...
suttree/grokitbot
888900b13d44b1ba2d9ea1761526f2bd8d9c59ff
MIT License
diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..890ff7b --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2013 Duncan Gough + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Sof...
suttree/grokitbot
8bbd8c40a4cc0e8761053412efa4511403971d7d
Initial import of GrokItBot - http://suttree.com/code/GrokItBot/
diff --git a/AIMLBayes.py b/AIMLBayes.py new file mode 100644 index 0000000..f93373d --- /dev/null +++ b/AIMLBayes.py @@ -0,0 +1,65 @@ +#!/usr/bin/env python + +from reverend.thomas import Bayes + +class AIMLBayes(Bayes): + """ + Just a wrapper around the Reverend Bayes parser. + + Duncan Gough 13/03/04 + + - U...
danielroseman/django-initd
5118226be534f3edd401af5a1c341409454c3d34
support all python versions 2.6 to 3.4+
diff --git a/.gitignore b/.gitignore index bfa6a22..91d0575 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,89 @@ # Created by .ignore support plugin (hsz.mobi) + +### Python template +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] + +# C extensions +*.so + +# Distribution / packaging +.Python +env...
danielroseman/django-initd
44a340cdd69cb6bc1eca75cd50256a49feac4d4f
add ignore and init for testing
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bfa6a22 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +# Created by .ignore support plugin (hsz.mobi) diff --git a/test/__init__.py b/test/__init__.py new file mode 100644 index 0000000..e69de29
danielroseman/django-initd
d21bd10630999e9c3ea9596f12e3b6b3c4c96ce1
line length
diff --git a/daemon_command.py b/daemon_command.py index 13e3671..152e0ba 100644 --- a/daemon_command.py +++ b/daemon_command.py @@ -1,70 +1,70 @@ from optparse import make_option import signal from django.core.management.base import NoArgsCommand from initd import Initd class DaemonCommand(NoArgsCommand): ...
danielroseman/django-initd
21767e13c7f68493476d44b6768e631830fc022a
Added '--status' option for checking the daemon's status.
diff --git a/daemon_command.py b/daemon_command.py index 0016f99..13e3671 100644 --- a/daemon_command.py +++ b/daemon_command.py @@ -1,68 +1,70 @@ from optparse import make_option import signal from django.core.management.base import NoArgsCommand from initd import Initd class DaemonCommand(NoArgsCommand): ...
danielroseman/django-initd
11261742fa0ff2d9ea583ca18bed2dbe7e4c5de1
Oops, fixed wrong namespace.
diff --git a/initd.py b/initd.py index b73ee3d..ffc4d11 100644 --- a/initd.py +++ b/initd.py @@ -1,175 +1,175 @@ """ Class to help with creation of initd scripts. Use this in conjunction with the DaemonCommand management command base class. """ from __future__ import with_statement import logging, os, signa...
danielroseman/django-initd
14ed2fc330bb68b24d6d969248780d88821a5d70
Fix for trying to stop an already stopped daemon.
diff --git a/initd.py b/initd.py index 559d0c0..b73ee3d 100644 --- a/initd.py +++ b/initd.py @@ -1,169 +1,175 @@ """ Class to help with creation of initd scripts. Use this in conjunction with the DaemonCommand management command base class. """ from __future__ import with_statement -import logging, os, signa...
danielroseman/django-initd
6f72b915824240031bebac3ab3caa12fbab6b943
Fixed args for start() call on restart().
diff --git a/initd.py b/initd.py index 029c879..559d0c0 100644 --- a/initd.py +++ b/initd.py @@ -1,169 +1,169 @@ """ Class to help with creation of initd scripts. Use this in conjunction with the DaemonCommand management command base class. """ from __future__ import with_statement import logging, os, signa...
danielroseman/django-initd
2fedd11943048a345a7e8a27b53d906ba94b8455
Check if daemon process is already running before attempting to start a new one.
diff --git a/initd.py b/initd.py index 3803822..029c879 100644 --- a/initd.py +++ b/initd.py @@ -1,155 +1,169 @@ """ Class to help with creation of initd scripts. Use this in conjunction with the DaemonCommand management command base class. """ from __future__ import with_statement import logging, os, signa...
skalnik/MATH-3012
8938c83c842eb366d07515ba1050caa288372c4b
Math HW4
diff --git a/Homework/four.pdf b/Homework/four.pdf new file mode 100644 index 0000000..c9df51c Binary files /dev/null and b/Homework/four.pdf differ diff --git a/Homework/four.tex b/Homework/four.tex new file mode 100644 index 0000000..42d25b2 --- /dev/null +++ b/Homework/four.tex @@ -0,0 +1,69 @@ +\documentclass[12pt]...
skalnik/MATH-3012
35b49f200fecf0e387873a421aa57fc3d44f80de
Fixed typer
diff --git a/Homework/three.log b/Homework/three.log index bf2982c..9d1a22e 100644 --- a/Homework/three.log +++ b/Homework/three.log @@ -1,190 +1,190 @@ -This is pdfTeXk, Version 3.1415926-1.40.9 (Web2C 7.5.7) (format=pdflatex 2010.6.14) 29 SEP 2010 20:47 +This is pdfTeXk, Version 3.1415926-1.40.9 (Web2C 7.5.7) (forma...
skalnik/MATH-3012
2eaf17ad66f6c03447e80216fcdbe367349d72f2
Finished HW3
diff --git a/Homework/three.aux b/Homework/three.aux new file mode 100644 index 0000000..f23e546 --- /dev/null +++ b/Homework/three.aux @@ -0,0 +1 @@ +\relax diff --git a/Homework/three.log b/Homework/three.log new file mode 100644 index 0000000..bf2982c --- /dev/null +++ b/Homework/three.log @@ -0,0 +1,190 @@ +This i...
skalnik/MATH-3012
9f031c5e8bb63f678edf225a8e0dfdb8dbc94068
HW2 & started HW3
diff --git a/Homework/three.tex b/Homework/three.tex new file mode 100644 index 0000000..6c41b09 --- /dev/null +++ b/Homework/three.tex @@ -0,0 +1,18 @@ +\documentclass[12pt]{article} +\usepackage{graphicx} +\usepackage{verbatim} +\usepackage{amsmath} +\title{Homework 3} +\author{Mike Skalnik} + +\providecommand{\e}[1]...
skalnik/MATH-3012
75a473fc6e1c691a07f75d8f9768c40597b22ac5
Turned in HW1
diff --git a/Homework/one.log b/Homework/one.log index 77f236c..ed60a21 100644 --- a/Homework/one.log +++ b/Homework/one.log @@ -1,195 +1,195 @@ -This is pdfTeXk, Version 3.1415926-1.40.9 (Web2C 7.5.7) (format=pdflatex 2010.6.14) 6 SEP 2010 17:38 +This is pdfTeXk, Version 3.1415926-1.40.9 (Web2C 7.5.7) (format=pdflate...
skalnik/MATH-3012
96d8dd60024c0ac107318635fa3b1e98849caf68
More work & structured rest of assignment
diff --git a/Homework/one.log b/Homework/one.log index e17f18c..77f236c 100644 --- a/Homework/one.log +++ b/Homework/one.log @@ -1,195 +1,195 @@ -This is pdfTeXk, Version 3.1415926-1.40.9 (Web2C 7.5.7) (format=pdflatex 2010.6.14) 6 SEP 2010 16:16 +This is pdfTeXk, Version 3.1415926-1.40.9 (Web2C 7.5.7) (format=pdflate...
skalnik/MATH-3012
6fdde9b431ba4d748ec9a73e14751c5f597fc060
Defined command for skipping problems
diff --git a/Homework/one.tex b/Homework/one.tex index f364494..088ef13 100644 --- a/Homework/one.tex +++ b/Homework/one.tex @@ -1,56 +1,57 @@ \documentclass[12pt]{article} \usepackage{graphicx} \usepackage{verbatim} \usepackage{amsmath} \title{Homework 1} \author{Mike Skalnik} \providecommand{\e}[1]{\ensurema...
skalnik/MATH-3012
46dd4785e3a789ead98519e15e5cb1af85b1295b
Can't share the book. Copyright fail :(
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8419d49 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +Book.pdf
skalnik/MATH-3012
6afeb2a9a1081961ecd7d4f6d49f16b66c691500
Started on Homework 1
diff --git a/Homework/one.aux b/Homework/one.aux new file mode 100644 index 0000000..f23e546 --- /dev/null +++ b/Homework/one.aux @@ -0,0 +1 @@ +\relax diff --git a/Homework/one.log b/Homework/one.log new file mode 100644 index 0000000..e17f18c --- /dev/null +++ b/Homework/one.log @@ -0,0 +1,195 @@ +This is pdfTeXk, V...
prophile/crisscross
1882aff64193627b58258861fb5b240e643254c1
Mostly removed use of static for internal function linkage, replacing it with anonymous namespaces.
diff --git a/source/core_network.cpp b/source/core_network.cpp index 77ac435..18401f3 100644 --- a/source/core_network.cpp +++ b/source/core_network.cpp @@ -1,79 +1,82 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of Uplink Laboratories. * * (c) 2006-2009 Steven Noonan....
prophile/crisscross
99e9bd75105de2c5bfe77ac157b286d398af7fdf
platform_detect: don't assume NDS firmware too quickly
diff --git a/source/crisscross/platform_detect.h b/source/crisscross/platform_detect.h index 6a5abac..0048583 100644 --- a/source/crisscross/platform_detect.h +++ b/source/crisscross/platform_detect.h @@ -1,265 +1,265 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of Uplink La...
prophile/crisscross
3d252ba6ea378239b63fb223ea40640835dd9e3d
zombiehunter: add missing includes
diff --git a/source/zombiehunter.cpp b/source/zombiehunter.cpp index b4b9af8..4164ddc 100644 --- a/source/zombiehunter.cpp +++ b/source/zombiehunter.cpp @@ -1,103 +1,107 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of Uplink Laboratories. * * (c) 2006-2009 Steven Noona...
prophile/crisscross
196fe2e4371bb0af6b7dc1d4ca4a4cf1dc835bd1
zombiehunter: a forked child process waiter
diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 104f182..bc4ad99 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -1,20 +1,20 @@ if(WIN32 AND NOT CYGWIN) add_custom_command( OUTPUT ${CrissCross_BINARY_DIR}/source/crisscross/build_number.h COMMAND "${CrissCross_SOURCE_DIR}/tools/g...
prophile/crisscross
9377172e9069d666446c2bed71e57f6eaf438508
buildnumber: now allows any type of suffix ('rc', 'a', 'b', etc)
diff --git a/tools/gen_buildnum_h.sh b/tools/gen_buildnum_h.sh index d6f4a71..87556a4 100755 --- a/tools/gen_buildnum_h.sh +++ b/tools/gen_buildnum_h.sh @@ -1,113 +1,116 @@ #!/usr/bin/env bash if [ -f ~/.bashrc ]; then source ~/.bashrc fi SCRIPTPATH="$(echo $0 | rev | cut -d '/' -f2,3,4,5,6,7,8,9,10,11,12,13 ...
prophile/crisscross
2e72a4b894a567248ba2cca03d8fa4a2c6b04cb8
added cc_newstr, similar to cc_strdup except uses new [] instead of malloc
diff --git a/source/crisscross/universal_include.h b/source/crisscross/universal_include.h index d3860d4..d4411bd 100644 --- a/source/crisscross/universal_include.h +++ b/source/crisscross/universal_include.h @@ -1,469 +1,479 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of U...
prophile/crisscross
8dcdad7d7a4277064d415034761685ca86926377
darray: fix Tosser I compatibility for PutData
diff --git a/source/crisscross/darray.h b/source/crisscross/darray.h index 277e805..6cf9b96 100644 --- a/source/crisscross/darray.h +++ b/source/crisscross/darray.h @@ -1,311 +1,311 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of Uplink Laboratories. * * (c) 2006-2009 ...
prophile/crisscross
46f92c3636928deb3d2158f680717c42a0f8fb6d
warnings: clean up all VC++ warnings
diff --git a/source/core_socket.cpp b/source/core_socket.cpp index 0e26bcb..61c0bc8 100644 --- a/source/core_socket.cpp +++ b/source/core_socket.cpp @@ -1,368 +1,368 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of Uplink Laboratories. * * (c) 2006-2009 Steven Noonan. ...
prophile/crisscross
efed824dde1ec8b7cbfe8eaa7398196dc11dc280
profiler/hashtable: eliminate warnings, use size_t on sortinghashtable
diff --git a/source/crisscross/hashtable.cpp b/source/crisscross/hashtable.cpp index 74d3ecb..bd785f4 100644 --- a/source/crisscross/hashtable.cpp +++ b/source/crisscross/hashtable.cpp @@ -1,356 +1,356 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of Uplink Laboratories. * ...
prophile/crisscross
f183d1f7aa862e4760c0d84df25bf19380e78fdb
core_io_reader: fix for ICC on Windows
diff --git a/source/core_io_reader.cpp b/source/core_io_reader.cpp index cd739e3..2d11e3e 100644 --- a/source/core_io_reader.cpp +++ b/source/core_io_reader.cpp @@ -1,289 +1,292 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of Uplink Laboratories. * * (c) 2006-2009 Stev...
prophile/crisscross
f4e6ee7fb2f6596d338fe2271fc561234ed20421
vs200{5,8}: add x64 target
diff --git a/targets/vs2005/CrissCross.sln b/targets/vs2005/CrissCross.sln index 9d6c430..8075ba7 100755 --- a/targets/vs2005/CrissCross.sln +++ b/targets/vs2005/CrissCross.sln @@ -1,20 +1,26 @@  Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005 Project("{8BC9CEB8-8B4A-11D0-8D11-...
prophile/crisscross
ec7ae600a5044fda910d9b607ba8d59c04077f12
platform_detect: properly detect 64-bit CPU on Windows
diff --git a/source/crisscross/platform_detect.h b/source/crisscross/platform_detect.h index 7c3b0a7..6a5abac 100644 --- a/source/crisscross/platform_detect.h +++ b/source/crisscross/platform_detect.h @@ -1,265 +1,265 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of Uplink La...
prophile/crisscross
b9d452f33d63217a935fef147012e58157891722
CMakeLists.txt: add rdynamic only on non-Apple OSes
diff --git a/CMakeLists.txt b/CMakeLists.txt index 421ac17..b506530 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,182 +1,185 @@ cmake_minimum_required (VERSION 2.4) if(COMMAND cmake_policy) cmake_policy(VERSION 2.6) endif(COMMAND cmake_policy) project (CrissCross) set(CMAKE_BUILD_TYPE CrissCrossDef...
prophile/crisscross
3afa04c52a6f528c592214f2ea43a6a44adeeda1
universal_include.cpp: add the static initializer
diff --git a/source/universal_include.cpp b/source/universal_include.cpp index 9d1dbd9..70c103a 100644 --- a/source/universal_include.cpp +++ b/source/universal_include.cpp @@ -1,335 +1,338 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of Uplink Laboratories. * * (c) 20...
prophile/crisscross
d834002722f74b79b36158bf368b1b479a4fd604
entry point: add option to disable it
diff --git a/source/crisscross/universal_include.h b/source/crisscross/universal_include.h index 7dbd36e..5df7374 100644 --- a/source/crisscross/universal_include.h +++ b/source/crisscross/universal_include.h @@ -1,449 +1,453 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of U...
prophile/crisscross
7f912936eca51ef5a060277f915579624f058441
gen_buildnum_h.sh: fix version info for old Git versions
diff --git a/tools/gen_buildnum_h.sh b/tools/gen_buildnum_h.sh index 05285fb..d6f4a71 100755 --- a/tools/gen_buildnum_h.sh +++ b/tools/gen_buildnum_h.sh @@ -1,115 +1,113 @@ #!/usr/bin/env bash if [ -f ~/.bashrc ]; then source ~/.bashrc fi SCRIPTPATH="$(echo $0 | rev | cut -d '/' -f2,3,4,5,6,7,8,9,10,11,12,13 ...
prophile/crisscross
684f5f5db4d8808b4ae691e208ef95524e692c01
treebenchmark: eliminate some warnings on some versions of GCC
diff --git a/examples/TreeBenchmark/main.cpp b/examples/TreeBenchmark/main.cpp index a142325..fea03b9 100644 --- a/examples/TreeBenchmark/main.cpp +++ b/examples/TreeBenchmark/main.cpp @@ -1,201 +1,201 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of IO.IN Research. * * ...
prophile/crisscross
2725f7d81feb1c6412cab8bb326c6cb6ebb25c6c
avltree: fix invalid return value
diff --git a/source/crisscross/avltree.cpp b/source/crisscross/avltree.cpp index 26d6d80..c7f5ef9 100644 --- a/source/crisscross/avltree.cpp +++ b/source/crisscross/avltree.cpp @@ -125,591 +125,591 @@ namespace CrissCross } template <class Key, class Data> #ifndef TARGET_COMPILER_BORLAND typename AVLTree<...
prophile/crisscross
6b4b02fcb1c7a32ad31713d63c1029f153492b90
gitignore: ignoring Borland junk files and Windows output files
diff --git a/.gitignore b/.gitignore index ae6826f..d889fc4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,14 @@ CMakeCache.txt CMakeFiles cmake_install.cmake Makefile *~ *.DS_Store + +# Windows outputs +*.exe +*.lib + +# Borland junk files +*.@@@ +*.tds
prophile/crisscross
e9b9556176b6fc9b70f6eb2bc3d4cd87a5332324
universal_include: correct usage of find() api
diff --git a/source/universal_include.cpp b/source/universal_include.cpp index 3429693..4cfbe40 100644 --- a/source/universal_include.cpp +++ b/source/universal_include.cpp @@ -1,316 +1,314 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of Uplink Laboratories. * * (c) 20...
prophile/crisscross
08bf715c206ddb76d7ed1612a7b5c4cc1f2ed9a2
profiler: kill the double-to-float warnings
diff --git a/source/profiler.cpp b/source/profiler.cpp index af014d5..163e28b 100644 --- a/source/profiler.cpp +++ b/source/profiler.cpp @@ -1,276 +1,276 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of Uplink Laboratories. * * (c) 2006-2009 Steven Noonan. * License...
prophile/crisscross
52c24ffb7aac36b1875ea9c204fc5a3f6faed719
all classes: assert(this) in all function calls
diff --git a/source/console.cpp b/source/console.cpp index c6825f4..a80f5da 100644 --- a/source/console.cpp +++ b/source/console.cpp @@ -1,395 +1,402 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of Uplink Laboratories. * * (c) 2006-2009 Steven Noonan. * Licensed un...
prophile/crisscross
570c5a9c3498179491a8bcc70f9165b0c5311fff
file headers: fix CrissCross copyright headers
diff --git a/source/filesystem.cpp b/source/filesystem.cpp index 860d49a..323b4fd 100644 --- a/source/filesystem.cpp +++ b/source/filesystem.cpp @@ -1,118 +1,118 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of Uplink Laboratories. * - * (c) 2006-2008 Steven Noonan. + * ...
prophile/crisscross
fc21d420bd45f0049db3699796b97138466bd799
versioning: improve ccache hit rate by making version info dynamic
diff --git a/TestSuite/main.cpp b/TestSuite/main.cpp index 702e80c..e4c5248 100644 --- a/TestSuite/main.cpp +++ b/TestSuite/main.cpp @@ -1,144 +1,144 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of IO.IN Research. * * (c) 2006-2008 Steven Noonan. * Licensed under t...
prophile/crisscross
e826b4e1d107774cd338842790b392c9d3fc1f37
vs200*: use the helper generator
diff --git a/targets/vs2005/CrissCross.vcproj b/targets/vs2005/CrissCross.vcproj index 028a82f..5f32bfa 100755 --- a/targets/vs2005/CrissCross.vcproj +++ b/targets/vs2005/CrissCross.vcproj @@ -1,607 +1,607 @@ <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="8...
prophile/crisscross
6e47a3f8f90c98fd5b8835c8a3b2bf753b7d58f9
vs2008: fix target to use new build number generator
diff --git a/targets/vs2008/CrissCross.vcproj b/targets/vs2008/CrissCross.vcproj index 5d3d745..95e3333 100755 --- a/targets/vs2008/CrissCross.vcproj +++ b/targets/vs2008/CrissCross.vcproj @@ -1,613 +1,629 @@ <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="9...
prophile/crisscross
44a2c1e9a3ff8ddfba2a8a7f00664c45cbff945c
CMakeLists.txt: add /usr/local/include to include paths
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ebb7e6..421ac17 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,182 +1,182 @@ cmake_minimum_required (VERSION 2.4) if(COMMAND cmake_policy) cmake_policy(VERSION 2.6) endif(COMMAND cmake_policy) project (CrissCross) set(CMAKE_BUILD_TYPE CrissCrossDef...
prophile/crisscross
c789166f33cb77d36e983890e08c977ff5b3abac
gen_buildnum_h.sh: fix interpreter path
diff --git a/tools/gen_buildnum_h.sh b/tools/gen_buildnum_h.sh index 180c9ba..05285fb 100755 --- a/tools/gen_buildnum_h.sh +++ b/tools/gen_buildnum_h.sh @@ -1,115 +1,115 @@ -#!/bin/bash +#!/usr/bin/env bash if [ -f ~/.bashrc ]; then source ~/.bashrc fi SCRIPTPATH="$(echo $0 | rev | cut -d '/' -f2,3,4,5,6,7,8,9...
prophile/crisscross
ef17cc4c34f02ac727c0d0672f0f60b6021b826b
quicksort: fix compiler error re: namespacing
diff --git a/source/crisscross/quicksort.h b/source/crisscross/quicksort.h index 2c21b34..ec550ea 100644 --- a/source/crisscross/quicksort.h +++ b/source/crisscross/quicksort.h @@ -1,114 +1,114 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of Uplink Laboratories. * * (c...
prophile/crisscross
24eff1fc329bfade8f2e2d070dae330edc00d942
gen_buildnum_h_helper.cmd: fix for when CrissCross isn't the main project
diff --git a/tools/gen_buildnum_h_helper.cmd b/tools/gen_buildnum_h_helper.cmd index 037f2af..f4c4aab 100755 --- a/tools/gen_buildnum_h_helper.cmd +++ b/tools/gen_buildnum_h_helper.cmd @@ -1,4 +1,3 @@ @echo off set PATH=C:\cygwin\bin;%PATH% -cd "%1" -bash.exe tools/gen_buildnum_h.sh source/crisscross/build_number....
prophile/crisscross
08893944ce598467431994c861b9bf8094af7a9f
SortBenchmark: remove obsolete bubblesort tests
diff --git a/examples/SortBenchmark/main.cpp b/examples/SortBenchmark/main.cpp index d69fffd..a58cb5a 100644 --- a/examples/SortBenchmark/main.cpp +++ b/examples/SortBenchmark/main.cpp @@ -1,146 +1,140 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of IO.IN Research. * * ...
prophile/crisscross
acb16f3387985e50bc037bdc641cf05270a6a9f6
STLTree: disable on MSVC, since MSVC is retarded
diff --git a/TestSuite/main.cpp b/TestSuite/main.cpp index fce2a68..2853373 100644 --- a/TestSuite/main.cpp +++ b/TestSuite/main.cpp @@ -1,139 +1,141 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of IO.IN Research. * * (c) 2006-2008 Steven Noonan. * Licensed under t...
prophile/crisscross
332ea429a798022c27ce884ffeb68c85fa718dd4
quicksort: use RandomNumber instead of lrand48
diff --git a/source/crisscross/quicksort.h b/source/crisscross/quicksort.h index 45440b7..2c21b34 100644 --- a/source/crisscross/quicksort.h +++ b/source/crisscross/quicksort.h @@ -1,113 +1,114 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of Uplink Laboratories. * * (c...
prophile/crisscross
82ecd75896a450009554fc07b536ee342e5c1447
gen_buildnum_h.sh: fix output redirections
diff --git a/tools/gen_buildnum_h.sh b/tools/gen_buildnum_h.sh index db70859..180c9ba 100755 --- a/tools/gen_buildnum_h.sh +++ b/tools/gen_buildnum_h.sh @@ -1,115 +1,115 @@ #!/bin/bash if [ -f ~/.bashrc ]; then source ~/.bashrc fi SCRIPTPATH="$(echo $0 | rev | cut -d '/' -f2,3,4,5,6,7,8,9,10,11,12,13 | rev)" ...
prophile/crisscross
cc398513626fb2049aa39d19bf642306f8e809d3
msvc: added profiler sources to project
diff --git a/targets/vs2005/CrissCross.vcproj b/targets/vs2005/CrissCross.vcproj index 897d1ce..028a82f 100755 --- a/targets/vs2005/CrissCross.vcproj +++ b/targets/vs2005/CrissCross.vcproj @@ -1,621 +1,629 @@ <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="8...
prophile/crisscross
bb8fa648e23b2feae547bb59870f312c91c8d38d
gen_buildnum_h.sh: rc check was broken, corrected
diff --git a/tools/gen_buildnum_h.sh b/tools/gen_buildnum_h.sh index 8c0e941..db70859 100755 --- a/tools/gen_buildnum_h.sh +++ b/tools/gen_buildnum_h.sh @@ -1,114 +1,115 @@ #!/bin/bash if [ -f ~/.bashrc ]; then source ~/.bashrc fi SCRIPTPATH="$(echo $0 | rev | cut -d '/' -f2,3,4,5,6,7,8,9,10,11,12,13 | rev)" ...
prophile/crisscross
f232c321548878f14b6f93d697e0511e5f41493e
gen_buildnum_h.sh: now checks if the revision has an 'rc' in it
diff --git a/tools/gen_buildnum_h.sh b/tools/gen_buildnum_h.sh index 7ce67bb..8c0e941 100755 --- a/tools/gen_buildnum_h.sh +++ b/tools/gen_buildnum_h.sh @@ -1,99 +1,114 @@ #!/bin/bash if [ -f ~/.bashrc ]; then source ~/.bashrc fi SCRIPTPATH="$(echo $0 | rev | cut -d '/' -f2,3,4,5,6,7,8,9,10,11,12,13 | rev)" ...
prophile/crisscross
7e0064c3c8048ddb6ad348338c867aae46fa9e99
gen_buildnum_h.sh: now detects versions of git which don't have 'git describe --long'
diff --git a/tools/gen_buildnum_h.sh b/tools/gen_buildnum_h.sh index d2c2d47..7ce67bb 100755 --- a/tools/gen_buildnum_h.sh +++ b/tools/gen_buildnum_h.sh @@ -1,94 +1,99 @@ #!/bin/bash if [ -f ~/.bashrc ]; then source ~/.bashrc fi SCRIPTPATH="$(echo $0 | rev | cut -d '/' -f2,3,4,5,6,7,8,9,10,11,12,13 | rev)" R...
prophile/crisscross
ed28044b2cfb2aa56e93cdae6569135e5168db46
gen_buildnum_h.sh: fix script path search
diff --git a/tools/gen_buildnum_h.sh b/tools/gen_buildnum_h.sh index e75c5ce..d2c2d47 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)" +SCRIPTPATH...
prophile/crisscross
f76ab4ff71a7c813bc6eeb9736c39af7ca7f6c39
hashtable: fix warnings
diff --git a/source/crisscross/hashtable.h b/source/crisscross/hashtable.h index 0ef5f45..881b8a5 100644 --- a/source/crisscross/hashtable.h +++ b/source/crisscross/hashtable.h @@ -1,217 +1,217 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of Uplink Laboratories. * * (c...
prophile/crisscross
377a89c5b28c28f4851a61e49717654d1578ff03
profiler: check if OpenGL support is enabled
diff --git a/source/crisscross/universal_include.h b/source/crisscross/universal_include.h index 6fba679..3d86634 100644 --- a/source/crisscross/universal_include.h +++ b/source/crisscross/universal_include.h @@ -1,450 +1,451 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of U...
prophile/crisscross
90eec495246db731b9a732efd55475c56a4d488e
quadtree: rewritten
diff --git a/source/crisscross/quadtree.h b/source/crisscross/quadtree.h index 30a5f3a..7507422 100644 --- a/source/crisscross/quadtree.h +++ b/source/crisscross/quadtree.h @@ -1,328 +1,296 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of Uplink Laboratories. * * (c) 20...
prophile/crisscross
acd451063195bca453013f486a6a5c9c9c27e6a8
quadtree: re-fix deletion
diff --git a/source/crisscross/quadtree.h b/source/crisscross/quadtree.h index 3954d77..30a5f3a 100644 --- a/source/crisscross/quadtree.h +++ b/source/crisscross/quadtree.h @@ -1,329 +1,328 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of Uplink Laboratories. * * (c) 20...
prophile/crisscross
8af4b728730108ad862fe57adaeafc7ac835c4c8
quadtree: fix deletion routine
diff --git a/source/crisscross/quadtree.h b/source/crisscross/quadtree.h index d3e232e..3954d77 100644 --- a/source/crisscross/quadtree.h +++ b/source/crisscross/quadtree.h @@ -1,327 +1,329 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of Uplink Laboratories. * * (c) 20...
prophile/crisscross
bc480c494bc2d219d6a971eb05c94da99ed5fcb9
HashTable: remove superfluous comparison
diff --git a/source/crisscross/hashtable.cpp b/source/crisscross/hashtable.cpp index 0dcb055..74d3ecb 100644 --- a/source/crisscross/hashtable.cpp +++ b/source/crisscross/hashtable.cpp @@ -1,358 +1,356 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of Uplink Laboratories. * ...
prophile/crisscross
aa8840952a098d5c53750bc035e90d2d58de014c
HashTable: using ints instead of size_t and fixing insert to return int
diff --git a/source/crisscross/hashtable.cpp b/source/crisscross/hashtable.cpp index e006a00..0dcb055 100644 --- a/source/crisscross/hashtable.cpp +++ b/source/crisscross/hashtable.cpp @@ -1,358 +1,358 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of Uplink Laboratories. * ...
prophile/crisscross
b4ffffe155f1d3799d2d43378836516cc6f3a62c
profiler: initialize some previously uninitialized variables
diff --git a/source/profiler.cpp b/source/profiler.cpp index 64de41e..2a5b2d7 100644 --- a/source/profiler.cpp +++ b/source/profiler.cpp @@ -1,250 +1,251 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of Uplink Laboratories. * * (c) 2006-2009 Steven Noonan. * License...
prophile/crisscross
be24eb8662939d5c3795b799b301c394c7bd38d4
profiler: fix miscellaneous compilation warnings
diff --git a/source/profiler.cpp b/source/profiler.cpp index 448c402..64de41e 100644 --- a/source/profiler.cpp +++ b/source/profiler.cpp @@ -1,250 +1,250 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of Uplink Laboratories. * * (c) 2006-2009 Steven Noonan. * License...
prophile/crisscross
e040ffc66a1c986e844b1208c55b787533c5022d
sorting_hash_table: fix miscellaneous memory violations
diff --git a/source/crisscross/hashtable.cpp b/source/crisscross/hashtable.cpp index ab7c4b6..e006a00 100644 --- a/source/crisscross/hashtable.cpp +++ b/source/crisscross/hashtable.cpp @@ -1,356 +1,358 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of Uplink Laboratories. * ...
prophile/crisscross
7692994ff2e25e12101bb7130cdbf4568ea7cac1
gitignore: ignore TestSuite outputs
diff --git a/TestSuite/.gitignore b/TestSuite/.gitignore index 703a930..91429b0 100644 --- a/TestSuite/.gitignore +++ b/TestSuite/.gitignore @@ -1,7 +1,8 @@ CMakeCache.txt CMakeFiles cmake_install.cmake Makefile *.a *.h.gch TestSuite +build diff --git a/TestSuite/TestSuite.xcodeproj/.gitignore b/TestSuite/TestSu...
prophile/crisscross
6f4fae5f7a00e0fda0460f800af658a620724dc3
profiler: now with improved precision and Defcon support
diff --git a/source/crisscross/profiler.h b/source/crisscross/profiler.h index 1ebf434..842ca43 100644 --- a/source/crisscross/profiler.h +++ b/source/crisscross/profiler.h @@ -1,118 +1,129 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of Uplink Laboratories. * * (c) 20...
prophile/crisscross
9c161d59fae97b2945da62c04b5f9056b551fbfb
profiler: remove old TODO
diff --git a/source/profiler.cpp b/source/profiler.cpp index 23bed23..b4347ae 100644 --- a/source/profiler.cpp +++ b/source/profiler.cpp @@ -1,231 +1,229 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of Uplink Laboratories. * * (c) 2006-2009 Steven Noonan. * License...
prophile/crisscross
9ec3ee4af80ceb8827a91682358cf8c855c3d39b
profiler: add glFinish support for OpenGL profiling
diff --git a/source/crisscross/profiler.h b/source/crisscross/profiler.h index 2c27d6d..1ebf434 100644 --- a/source/crisscross/profiler.h +++ b/source/crisscross/profiler.h @@ -1,112 +1,118 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of Uplink Laboratories. * * (c) 20...
prophile/crisscross
ac03ad2c809b249b143df5ddf8fca3b9ba8d41f5
profiler: added to xcodeproj and fixed concurrency issues
diff --git a/source/crisscross/profiler.h b/source/crisscross/profiler.h index 3745602..2c27d6d 100644 --- a/source/crisscross/profiler.h +++ b/source/crisscross/profiler.h @@ -1,101 +1,112 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of Uplink Laboratories. * * (c) 20...
prophile/crisscross
758198c03d03584325d18c9da22de8f57033edd2
system: make timer related variables static
diff --git a/source/system.cpp b/source/system.cpp index 6b449e3..ca350e4 100644 --- a/source/system.cpp +++ b/source/system.cpp @@ -1,160 +1,160 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of Uplink Laboratories. * * (c) 2006-2009 Steven Noonan. * Licensed under ...
prophile/crisscross
cfb6e631f47a7123a1c837ec17bee55f0143f8bb
crisscross.h: remove useless ifdefs and add profiler.h
diff --git a/source/crisscross/crisscross.h b/source/crisscross/crisscross.h index cf29a56..4364ea1 100644 --- a/source/crisscross/crisscross.h +++ b/source/crisscross/crisscross.h @@ -1,57 +1,54 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of Uplink Laboratories. * * ...
prophile/crisscross
aa47745df1e487fb890d915b7efa361106c4a9ec
profiler: added a performance profiler, mainly for game profiling
diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 589c178..104f182 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -1,20 +1,20 @@ if(WIN32 AND NOT CYGWIN) add_custom_command( OUTPUT ${CrissCross_BINARY_DIR}/source/crisscross/build_number.h COMMAND "${CrissCross_SOURCE_DIR}/tools/g...
prophile/crisscross
d1efde7c8fcb8635a1eebc9ab92c28f2c326d55f
hashtable: fix return values for bool erase() functions
diff --git a/source/crisscross/hashtable.cpp b/source/crisscross/hashtable.cpp index 14a2a3b..ab7c4b6 100644 --- a/source/crisscross/hashtable.cpp +++ b/source/crisscross/hashtable.cpp @@ -1,351 +1,356 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of Uplink Laboratories. * ...
prophile/crisscross
387a0772d2abc2213f03a79f3d8415680cf54806
HashTable: added SortingHashTable for Darwinia
diff --git a/source/crisscross/hashtable.cpp b/source/crisscross/hashtable.cpp index 4b4f460..14a2a3b 100644 --- a/source/crisscross/hashtable.cpp +++ b/source/crisscross/hashtable.cpp @@ -1,176 +1,351 @@ /* * CrissCross * A multi-purpose cross-platform library. * * A product of Uplink Laboratories. * ...