File: MANIFEST

package info (click to toggle)
bcpp 0.0.20180401-1
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 940 kB
  • sloc: cpp: 4,956; sh: 3,144; makefile: 262
file content (56 lines) | stat: -rw-r--r-- 3,376 bytes parent folder | download
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
MANIFEST for bcpp-20180401, version t2018-04-01
--------------------------------------------------------------------------------
MANIFEST                        this file
CHANGES                         change-log for BCPP
COPYING                         copyright and license
README                          top-level README for bcpp
VERSION                         version of this package
aclocal.m4                      autoconf macros for BCPP
bcpp.cfg                        default configuration for bcpp
bcppall.bat                     run bcpp for a whole directory
config.guess                    utility script
config.sub                      utility script
config_h.in                     template for config.h
configure                       configure script for BCPP
configure.in                    configure-script template for BCPP
configure                       Configuration script for UNIX
indent.bat                      script for format all C/C++/Java(Script) files
indent.cfg                      alternate configuration (larger queue)
install.sh                      install-script
makefile.in                     top-level makefile templace for BCPP
code                            subdirectory
code/.vilerc                    vile settings
code/anyobj.cpp                 the base class for all objects...
code/anyobj.h                   interface of anyobj.cpp
code/backup.cpp                 backup original file, restore if no change is made
code/baseq.cpp                  objects which are descendents of ANYOBJECT
code/baseq.h                    interface of baseq.cpp
code/bcpp.cfg                   sample config-file for bcpp (used in testing also)
code/bcpp.cpp                   main program (Beautify C++)
code/bcpp.h                     common interface/defs for bcpp
code/cb++                       sample unix script, used for regression testing
code/cmdline.cpp                command-line options-parsing
code/cmdline.h                  interface of cmdline.cpp
code/config.cpp                 config-file reader
code/config.h                   interface of config.cpp
code/debug.cpp                  debug/trace functions for BCPP
code/execsql.cpp                module to indent embedded SQL statements
code/hanging.cpp                compute hanging-indent of multiline statements
code/html.cpp                   test for HTML vs JavaScript
code/makefile.blc               makefile for Borland C
code/makefile.in                makefile template for BCPP program
code/makefile.unx               UNIX makefile (g++)
code/makefile.wnt               makefile for M$ Visual C++
code/run-test                   test-script
code/stacklis.cpp               container class that stores items in a linked list
code/stacklis.h                 interface of stacklis.cpp
code/strings.cpp                simple string-utilities
code/tabs.cpp                   tab expansion/conversion for BCPP
code/verbose.cpp                all output to stdout or stderr
txtdocs                         subdirectory
txtdocs/bcpp.1                  manual, in UNIX manpage format
txtdocs/hirachy.txt             text-version of class-hierarchy
txtdocs/manual.txt              text-version of manual
wpdocs                          subdirectory
wpdocs/hirachy.doc              document, in WP51 format
wpdocs/manual.doc               document, in WP51 format