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

..03-May-2022-

activitygen/H03-May-2022-6,8723,671

dfrouter/H03-May-2022-4,6612,938

duarouter/H03-May-2022-775447

foreign/H03-May-2022-15,04510,781

gui/H03-May-2022-6,6014,176

guinetload/H03-May-2022-777292

guisim/H03-May-2022-13,8728,100

jtrrouter/H03-May-2022-1,321596

libsumo/H03-May-2022-11,3867,591

marouter/H03-May-2022-2,0471,239

mesogui/H03-May-2022-930399

mesosim/H03-May-2022-3,3611,891

microsim/H03-May-2022-105,21260,920

netbuild/H03-May-2022-32,15520,784

netedit/H03-May-2022-86,48552,273

netgen/H03-May-2022-2,1751,146

netimport/H03-May-2022-33,94019,349

netload/H03-May-2022-6,1113,611

netwrite/H03-May-2022-4,1322,885

od/H03-May-2022-2,1361,005

osgview/H03-May-2022-1,5511,122

polyconvert/H03-May-2022-3,8942,243

router/H03-May-2022-7,8634,563

tools/H03-May-2022-832578

traci-server/H03-May-2022-7,3395,251

traci_testclient/H03-May-2022-1,358989

utils/H03-May-2022-95,55161,557

Makefile.amH A D15-Apr-20193 KiB11089

README_Contributing.mdH A D15-Apr-20191.4 KiB4441

config.h.cmakeH A D15-Apr-20191.6 KiB6647

guisim_main.cppH A D15-Apr-20194.3 KiB12377

netconvert_main.cppH A D15-Apr-20195.8 KiB171119

od2trips_main.cppH A D15-Apr-201913.8 KiB336241

sumo-gui.rcH A D15-Apr-201968 21

sumo_main.cppH A D15-Apr-20194.8 KiB14295

README_Contributing.md

1Please feel free to add and / or modify files here but keep in mind that
2EPL requires that "derivative works" be licensed under the terms of the EPL
3whereas "separate modules of software" may be licensed arbitrarily.
4Modifications to the files and directories listed here are considered derivative work:
5
6- activitygen
7- dfrouter
8- duarouter
9- foreign
10- gui
11- guinetload
12- guisim
13- jtrrouter
14- marouter
15- mesogui
16- mesosim
17- microsim
18- netbuild
19- netedit
20- netgen
21- netimport
22- netload
23- netwrite
24- od
25- osgview
26- polyconvert
27- router
28- tools
29- traci-server
30- traci_testclient
31- utils
32- guisim_main.cpp
33- netconvert_main.cpp
34- od2trips_main.cpp
35- sumo_main.cpp
36
37Exceptions with separate lists are:
38- car following models that inherit from MSCFModel (excluding [modifications of the existing models](microsim/cfmodels/README_Contributing.md))
39- lane changing models that inherit from MSAbstractLaneChangeModel (excluding [modifications of the existing models](microsim/lcmodels/README_Contributing.md))
40- simulation output modules (excluding [changes to the existing classes](microsim/output/README_Contributing.md))
41- vehicle device modules (excluding [changes to the existing classes](microsim/devices/README_Contributing.md))
42- network import modules (excluding [changes to the existing classes](netimport/README_Contributing.md))
43- network export modules (excluding [changes to the existing classes](netwrite/README_Contributing.md))
44