• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

build/H24-Aug-2017-303205

cutl/H24-Aug-2017-128,066100,576

doc/H03-May-2022-

m4/H24-Aug-2017-619541

tests/H24-Aug-2017-2,9051,887

INSTALLH A D24-Aug-20172.3 KiB7048

INSTALL-GITH A D24-Aug-20172.7 KiB7351

LICENSEH A D24-Aug-20171.5 KiB3124

Makefile.amH A D24-Aug-2017310 126

NEWSH A D24-Aug-20172.1 KiB8153

READMEH A D24-Aug-2017543 179

README-GITH A D24-Aug-2017200 53

TODOH A D24-Aug-2017263 96

bootstrapH A D24-Aug-2017270 185

buildfileH A D24-Aug-2017338 129

configure.acH A D24-Aug-20173.1 KiB12295

libcutl-vc10.slnH A D24-Aug-20171.2 KiB2725

libcutl-vc9.slnH A D24-Aug-20171.2 KiB2725

libcutl.pc.inH A D24-Aug-2017390 1613

makefileH A D24-Aug-20171.6 KiB4832

manifestH A D24-Aug-2017427 1615

versionH A D24-Aug-201711 21

README

1libcutl is a C++ utility library. It contains a collection of generic and
2fairly independent components. See doc/components.txt for an overview.
3
4See the NEWS file for the user-visible changes from the previous release.
5
6See the LICENSE file for distribution conditions.
7
8See the INSTALL file for prerequisites and installation instructions.
9
10See the doc/ directory for documentation.
11
12The project page is at http://codesynthesis.com/projects/libcutl/.
13
14Send questions, bug reports, or any other feedback to
15libcutl-users@codesynthesis.com.
16
17

README-GIT

1The checked out cutl/version.hxx will be overwritten during the build process
2but these changes should be ignored. To do this automatically, run:
3
4git update-index --assume-unchanged cutl/version.hxx
5