turleypol
a5e6206164
Added cmake option to run clang-tidy
...
used everywhere nullptr
2018-10-09 16:36:35 +02:00
turleypol
0a39af15a1
Changed classes to be final if possible, removed override macro
2018-10-09 09:47:27 +02:00
turleypol
dbb25bdb62
Include and buildsystem cleanup ( #45 )
...
Include cleanup
Reworked buildsystem (Linux only)
Removed dynamic libs, Linux now again uses static linking (like windows)
2018-01-29 21:55:48 +01:00
turley
189cad3479
Formating everything
...
Authors are not forced to use the clang-format setting, but should
atleast be inspired by the style.
The only thing which is now not allowed are tabs for ident/alignment!
2016-02-19 19:26:35 +01:00
turley
ed7b16b233
normalized lineendings
2016-02-11 22:54:43 +01:00
Gabriele Tozzi
d1ac902926
Documentation: reformatted headers for DoxyGen
2016-01-28 14:52:40 +01:00
Gabriele Tozzi
45959b92d2
Small memory improvement: BObjectImp.type_ is now u8 instead of int
...
It is very unlikely to grow to more than 256 elements any time soon.
This should save 3 bytes for every single object that derived from it.
Also added explicit int conversions and a not, for better robustness.
2015-12-29 03:21:02 +01:00
turley
dc3c54d3f0
misc stuff:
...
explicit initialization of some members
fixed a define
target cursor ids are now send 1-based instead of 0-based
clean up refpointers in sellhandlers after use (and not before)
iostats changed to atomics
2015-03-15 13:39:34 +01:00
turley
90f162924d
Added override keyword to virtual functions
2014-11-23 15:07:02 +01:00
frozenblit
a704a90208
Another round of stl_inc.h cleanups
2014-11-01 22:27:42 +01:00
turley
331792c755
added more memoryusage estimation
2014-06-07 09:00:37 +00:00
turley
99d7dc3037
namespaces...finally :)
...
Hard part is finished every file is touched. Namespaces are currently rough named by directory name.
Maybe we could split it more
2013-12-21 09:10:46 +00:00
turley
b0338db350
some c++11 changes
2013-09-21 09:45:04 +00:00
turley
593bea8cea
the first version of the leak fix was of cause to easy...
2013-08-31 16:27:31 +00:00
turley
9d5c26cbed
fixed escript memoryleak with array_assign and set_member
...
called on strings it always leaked, different objects only on failure.
2013-08-31 10:19:09 +00:00
turley
65d51103fa
major rewrite of primitive operators
...
major speedup of +=,-=,...
2012-01-03 11:32:26 +00:00
frozenblit
a8f62dd75a
Some more cleanup for PREFAST ...
2011-12-31 00:34:44 +00:00
turley
4e7e400254
64bit compilation..
2011-12-23 13:28:38 +00:00
turley
d32cec7d6c
Added: basic::TypeOfInt( expr ) + basic.em constants
...
returns like TypeOf() the type of given parameter, but returns instead of a string an integer (see basic.em constants)
since integer comparison are way faster then string comparison this function should always be used for comparisons
2011-03-12 10:51:10 +00:00
turley
e10cd27cea
sync: shini - long to int (prerequisit for 64-bit)
2010-03-29 14:52:03 +00:00
turley
8ad4da6ac5
Fixed: call of built-in method with ._methodname if overridden
...
Added: Multis now support method script
2009-12-21 13:52:18 +00:00
muaddib_pol
4f01460d16
+ bscript project upgrade to use literal paths. Removed include of ".."
...
+ Couple format/cleanup
2009-09-11 12:15:05 +00:00
muaddib_pol
d032ee448f
+ POL is now, open source.
2009-09-03 19:44:42 +00:00