Name | Modified | Size |
---|---|---|
.. | ||
JamPlusPlus | ||
BuildAtHome.bat | 23 years ago | 125 B |
BuildAtWork.bat | 23 years ago | 119 B |
Command.cpp | 23 years ago | 1 KB |
Command.hpp | 23 years ago | 2 KB |
Compile.cpp | 23 years ago | 19 KB |
Compile.hpp | 23 years ago | 2 KB |
ExecCommand.hpp | 23 years ago | 513 B |
ExecMac.cpp | 23 years ago | 1 KB |
ExecUnix.cpp | 23 years ago | 7 KB |
ExecVMS.cpp | 23 years ago | 3 KB |
Expand.cpp | 23 years ago | 10 KB |
Expand.hpp | 23 years ago | 359 B |
FileMac.cpp | 23 years ago | 3 KB |
FileNT.cpp | 23 years ago | 6 KB |
FileOS2.cpp | 23 years ago | 3 KB |
FileSystem.hpp | 23 years ago | 2 KB |
FileUnix.cpp | 23 years ago | 7 KB |
FileVMS.cpp | 23 years ago | 7 KB |
FTJam.exe | 23 years ago | 78 KB |
Glob.cpp | 23 years ago | 2 KB |
Glob.hpp | 23 years ago | 94 B |
Hash.cpp | 23 years ago | 5 KB |
Hash.hpp | 23 years ago | 529 B |
Headers.cpp | 23 years ago | 3 KB |
Headers.hpp | 23 years ago | 278 B |
Jam.cpp | 23 years ago | 8 KB |
Jam.hpp | 23 years ago | 9 KB |
Jambase | 23 years ago | 34 KB |
Jambase.h | 23 years ago | 373 B |
Jamfile | 23 years ago | 4 KB |
JamGrammar.cpp | 23 years ago | 24 KB |
JamGrammar.hpp | 23 years ago | 868 B |
JamGrammar.y | 23 years ago | 8 KB |
JamGrammar.yy | 23 years ago | 7 KB |
JamGrammarTable.h | 23 years ago | 841 B |
Lists.cpp | 23 years ago | 4 KB |
Lists.hpp | 23 years ago | 2 KB |
Make.cpp | 23 years ago | 10 KB |
Make.hpp | 23 years ago | 358 B |
Make1.cpp | 23 years ago | 16 KB |
Makefile | 23 years ago | 1 KB |
MakeJambase.c | 23 years ago | 2 KB |
Option.cpp | 23 years ago | 2 KB |
Option.hpp | 23 years ago | 542 B |
Parse.cpp | 23 years ago | 2 KB |
Parse.hpp | 23 years ago | 902 B |
PatchLevel.hpp | 23 years ago | 221 B |
PathMac.cpp | 23 years ago | 6 KB |
PathUnix.cpp | 23 years ago | 5 KB |
PathVMS.cpp | 23 years ago | 9 KB |
RegExp.cpp | 23 years ago | 31 KB |
RegExp.hpp | 23 years ago | 789 B |
Rules.cpp | 23 years ago | 5 KB |
Rules.hpp | 23 years ago | 6 KB |
Scan.cpp | 23 years ago | 7 KB |
Scan.hpp | 23 years ago | 1 KB |
Search.cpp | 23 years ago | 2 KB |
Search.hpp | 23 years ago | 309 B |
String.cpp | 23 years ago | 2 KB |
String.hpp | 23 years ago | 457 B |
Timestamp.cpp | 23 years ago | 4 KB |
Timestamp.hpp | 23 years ago | 340 B |
Variable.cpp | 23 years ago | 6 KB |
Variable.hpp | 23 years ago | 748 B |
yyacc | 23 years ago | 1 KB |
Change | User | Description | Committed |
---|---|---|---|
1163 | bob_summerwill | Added a private constructor to List. | 23 years ago |
1162 | bob_summerwill | Converted LIST into a List class, with all static methods. | 23 years ago |
1161 | bob_summerwill | Added a constructor and destructor to Parse. | 23 years ago |
1156 | bob_summerwill | Converted Parse into a class. | 23 years ago |
1154 | bob_summerwill | Converted Command into a class. | 23 years ago |
1153 | bob_summerwill | NewStr has been renamed as String. | 23 years ago |
1146 | bob_summerwill | Moved the NewStr global functions into a static class Jam::String. | 23 years ago |
1145 | bob_summerwill |
Updated the makefile. Added FTJam.exe and updated the DSP. |
23 years ago |
1138 | bob_summerwill | Removed all extern "C" wrappers, so the program now has C++ linkage throughout, ready for... refactoring. « | 23 years ago |
1137 | bob_summerwill | Jambase files renamed. | 23 years ago |
1136 | bob_summerwill | Updated the filenames for all the grammar files. | 23 years ago |
1135 | bob_summerwill | Updated the Jamfile, so it matches the new filenames. | 23 years ago |
1134 | bob_summerwill | Renamed the file system source files. | 23 years ago |
1133 | bob_summerwill | Renamed the exec files. | 23 years ago |
1132 | bob_summerwill | All of the non-generated, non-platform-specific files are now mixed-case C++ source files. | 23 years ago |
1131 | bob_summerwill | More .C to .CPP conversions. | 23 years ago |
1130 | bob_summerwill | More .C to .CPP conversions. | 23 years ago |
1129 | bob_summerwill | Some const-correctness fixes. | 23 years ago |
1128 | bob_summerwill | Stripped the documentation, while I'm working on the code. I'll readd this in anot...her directory at some point. « |
23 years ago |
1127 | bob_summerwill | More file renaming. | 23 years ago |
1126 | bob_summerwill | #include dependencies between headers are now modelled explicitly, with #includes as requi...red in header files, rather than it being a client-code responsibility. « | 23 years ago |
1125 | bob_summerwill | Renamed Command.h as Command.hpp. | 23 years ago |
1124 | bob_summerwill | More .c to .cpp conversions. | 23 years ago |
1121 | bob_summerwill | More const-correctness work. | 23 years ago |
1120 | bob_summerwill | A fair-size chunk of char* const-correctness modifications. | 23 years ago |
1119 | bob_summerwill | More const-correctness. | 23 years ago |
1118 | bob_summerwill | Various const-correctness fixes. | 23 years ago |
1117 | bob_summerwill |
Converted Compile and Expand files to C++. Some minor function prototype tweaks. |
23 years ago |
1116 | bob_summerwill | command.c replaced with Command.cpp. Batch file now using Jam++ exe. Updated... Jamfile, to cope with C++ flags. « |
23 years ago |
1115 | bob_summerwill | Fixed a warning. | 23 years ago |
1113 | bob_summerwill | Added MSVC++ project and workspace files. | 23 years ago |
1110 | bob_summerwill | Updated path for BuildAtHome.bat. | 23 years ago |
1109 | bob_summerwill | Separate batch files to build Jam at work and at home. | 23 years ago |
1108 | bob_summerwill | Added a batch file to invoke the Makefile build. | 23 years ago |
1106 | bob_summerwill | Integrated Jam from "public" to "guest/bob_summerwill". | 23 years ago |