Changeset 20 for branches/with_autoconf/src
- Timestamp:
- Apr 15, 2009, 8:40:22 PM (16 years ago)
- Location:
- branches/with_autoconf/src
- Files:
-
- 29 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/with_autoconf/src/alias.cc
r8 r20 34 34 35 35 #include "alias.h" 36 #include <string>37 //#include <cstdarg.h>38 //#include <cstdio.h>39 36 #include <iostream> 40 37 #ifdef HAVE_CONFIG_H -
branches/with_autoconf/src/bit2string.cc
r8 r20 6 6 | | 7 7 | Author : Kingbo Paul-Jerome | 8 | Buchmann Richard | 8 9 | | 9 10 | Date : 09_07_2004 | … … 36 37 #include "bit2string.h" 37 38 #include "sc_unit.h" 38 #include <string> 39 #include <stdarg.h> 40 #include <stdio.h> 41 #include <stdlib.h> 39 #include <cstdarg> 40 #include <cstdio> 41 #include <cstdlib> 42 42 #include <iostream> 43 43 #ifdef HAVE_CONFIG_H -
branches/with_autoconf/src/dump_used_env.cc
r8 r20 34 34 */ 35 35 36 #include <cstdlib> 36 37 #include "dump_used_env.h" 37 38 #ifdef HAVE_CONFIG_H -
branches/with_autoconf/src/entity.cc
r8 r20 35 35 */ 36 36 37 #include <cstring> 37 38 #include <iomanip> 38 39 #include <list> -
branches/with_autoconf/src/gen_code.cc
r10 r20 34 34 * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 35 35 */ 36 37 #include <stdio.h> 38 #include <stdlib.h> 36 #if defined(__linux__) 37 #include <linux/limits.h> 38 #elif defined(WIN32) 39 #include <windows.h> 40 #endif 41 #include <cstring> 42 #include <cstdio> 43 #include <cstdlib> 39 44 #include <iostream> 40 45 #include <fstream> … … 267 272 o << "// generated by " << sc_version () << endl 268 273 << "#include <casc.h>\n\n" 269 << "#include < stdio.h>\n\n"274 << "#include <cstdio>\n\n" 270 275 // << "#include <iostream>\n\n" 271 276 << "namespace sc_core {\n" … … 328 333 o << "// generated by " << sc_version () << endl 329 334 << "#include <casc.h>\n\n" 330 << "#include < stdio.h>\n\n"335 << "#include <cstdio>\n\n" 331 336 // << "#include <iostream>\n\n" 332 337 << "namespace sc_core {\n" -
branches/with_autoconf/src/graph.cc
r8 r20 105 105 */ 106 106 107 #include <stdio.h> 107 #include <cstdio> 108 #include <cstring> 108 109 #include <map> 109 #include <string>110 110 111 111 #include "graph.h" -
branches/with_autoconf/src/graph_cass.cc
r8 r20 118 118 #include <iostream> 119 119 #include <fstream> 120 #include <stdio.h> 120 #include <cstdio> 121 #include <cstring> 121 122 #include <map> 122 123 #include <string> -
branches/with_autoconf/src/graph_signals.cc
r8 r20 130 130 */ 131 131 132 #include < stdio.h>132 #include <cstdio> 133 133 #include <map> 134 #include <string>135 134 136 135 #include "graph_signals.h" -
branches/with_autoconf/src/hex2string.cc
r8 r20 36 36 #include "hex2string.h" 37 37 38 #include <string>38 //#include <string> 39 39 #include <stdarg.h> 40 #include < stdio.h>41 #include < stdlib.h>40 #include <cstdio> 41 #include <cstdlib> 42 42 #include <iostream> 43 43 #ifdef HAVE_CONFIG_H -
branches/with_autoconf/src/internal.h
r1 r20 15 15 #include "internal_ext.h" 16 16 #include <map> 17 #include <string> 18 #include <vector> 17 19 18 20 namespace sc_core { -
branches/with_autoconf/src/module_hierarchy.cc
r8 r20 41 41 #include "config.h" 42 42 #endif 43 #include <cstdlib> 44 #include <cstring> 43 45 44 46 using namespace std; -
branches/with_autoconf/src/port_dependency.cc
r8 r20 34 34 */ 35 35 36 #include <cstring> 36 37 #include <list> 37 38 #include <iostream> -
branches/with_autoconf/src/sc_event.h
r8 r20 14 14 15 15 #include "sc_fwd.h" 16 #include <iostream> 16 17 17 18 namespace sc_core { -
branches/with_autoconf/src/sc_interface.cc
r8 r20 42 42 #include "config.h" 43 43 #endif 44 #include <cstdlib> //exit 44 45 45 46 using namespace std; -
branches/with_autoconf/src/sc_main.cc
r8 r20 36 36 37 37 #include <sstream> 38 #include <string>39 38 #include <list> 40 39 #include <set> 40 #include <cstring> // strcmp 41 41 42 #include "internal.h" 42 43 #include "global_functions.h" -
branches/with_autoconf/src/sc_module.cc
r8 r20 35 35 */ 36 36 37 #include <stdarg.h> 38 #include <vector> 39 #include <set> 37 40 38 41 #include "sc_module.h" … … 41 44 #include "module_hierarchy.h" 42 45 #include "serialization.h" // set_save_handler 43 #include <stdarg.h>44 #include <vector>45 #include <string>46 #include <set>47 46 #include "sc_port.h" 48 47 #include "sc_signal.h" -
branches/with_autoconf/src/sc_object.cc
r8 r20 35 35 36 36 37 #include <stdio.h> 37 #include <cstdio> 38 #include <cstring> //strdup 38 39 #include <string> 39 40 #include <map> -
branches/with_autoconf/src/sc_pat_trace.cc
r8 r20 41 41 #include "internal.h" // notrace 42 42 43 #include <time.h> 44 #include <string> 43 #include <ctime> 45 44 #ifdef HAVE_CONFIG_H 46 45 #include "config.h" … … 56 55 57 56 //#include "malloc.h" // NO LONGER SUPPORTED 58 #include < stdlib.h>59 #include "stdio.h"57 #include <cstdlib> 58 #include <cstdio> 60 59 61 60 //----------------------------------------- -
branches/with_autoconf/src/sc_port.cc
r8 r20 37 37 38 38 #include <iomanip> 39 #include <list>40 39 #include <map> 41 #include <vector>42 40 43 41 #include "sc_port.h" -
branches/with_autoconf/src/sc_port_ext.h
r8 r20 16 16 // Define registers writing method 17 17 #include <iostream> 18 #include <cstdlib> 18 19 #include "sc_fwd.h" 19 20 #include "sc_nbdefs.h" -
branches/with_autoconf/src/sc_signal.h
r8 r20 16 16 // Define registers writing method 17 17 #include <iostream> 18 #include <cstdlib> 18 19 #include "sc_fwd.h" 19 20 #include "sc_nbdefs.h" -
branches/with_autoconf/src/sc_time.cc
r8 r20 36 36 37 37 #include "sc_time.h" 38 #include < time.h>38 #include <ctime> 39 39 #include <sys/time.h> 40 40 #include <string> -
branches/with_autoconf/src/sc_trace.cc
r8 r20 44 44 45 45 #include <list> 46 #include < stdio.h>46 #include <cstdio> 47 47 #include <iostream> 48 #include <cstring> //strlen 48 49 #ifdef HAVE_CONFIG_H 49 50 #include "config.h" … … 62 63 63 64 //#include "malloc.h" // NO LONGER SUPPORTED 64 #include < stdlib.h>65 #include < stdio.h>65 #include <cstdlib> 66 #include <cstdio> 66 67 67 68 #endif // CONFIG_PAT_TRACE_FORMAT -
branches/with_autoconf/src/sc_uint.h
r8 r20 18 18 #include <sc_logic.h> 19 19 #include <sc_bv.h> 20 #include <cstdlib> 20 21 21 22 // ---------------------------------------------------------------------------- … … 126 127 sc_uint () { val = 0; } 127 128 // sc_uint (data_type val_) { val = 0; write (val_); } 128 sc_uint (const char *a) { val = 0; write ( atoi (a)); }129 sc_uint (const char *a) { val = 0; write (std::atoi (a)); } 129 130 sc_uint (unsigned short a){ val = 0; write (a); } 130 131 sc_uint (short a) { val = 0; write (a); } -
branches/with_autoconf/src/sc_vcd_trace.cc
r8 r20 42 42 #include <cassert> 43 43 44 #include < time.h>44 #include <ctime> 45 45 #include <string> 46 46 #ifdef HAVE_CONFIG_H -
branches/with_autoconf/src/sc_ver.cc
r8 r20 36 36 37 37 #include "sc_ver.h" 38 #include <string>39 38 #include <iostream> 40 39 #ifdef HAVE_CONFIG_H 41 40 #include "config.h" 42 41 #endif 42 #include <cstring> //strcmp 43 #include <cstdlib> //exit 43 44 44 45 namespace sc_core { -
branches/with_autoconf/src/schedulers.cc
r8 r20 36 36 37 37 #include <iostream> 38 #include <algorithm> //std::sort 38 39 #include "sc_module.h" // method_process_t 39 40 #include "gen_code.h" // gen_scheduling_code_for_dynamic_link & gen_scheduling_code_for_static_func -
branches/with_autoconf/src/serialization.cc
r8 r20 35 35 36 36 37 #include <vector>38 37 #include <map> 39 #include <fstream> // save_module_hierarchy 38 #include <fstream> 39 //#include <vector> // save_module_hierarchy 40 40 41 #include "internal_ext.h" // tab_t 41 42 #include "serialization.h" -
branches/with_autoconf/src/signal_dependency.cc
r8 r20 34 34 */ 35 35 36 #include <set>37 36 #include <iostream> 38 37 #include <fstream> 38 39 39 #include "signal_dependency.h" 40 40 #include "simplify_string.h"
Note: See TracChangeset
for help on using the changeset viewer.