summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Resolved issue 83Stefan Radomski2016-06-132-7/+28
|
* Reactivated VHDL transformationStefan Radomski2016-06-132-1319/+1309
|
* Fixed dozens of memory leaksStefan Radomski2016-06-1343-264/+1410
|
* Minor polishing for Java bindings and first draft of JEXL datamodelStefan Radomski2016-05-26268-130/+14138
|
* uriparser builds for MSVC againStefan Radomski2016-05-202-28/+196
|
* Passing all Lua tests again - might have broken external buildsStefan Radomski2016-05-209-244/+144
|
* Adapt BuildXercesC for Visual Studio pathStefan Radomski2016-05-201-5/+4
|
* Fixed issue77 with URL resolved from CWD on windowsStefan Radomski2016-05-205-92/+94
|
* Fixed some windows bugsStefan Radomski2016-05-203-5/+8
|
* Fixed issue79Stefan Radomski2016-05-201-1/+3
|
* Merge branch 'master' of github.com:tklab-tud/uscxmlStefan Radomski2016-05-190-0/+0
|\
| * Github Markdown AnchorsStefan Radomski2016-05-191-11/+11
| |
* | Github Markdown AnchorsStefan Radomski2016-05-191-13/+13
|/
* Dire bug in uscxml-browser, smaller fixes and documentationStefan Radomski2016-05-197-35/+102
|
* Documentation is installed in correct pathStefan Radomski2016-05-194-10/+11
|
* Refactored for public headers and started documentationStefan Radomski2016-05-1986-970/+6033
|
* Make install will work againStefan Radomski2016-05-1314-54/+630
|
* Builds cleanly for VS2015Stefan Radomski2016-05-135-20/+31
|
* Windows fixes broke the unix buildsStefan Radomski2016-05-132-3/+7
|
* Static XercesC and getopt for Windows testsStefan Radomski2016-05-132-6/+10
|
* uriparser builds on 64bit nowStefan Radomski2016-05-132-2/+173
|
* Builds on Windows againStefan Radomski2016-05-135-17/+19
|
* Conditionalized V8 on version and used C++11 list initializersStefan Radomski2016-05-125-61/+45
|
* Builds and links and tests ok on linux nowStefan Radomski2016-05-127-9/+41
|
* Compile all dependencies with position independent codeStefan Radomski2016-05-126-19/+16
|
* Made C++11 requirement more explicitStefan Radomski2016-05-122-3/+16
|
* Corrected gitignore and travis configStefan Radomski2016-05-1211-14/+548
|
* Display build status on front-page againStefan Radomski2016-05-121-0/+2
|
* lower required cmake version for travis build slavesStefan Radomski2016-05-122-2/+3
|
* Major Refactoring v2.0Stefan Radomski2016-05-123213-197988/+277083
|
* Fixed a typo and added a test for issue 56legacy-1.0Stefan Radomski2016-05-093-3/+78
|
* Fixed first part of issue 68Stefan Radomski2016-05-052-0/+33
|
* Fixed issue 64 and beautified code againStefan Radomski2016-04-2819-2297/+2338
|
* Added issue referenceStefan Radomski2016-04-281-0/+1
|
* Fixed duplicate error.execution with missing DOM support in LuaStefan Radomski2016-04-281-1/+4
|
* Implemented 6.5.2 for params as wellStefan Radomski2016-04-281-0/+12
|
* Implemented empty finalize (Spec 6.5.2)Stefan Radomski2016-04-282-1/+60
|
* new test-issue63Stefan Radomski2016-04-222-1/+50
|
* Issue62Stefan Radomski2016-04-222-3/+10
|
* Merge branch 'master' of github.com:tklab-tud/uscxmlStefan Radomski2016-04-226-84/+563
|\
| * add 2 tmp vhdl write scriptsjuehv2016-04-053-2/+133
| |
| * mergejuehv2016-04-051-0/+2
| |\
| | * fix some S*juehv2016-03-311-15/+33
| | |
| * | updatejuehv2016-04-051-22/+52
| |/
| * add todosjuehv2016-03-311-4/+5
| |
| * Merge pull request #60 from c64zottel/masterStefan Radomski2016-03-222-1/+45
| |\ | | | | | | renaming getValidEvents() to: getEventDescriptors()
| | * renaming getValidEvents() to getEventDescriptors()Andreas Gansen2016-03-161-3/+3
| | |
| | * return reachable targets / valid events as vector<string>Andreas Gansen2016-03-131-0/+43
| | |
| | * add missing include NameSpacingParser.hAndreas Gansen2016-03-121-1/+2
| | |
| * | fix event reset bugjuehv2016-03-171-6/+30
| | |