Changes between Initial Version and Version 1 of Ticket #2462, comment 31


Ignore:
Timestamp:
Jan 17, 2015, 8:35:26 PM (9 years ago)
Author:
Yves

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2462, comment 31

    initial v1  
    1414I've fixed most of these now.
    1515
     16> * `README.txt`: Need to be careful not to apply that change to SVN.
     17I've reverted the changes in README.txt just to be sure.
     18
    1619> * `build/premake/premake4.lua`: Since the use of `--with-c++11` was removed, the corresponding `newoption` line should be removed too.
    1720That was only a quick change to enable c++11 for this branch. I'm going to make a separate commit that fixes some clang issues, removes generation of unsupported workspaces and removes some workarounds for GCC < 4.2.
     
    2528
    2629> * `libraries/source/spidermonkey/`: Might be nice if something like `README.txt` explained where all the `.diff` files come from and why they're needed (particularly so that people can tell when they're not needed any more and can be deleted).
    27 There's some description in build.sh and some patches contain some information in the header comment. All of them shouldn't be needed anymore in the next version. Two are backports and the third is a mix of backports and one new fix (tracelogger flushing). I should probably add a comment about this one to build.sh too.
     30There's some description in build.sh and some patches contain some information in the header comment. All of them shouldn't be needed anymore in the next version. Two are backports and the third is a mix of backports and one new fix (tracelogger flushing). I've added some more information to these comments.
     31