-
Notifications
You must be signed in to change notification settings - Fork 6
/
ChangeLog.txt
65 lines (49 loc) · 1.71 KB
/
ChangeLog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Sconsx 0.7.0
------------
**revision 1762**
- Update to scons 1.2
- Switch BoolOption, EnumOption to BoolVariable, EnumVariable, ... to use scons 1.2)
- Add Sphinx documentation in ./doc and update the setup.cfg accordingly
SconsX 0.6.2
------------
**revision 1575**
- fix API documentation to remove epydoc warnings
- add MAC OS X support
SconsX 0.4.8
------------
- Change SharedLibrary by LoadableModule to build extension library on Mac OS X.
SconsX 0.4.7
------------
- Enhance MinGW tool to support newer version of SCons (>0.98)
- Add ALEASolution function to simplify SConstruct in most cases.
This function build an environment based on an option object and a set of tools.
SconsX 0.4.6
------------
- Improve Visual C++ 2005 support by embedding generated manifest into dll/prog.
- Add 'num_jobs' options support
SconsX 0.4.5
------------
- Local tool can be created into project/sconsx_ext/
SconsX 0.4.2
------------
- Add egglib tool to retrieve binary egg compilation info (include and lib).
- Modify qt4, qhull, boost, bison, flex tools to work with eggs.
- Minor bug fix (qt4)
SconsX 0.4.0
------------
- Improve qt support
- Improve Mingw support
- Change default build_prefix
- Fix some bug with scons 0.97
SConsX 0.3.0
------------
- Add ALEAGlob and ALEAGlobDir methods to the environment.
For instance, cpp files can be found by env.ALEAGlob('\*.cpp',dir='.')
- Enhance default settings on Windows and Linux mainly for qt and OpenGL.
- Improve windows support, mainly for Visual C++ 2005.
SConsX 0.2.0
------------
- Add high-level functions such as:
- ALEALibrary
- ALEAProgram and ALEAIncludes that build and install stuff independently of the platform.
- Add support for MinGW and Visual on Windows.