-
Notifications
You must be signed in to change notification settings - Fork 16
/
Readme.txt
31 lines (22 loc) · 934 Bytes
/
Readme.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
Readme for Quantity Library
Compiletime dimensional analysis and unit/quantity manipulation and conversion.
See also ReleaseNotes.txt and Readme.orig.txt
Directory structure:
./ - license, readme, release notes.
./doc - quantity.html, rationale.html and weblinks.html
./phys
./phys/units - Runtime Quantity library headers.
./projects
./projects/CodeBlocks - CodeBlocks IDE project files
./projects/Doxygen - doxygen configuration, CHM output
./projects/Doxygen/examples
- example programs, Makefile
./projects/gcc
./projects/gcc/Test - GNUC compilation of lest test program.
./projects/Test
./projects/Time - programs for performance timing. Currently empty.
Porting status: All regression tests pass on:
- WinXP-32 / g++ (GCC) 4.8.1
- Win7-64 / g++ (GCC) 4.8.1
___
Last updated 16 September 2013, Martin Moene