Daniel Marjamäki
|
bbde3cc23a
|
Merge pull request #910 from mathbunnyru/asalikhov/improve_readability
improve readability
|
2017-06-03 14:33:21 +02:00 |
uburuntu
|
f4ce49d883
|
ENH: perfomance: using clear() and empty() more faster for stl containers
|
2017-06-02 22:38:00 +04:00 |
Ayaz Salikhov
|
f5646183cd
|
Move comment to the right place
|
2017-06-02 17:15:24 +03:00 |
Ayaz Salikhov
|
132c0af22a
|
Simplify some statements
|
2017-06-01 02:02:12 +03:00 |
Ayaz Salikhov
|
3cd2f2d092
|
Don't cast bool to bool
|
2017-06-01 01:49:40 +03:00 |
Ayaz Salikhov
|
cb58cf8163
|
.length() > 0 == !.emepty()
|
2017-06-01 01:42:29 +03:00 |
amai
|
624ceb5027
|
Fix includes for cygwin
|
2017-05-27 10:23:06 +02:00 |
Ayaz Salikhov
|
28aa939d69
|
iwyu - include what you use
|
2017-05-27 04:33:47 +02:00 |
orbitcowboy
|
b9bac79a8c
|
Improved const correctness, there are no functional changes.
|
2017-05-12 16:20:47 +02:00 |
Daniel Marjamäki
|
1faca91c1d
|
Added 'endsWith' utility function. This will make compiling the democlient easier.
|
2017-04-01 18:14:18 +02:00 |
PKEuS
|
cfac3b457d
|
Several small refactorizations
|
2016-12-06 22:12:02 +01:00 |
orbitcowboy
|
4a439b9308
|
It is more efficient to provide a character instead of a string when searching for a single character. This has been fixed in various places.
|
2016-11-30 12:01:22 +01:00 |
orbitcowboy
|
8a45c3192b
|
There is not need to clear a string directly after its creation.
|
2016-11-30 10:39:14 +01:00 |
PKEuS
|
29e1fe136a
|
Fixed Visual Studio build after pathmatch.h/cpp was moved to lib, fixed compiler errors about getcwd
|
2016-10-02 15:48:03 +02:00 |
Daniel Marjamäki
|
91d97c556d
|
Path: Add methods Path::isAbsolute() and Path::getCurrentPath()
|
2016-10-02 12:06:55 +02:00 |
Daniel Marjamäki
|
2ed50fbf5a
|
Refactoring
|
2016-08-13 15:23:46 +02:00 |
Lauri Nurmi
|
996c9244d8
|
Update copyright year to 2007-2016.
|
2016-01-01 15:34:45 +02:00 |
Alexander Mai
|
f762affea0
|
Small refactoring: replace NULL by nullptr, remove redundant static keyword, Tokenizer::setVarId() uses const variable 'notstart'
|
2015-11-30 22:13:49 +01:00 |
Matthias Krüger
|
c7bbc27130
|
Preprocessor: run paths of some error messages through Path::simplifyPath()
teach Path::simplifyPath() to recursively remove "./././" from beginning of paths.
|
2015-11-30 19:30:37 +01:00 |
Daniel Marjamäki
|
0f9d90d2be
|
Changed Copyrights. Removed my name.
|
2015-11-18 20:04:50 +01:00 |
Miika-Petteri Matikainen
|
1d4e33e792
|
Treat *.hh and *.hxx files as C++ files
Previously they were erroneously detected as C files.
|
2015-11-08 09:43:06 +02:00 |
Dmitry-Me
|
f0e0201c2d
|
Better handle double slashes, more tests
|
2015-02-16 13:11:13 +03:00 |
Daniel Marjamäki
|
6afe2e9fdc
|
astyle formatting
|
2015-02-13 16:36:47 +01:00 |
Dmitry-Me
|
7961bba0da
|
Path: better handling of UNC paths
|
2015-02-13 16:32:45 +01:00 |
Daniel Marjamäki
|
ff11ba9847
|
Updated copyright year to 2015
|
2015-01-03 12:14:58 +01:00 |
PKEuS
|
5bc775e43e
|
Refactorization: avoid string copying in Path::getPathFromFilename()
|
2014-10-30 23:48:23 +01:00 |
Daniel Marjamäki
|
dd6ade9831
|
Fixed #6231 (mingw compiler error: Path::getAbsoluteFilePath)
|
2014-10-21 18:46:09 +02:00 |
Robert Reif
|
e2f72b4cb1
|
Fixed #6215 (Move Windows platform types into library)
|
2014-10-19 07:34:40 +02:00 |
orbitcowboy
|
be49185471
|
Fixed #5925: The first include in path.cpp is not path.h and astyle run.
|
2014-06-16 15:11:44 +02:00 |
PKEuS
|
e9411e05ba
|
Refactorized inefficient usage of std::string and const char[].
|
2014-04-02 13:56:34 +02:00 |
Daniel Marjamäki
|
e48dfb0e6a
|
cygwin: apply cygwin compilation tweaks. thanks ir0nh34d.
|
2014-03-19 21:20:30 +01:00 |
Daniel Marjamäki
|
fd3a8a2a18
|
Update copyright
|
2014-02-15 07:45:39 +01:00 |
Ryan Pavlik
|
32bf275447
|
Fix case-insensitive string compare function on MinGW
|
2014-01-17 15:29:53 -06:00 |
Daniel Marjamäki
|
e446a28b3d
|
Refactoring FileLister and Path so they don't depend on Library
|
2013-10-31 19:09:01 +01:00 |
Sam Truscott
|
6806fd8135
|
Extended Qt support through Library
|
2013-10-20 14:09:10 +02:00 |
PKEuS
|
a9a5dc0354
|
Updated to AStyle 2.03, require this version
|
2013-08-07 16:27:37 +02:00 |
Daniel Marjamäki
|
d7a52eaecd
|
Fixed #4608 (false positive: (style) struct or union member is never used.)
|
2013-03-01 16:13:04 +01:00 |
Reijo Tomperi
|
5d5f7085bf
|
Updating year 2012 -> 2013 to .cpp and .h files and man page.
|
2013-01-01 18:29:08 +02:00 |
Simon Kagstrom
|
95b51d02c9
|
path: Add getPathFromFilename (returns the path part of a filename)
E.g.,
/tmp/a.h -> /tmp/
a.h ->
etc.
|
2012-12-28 12:44:26 +01:00 |
acm4me
|
7da155c8ba
|
Support for Sun Studio C++ compiler
|
2012-12-27 11:51:12 +01:00 |
Daniel Marjamäki
|
233b7ddb4c
|
Fixed #4323 (False Positive: Null pointer dereference)
|
2012-11-29 10:32:34 +01:00 |
Daniel Marjamäki
|
dbddbe75bf
|
Path: Removed java/c# handling. Thanks amai.
|
2012-10-03 19:47:14 +02:00 |
XhmikosR
|
6e4e3dfbfb
|
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
|
2012-09-17 13:51:23 +02:00 |
Ettl Martin
|
5d088aa99c
|
fixed wrong spelled words in comments. No function change.
|
2012-05-05 15:21:27 +02:00 |
PKEuS
|
9f054fbb3c
|
Fixed crash when "-rp=" or "--relative-paths=" is given - print Error.
|
2012-04-14 14:44:15 +02:00 |
PKEuS
|
25167b58a9
|
Implemented #2990: Print relative paths if -rp or --relative-paths is given
|
2012-04-06 10:49:21 +02:00 |
PKEuS
|
2ba2a4e6ae
|
Some refactorizations
|
2012-02-18 11:55:05 +01:00 |
Daniel Marjamäki
|
ee55d3294a
|
Refactoring. Assume that .C files contain C code on case insensitive filesystems.
|
2012-01-08 10:34:31 +01:00 |
Reijo Tomperi
|
93e3e7361e
|
In unix .C is considered C++. Changed isC() and isCPP() to work like they were before refactoring.
|
2012-01-07 10:47:15 +02:00 |
Reijo Tomperi
|
e91d239ea5
|
Refactor: Move file extension checks from Tokenizer to Path class. This has also functional change as now also file.JAVA is considered a Java file.
|
2012-01-06 21:56:28 +02:00 |