aboutsummaryrefslogtreecommitdiff
path: root/lib/diff.js
Commit message (Collapse)AuthorAge
* Remove old diff handler; old static directory (at last!)Matt Godbolt2017-02-06
|
* s/gcc-explorer/compiler-explorer/gMatt Godbolt2017-01-02
|
* Refactor individual compilation types into their own filesMatt Godbolt2016-12-19
|
* Use winston for loggingMatt Godbolt2016-10-27
|
* Lint fixesMatt Godbolt2016-10-12
|
* Fix up an async thing.Matt Godbolt2016-08-06
|
* Better errors if diff failsMatt Godbolt2016-08-06
|
* Make diff asynchronousMatt Godbolt2016-08-05
|
* Formatting and lint fixesMatt Godbolt2016-08-05
|
* Added wdiff configuration options.Gabriel Devillers2016-08-05
| | | | | | | | | Configuration is read from gccexplorer config file. Default values are: /tmp for temporary directory /usr/bin/wdiff for the wdiff executable Also: Cleaned lib/diff.js.
* Minor cleanings.Gabriel Devillers2016-08-05
| | | | | Cleans app.js output from previous debug outputs. Renamed debug functions concerning window.localStorage settings.
* Move computation of diff *color zones* server side.Gabriel Devillers2016-08-05
| | | | | | | | | (The diff was already done server side.) Sorry for the messy diff in this commit: I changed my mind on how I compute the zones to colorise. Possible improvement: use regex to take into account first occurence of '{++}' or '[--]', then remove the marks '{++}' or '[--]' then continue until no occurence is found.
* Ajax request to compute diff server side.Gabriel Devillers2016-08-05
WIP.