Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactoring: remove implicit conversion from QCString to const char * | Dimitri van Heesch | 2021-04-22 | 1 | -14/+14 |
| | | | | | | | | | | | | | | | | | This commit changes the following in relation to string use - The implicit convert from 'QCString' to 'const char *' is removed - Strings parameters use 'const QCString &' as much as possible in favor over 'const char *' - 'if (s)' where s is a QCString has been replaced by 'if(!s.isEmpty())' - data() now always returns a valid C-string and not a 0-pointer. - when passing a string 's' to printf and related functions 'qPrint(s)' is used instead of 's.data()' - for empty string arguments 'QCString()' is used instead of '0' - The copy() operation has been removed - Where possible 'qstrcmp(a,b)==0' has been replaces by 'a==b' and 'qstrcmp(a,b)<0' has been replaced by 'a<b' - Parameters of string type that were default initialized with '= 0' are no initialized with '= QCString()' | ||||
* | issue #2732: Adding support for C++ concepts (Origin: bugzilla #499352) | Dimitri van Heesch | 2021-04-08 | 1 | -1/+29 |
| | |||||
* | Some fixes and cleanup | Dimitri van Heesch | 2020-08-03 | 1 | -22/+2 |
| | | | | | | | | - fix issue with test 037 - moved trISOLang() to the language control section and removed the "no need for a TranslatorAdapter_1_8_19" banner. - removed unused adapter classes - add translation for Dutch | ||||
* | Vhdl improvements (ALIAS, translation) (#7813) | powARman | 2020-08-03 | 1 | -1/+11 |
| | | | | | | | | | | | | | * Support VHDL alias constructs. * Translate class to "Design Unit" for VHDL. * Fix compile error * Add new function trDesignUnitDocumentation() to translator. Adapt english and german translation to use the new function. Co-authored-by: Andreas Regel <andreas.regel@newayselectronics.com> | ||||
* | Remove not used translator function | albert-github | 2020-06-17 | 1 | -3/+0 |
| | | | | The translator function trDesignOverview was not used anymore. | ||||
* | Remove non-english translations | Joe George | 2018-11-02 | 1 | -1/+88 |
| | |||||
* | Add VHDL strings to Translator class and add german translations. | Andreas Regel | 2018-01-08 | 1 | -1/+34 |
| | |||||
* | src/translator_adapter.h -- trDirDependency() removed | Petr Prikryl | 2013-06-25 | 1 | -2/+0 |
| | |||||
* | Release-1.8.3.1-20130512 | Dimitri van Heesch | 2013-05-12 | 1 | -1/+1 |
| | |||||
* | Release-1.8.3.1-20130402 | Dimitri van Heesch | 2013-04-02 | 1 | -7/+38 |
| | |||||
* | Release-1.8.3.1-20130324 | Dimitri van Heesch | 2013-03-24 | 1 | -24/+12 |
| | |||||
* | Release-1.8.1.2-20120729 | Dimitri van Heesch | 2012-07-29 | 1 | -1/+30 |
| | |||||
* | Release-1.8.1.1 | Dimitri van Heesch | 2012-06-10 | 1 | -1/+22 |
| | |||||
* | Added two additional translatable sentences for future use. | Dimitri van Heesch | 2012-04-09 | 1 | -0/+7 |
| | |||||
* | Release-1.8.0-20120408 | Dimitri van Heesch | 2012-04-08 | 1 | -1/+23 |
| | |||||
* | Release-1.7.5 | Dimitri van Heesch | 2011-08-14 | 1 | -47/+0 |
| | |||||
* | Release-1.7.4-20110727 | Dimitri van Heesch | 2011-07-27 | 1 | -2/+17 |
| | |||||
* | Release-1.7.0 | Dimitri van Heesch | 2010-06-15 | 1 | -42/+0 |
| | |||||
* | Release-1.6.3-20100418 | Dimitri van Heesch | 2010-04-18 | 1 | -1/+19 |
| | |||||
* | Release-1.5.9-20090814 | Dimitri van Heesch | 2009-08-14 | 1 | -1/+23 |
| | |||||
* | Release-1.5.4-20080101 | Dimitri van Heesch | 2008-01-17 | 1 | -1/+77 |
| | |||||
* | Release-1.5.1-20070107 | Dimitri van Heesch | 2007-01-07 | 1 | -43/+0 |
| | |||||
* | Release-1.4.7 | Dimitri van Heesch | 2006-06-11 | 1 | -0/+4 |
| | |||||
* | Release-1.4.6-20060507 | Dimitri van Heesch | 2006-05-07 | 1 | -1/+13 |
| | |||||
* | Release-1.4.3-20050707 | Dimitri van Heesch | 2005-07-07 | 1 | -0/+1 |
| | |||||
* | Release-1.4.1-20050307 | Dimitri van Heesch | 2005-03-07 | 1 | -1/+11 |
| | |||||
* | Release-1.3.8-20040906 | Dimitri van Heesch | 2004-09-06 | 1 | -1/+21 |
| | |||||
* | Release-1.3.8-20040812 | Dimitri van Heesch | 2004-08-12 | 1 | -200/+1 |
| | |||||
* | Release-1.3.7-20040704 | Dimitri van Heesch | 2004-07-04 | 1 | -15/+0 |
| | |||||
* | Release-1.3.7-20040617 | Dimitri van Heesch | 2004-06-17 | 1 | -1/+11 |
| | |||||
* | Release-1.3.3-20030808 | Dimitri van Heesch | 2003-08-08 | 1 | -2/+18 |
| | |||||
* | Release-1.3.1-20030609 | Dimitri van Heesch | 2003-06-09 | 1 | -2/+13 |
| | |||||
* | Release-1.3-20030421 | Dimitri van Heesch | 2003-04-21 | 1 | -1/+20 |
| | |||||
* | Release-1.2.18-20021013 | Dimitri van Heesch | 2002-10-13 | 1 | -1/+13 |
| | |||||
* | Release-1.2.17-20020728 | Dimitri van Heesch | 2002-07-28 | 1 | -1/+11 |
| | |||||
* | Release-1.2.16-20020707 | Dimitri van Heesch | 2002-07-07 | 1 | -1/+11 |
| | |||||
* | Doxygen-1.2.13-20020122 | Dimitri van Heesch | 2002-01-22 | 1 | -3/+15 |
| | |||||
* | Release-1.2.13 | Dimitri van Heesch | 2001-12-29 | 1 | -248/+0 |
| | |||||
* | Release-1.2.11-20011111 | Dimitri van Heesch | 2001-11-11 | 1 | -29/+13 |
| | |||||
* | Release-1.2.11-20011104 | Dimitri van Heesch | 2001-11-04 | 1 | -4/+15 |
| | |||||
* | Release-1.2.8.1 | Dimitri van Heesch | 2001-06-10 | 1 | -2/+15 |
| | |||||
* | Release-1.2.7-20010524 | Dimitri van Heesch | 2001-05-24 | 1 | -125/+172 |
| | |||||
* | Release-1.2.7 | Dimitri van Heesch | 2001-04-30 | 1 | -0/+463 |