aboutsummaryrefslogtreecommitdiffstats
path: root/CodingReadme
Commit message (Collapse)AuthorAgeFilesLines
* Add "make ystests"Clifford Wolf2018-08-301-0/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-1/+1
| | | | | | | | | o Not all derived methods were marked 'override', but it is a great feature of C++11 that we should make use of. o While at it: touched header files got a -*- c++ -*- for emacs to provide support for that language. o use YS_OVERRIDE for all override keywords (though we should probably use the plain keyword going forward now that C++11 is established)
* Enable readline and tcl in mxe buildsClifford Wolf2017-05-171-0/+26
|
* Some minor CodingReadme changes in unit test sectionClifford Wolf2016-12-111-10/+4
|
* Improved unit test structurerodrigosiqueira2016-12-101-2/+2
| | | | | | | | | Signed-off-by: rodrigosiqueira <rodrigosiqueiramelo@gmail.com> Signed-off-by: chaws <18oliveira.charles@gmail.com> * Merged run-all-unitest inside unit-test target * Fixed Makefile dependencies * Updated documentation about unit test
* Added explanation about configure and create testrodrigosiqueira2016-12-041-0/+75
| | | | Added explanation about configure unit test environment and how to add new unit tests
* Updated min GCC requirement to GCC 4.8Clifford Wolf2016-05-111-2/+2
|
* Updated command reference in manualClifford Wolf2016-02-141-1/+1
|
* Improved SigMap performanceClifford Wolf2015-10-281-0/+3
|
* Added examples/ top-level directoryClifford Wolf2015-10-131-2/+2
|
* Another block of spelling fixesLarry Doolittle2015-08-141-4/+4
| | | | Smaller this time
* CodingReadmeClifford Wolf2015-02-171-0/+35
|
* Various changes to release checklistClifford Wolf2015-02-091-45/+25
|
* Fixed creation of command reference in manualClifford Wolf2015-02-091-0/+8
|
* CodingReadme updateClifford Wolf2015-02-081-0/+1
|
* Minor "make vgtest" changesClifford Wolf2015-02-081-1/+5
|
* Various updates to CodingReadmeClifford Wolf2015-02-081-10/+13
|
* Improved building of pluginsClifford Wolf2015-02-071-0/+5
|
* Added hashlib::idict<>Clifford Wolf2015-01-181-0/+14
|
* Added hashlib .count(key, iterator) and it1 < it2Clifford Wolf2014-12-311-1/+7
|
* Improvements in CodingReadmeClifford Wolf2014-12-311-9/+24
|
* Added more information to CodingReadmeClifford Wolf2014-12-301-6/+110
|
* Various documentation updatesClifford Wolf2014-11-081-0/+1
|
* Minor corrections in CodingReadmeClifford Wolf2014-11-071-4/+3
|
* Create vcxsrc in mxe build "make dist"Clifford Wolf2014-10-181-20/+26
|
* Added notes regarding building in VSClifford Wolf2014-10-171-0/+35
|
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-101-2/+2
|
* Added new CodingReadme file (replaces CodingStyle and CHECKLISTS)Clifford Wolf2014-09-161-0/+194