26 | | * Being maintain by separate organizations and developers |
27 | | * Features being replaces by new RFC's. |
28 | | * Provisions for obsolete and/or non-standard operating system and compilers. |
29 | | * Old features maintained for legacy purposes which are now a liability rather than a positive. |
| 26 | * Being maintain by separate organizations and developers |
| 27 | * Features being replaces by new RFC's. |
| 28 | * Provisions for obsolete and/or non-standard operating system and compilers. |
| 29 | * Old features maintained for legacy purposes which are now a liability rather than a positive. |
37 | | * reduce the amount of code maintained, |
38 | | * reduce confusion to new users and developers, |
39 | | * remove unnecessary restrictions originally written in to accommodate obsolete platforms/OS/compilers |
40 | | * improve build times |
41 | | * reduce distributable sizes |
| 37 | * reduce the amount of code maintained, |
| 38 | * reduce confusion to new users and developers, |
| 39 | * remove unnecessary restrictions originally written in to accommodate obsolete platforms/OS/compilers |
| 40 | * improve build times |
| 41 | * reduce distributable sizes |
47 | | * Remove the 'C' based CS_Test module. It hasn't been maintained and is rarely, if ever, used any more. |
48 | | * Delete (SVN meaning of Delete) pre-RFC-2 geodetic transformation code modules which are no longer referenced. |
49 | | * Remove all code pertaining specifically to Windows CE. |
50 | | * Correct all warnings issued by VC++ and gcc compilers. |
51 | | * Enhance make files for Windows and Linux so that single make command builds the entire product. |
52 | | * Remove all .gdc and .mrt files from dictionaries and distributions. |
53 | | * Modify the capitalization of file names so that all comform to a consist naming convention. |
54 | | * Rename modules and internal functions to names conforming to the base CS-MAP naming convention. |
55 | | * Implement pre-compiled headers where ever possible in make/project files. |
56 | | * Re-organize the csTestCpp test module to better reflect the actual usage for the product (i.e. Categories in, Groups out, 3D coordinate testing, etc.) |
| 47 | * Remove the 'C' based CS_Test module. It hasn't been maintained and is rarely, if ever, used any more. |
| 48 | * Delete (SVN meaning of Delete) pre-RFC-2 geodetic transformation code modules which are no longer referenced. |
| 49 | * Remove all code pertaining specifically to Windows CE. |
| 50 | * Correct all warnings issued by VC++ and gcc compilers. |
| 51 | * Enhance make files for Windows and Linux so that single make command builds the entire product. |
| 52 | * Remove all .gdc and .mrt files from dictionaries and distributions. |
| 53 | * Modify the capitalization of file names so that all comform to a consist naming convention. |
| 54 | * Rename modules and internal functions to names conforming to the base CS-MAP naming convention. |
| 55 | * Implement pre-compiled headers where ever possible in make/project files. |
| 56 | * Re-organize the csTestCpp test module to better reflect the actual usage for the product (i.e. Categories in, Groups out, 3D coordinate testing, etc.) |
66 | | * Remove the CS_Test module. |
67 | | * Delete RFC-2 left overs from the repository and remove all reference in project/make files. |
68 | | * Remove unused .gdc and all .mrt files from the distribution and code (i.e. the Dictionary compiler). |
69 | | * Remove the remaining .gdc files which are still used (Vertcon and Geoid Height), replacing them with the concept of simply using whatever files exist in a predefined folder. |
70 | | * Modify the names of source code modules to comply with the basic CS-MAP naming convention. (Changes to module names, and hence changes to make/project files only. Function/Interface names remain unchanged.) |
| 66 | * Remove the CS_Test module. |
| 67 | * Delete RFC-2 left overs from the repository and remove all reference in project/make files. |
| 68 | * Remove unused .gdc and all .mrt files from the distribution and code (i.e. the Dictionary compiler). |
| 69 | * Remove the remaining .gdc files which are still used (Vertcon and Geoid Height), replacing them with the concept of simply using whatever files exist in a predefined folder. |
| 70 | * Modify the names of source code modules to comply with the basic CS-MAP naming convention. (Changes to module names, and hence changes to make/project files only. Function/Interface names remain unchanged.) |