Directory scons/

Directory Created:
2007-12-12 10:56
Total Files:
11
Deleted Files:
0
Lines of Code:
1909

[root]/scons

Lines of Code

scons/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 48 (100.0%) 2054 (100.0%) 42.7
kazzmir 41 (85.4%) 1939 (94.4%) 47.2
juvinious 7 (14.6%) 115 (5.6%) 16.4

Most Recent Commits

kazzmir 2014-02-18 23:17 Rev.: 8202

check for allegro 5.1

26 lines of code changed in 1 file:

  • scons: checks.py (+26 -5)
juvinious 2014-01-18 05:26 Rev.: 8181

Revert checks.py.

0 lines of code changed in 1 file:

  • scons: checks.py (-2)
juvinious 2014-01-18 05:23 Rev.: 8180

Removed missile defend project.

2 lines of code changed in 1 file:

  • scons: checks.py (+2)
kazzmir 2014-01-14 20:00 Rev.: 8172

fix namespace

2 lines of code changed in 1 file:

  • scons: checks.py (+2 -2)
kazzmir 2013-12-24 21:49 Rev.: 8060

set scons -j from within the scons script instead of invoking cores.py from make

23 lines of code changed in 1 file:

  • scons: utils.py (+23)
kazzmir 2013-07-21 19:44 Rev.: 7972

dont leak the reference count during convert(). fix pthreads for sdl

7 lines of code changed in 2 files:

  • scons: checks.py (+4 -1), utils.py (+3 -1)
kazzmir 2013-07-19 13:56 Rev.: 7970

use correct function to check for a5

16 lines of code changed in 1 file:

  • scons: utils.py (+16 -1)
juvinious 2013-07-04 18:40 Rev.: 7962

Use env.Action instead.

1 lines of code changed in 1 file:

  • scons: checks.py (+1 -1)
kazzmir 2013-06-11 22:00 Rev.: 7942

move more checks

190 lines of code changed in 1 file:

  • scons: checks.py (+190)
kazzmir 2013-06-07 15:32 Rev.: 7941

move more checks

282 lines of code changed in 2 files:

  • scons: checks.py (+231), utils.py (+51 -6)
kazzmir 2013-06-07 14:52 Rev.: 7940

start to move checks to a new module

96 lines of code changed in 1 file:

  • scons: checks.py (new 96)
juvinious 2013-06-06 10:35 Rev.: 7938

Add __init__.py to scons directory to facilitate packages.

0 lines of code changed in 1 file:

  • scons: __init__.py (new)
kazzmir 2013-05-08 15:33 Rev.: 7909

find the actual file

3 lines of code changed in 1 file:

  • scons: helpers.py (+3)
kazzmir 2012-08-17 16:30 Rev.: 7432

build universal binary for osx

7 lines of code changed in 1 file:

  • scons: osx.py (+7 -1)
kazzmir 2012-08-17 15:25 Rev.: 7431

add rest of static libraries for osx

178 lines of code changed in 1 file:

  • scons: osx.py (+178 -3)
kazzmir 2012-08-17 14:22 Rev.: 7430

find static ogg

65 lines of code changed in 3 files:

  • scons: osx.py (+54 -2), unix.py (+1 -1), utils.py (+10 -8)
kazzmir 2012-08-16 23:46 Rev.: 7428

create an scons environment for osx

158 lines of code changed in 4 files:

  • scons: main.py (+30 -7), osx.py (new 69), unix.py (+7 -48), utils.py (+52)
kazzmir 2012-07-25 08:43 Rev.: 7403

add cmake module for 7z

1 lines of code changed in 1 file:

  • scons: helpers.py (+1 -1)
kazzmir 2012-03-04 10:59 Rev.: 7108

add working wii and non-working xbox360 build scripts

166 lines of code changed in 5 files:

  • scons: main.py (+6), unix.py (+3 -1), utils.py (+22), wii.py (new 64), xbox360.py (new 71)
kazzmir 2012-03-04 09:43 Rev.: 7107

add llvm and sdl/a4/a5 switches to new build system for unix

250 lines of code changed in 3 files:

  • scons: main.py (+1 -1), unix.py (+209 -6), utils.py (+40)
kazzmir 2011-12-18 11:50 Rev.: 6687

read util source from the CMakeLists.txt file

24 lines of code changed in 1 file:

  • scons: helpers.py (+24 -6)
kazzmir 2011-10-24 22:12 Rev.: 6446

start to move over ps3 scons stuff

77 lines of code changed in 1 file:

  • scons: ps3.py (new 77)
kazzmir 2011-10-16 12:38 Rev.: 6394

start new main scons script. hack the unix module to work

127 lines of code changed in 3 files:

  • scons: main.py (new 23), unix.py (+73 -2), utils.py (+31)
juvinious 2011-09-26 08:45 Rev.: 6290

Add frameworks.

6 lines of code changed in 1 file:

  • scons: iphone.py (+6 -6)
juvinious 2011-09-26 07:02 Rev.: 6289

Complete phone build environment.

88 lines of code changed in 1 file:

  • scons: iphone.py (+88 -19)
kazzmir 2011-09-23 11:59 Rev.: 6253

use proper install path on iphone. dont die if the current game cant be read from the configuration

1 lines of code changed in 1 file:

  • scons: iphone.py (+1 -1)
kazzmir 2011-09-22 22:04 Rev.: 6247

[iphone] fix up paths

2 lines of code changed in 1 file:

  • scons: iphone.py (+2 -4)
kazzmir 2011-09-21 08:44 Rev.: 6236

[iphone] link in the rest of the addons and freetype

5 lines of code changed in 1 file:

  • scons: iphone.py (+5 -3)
kazzmir 2011-09-20 23:08 Rev.: 6235

[iphone] add all the frameworks

13 lines of code changed in 1 file:

  • scons: iphone.py (+13 -6)
kazzmir 2011-09-20 21:45 Rev.: 6234

start an iphone build

138 lines of code changed in 1 file:

  • scons: iphone.py (new 138)
kazzmir 2011-07-11 21:54 Rev.: 5735

start to refactor scons build system

82 lines of code changed in 2 files:

  • scons: unix.py (new 30), utils.py (new 52)
juvinious 2007-12-12 10:56 Rev.: 841

Updated scons to share file list from cmake

18 lines of code changed in 1 file:

  • scons: helpers.py (new 18)
Generated by StatSVN 0.7.0