root/trunk/thune/config.t

Revision 550, 0.6 kB (checked in by krobillard, 7 weeks ago)

Thune:

  • 8-bit string encoding is now Latin-1.
  • Now using WELL512a generator for random numbers.
  • Added hash-map datatype. List datatype can now be disabled in config.
  • Added project-point, remap.
  • Unique & fill now handle vector!.
  • File port 'read now retuns none when end of file reached.

Thune-GL:

  • Added draw-prog! & vertex-buffer! datatypes.
  • Display now accepts /fullscreen option.
  • Added particle-sim dialect.
Line 
1; Thune Configuration
2
3[x] bzip2    "Include bzip2 compress/decompress calls"
4[x] trig     "Include trigonometric math calls"
5[x] math3d   "Include vector & matrix math calls"
6             enable [trig fcalc]
7[x] macros   "Reader macros"
8[x] net      "Socket port"
9[x] fcalc    "Floating point calculator"
10
11[x] dataflow "Component! datatype for dataflow programming"
12[x] list     "Include 'list datatype"
13[x] hashmap  "Include 'hash-map datatype"
14[ ] dt-code  "Include 'code datatype"
15
16[ ] threads  "CPU Threads"
17[ ] emh      "Debugger Hooks"
18
19;[ ] uds      "Library with datatype & gc system only - no eval"
20;             disable [bzip2 trig math3d dt-code]
21
22;eof
Note: See TracBrowser for help on using the browser.