Commit Graph

12 Commits

Author SHA1 Message Date
s1lentq
c893651bf0 Remove gradle & cleanup 2021-04-08 05:13:42 +07:00
s1lentq
ccd36e765b CMakeLists.txt configure Intel C++ Compiler
build.yml: use container linux86buildtools
Minor refactoring
2021-04-08 03:34:55 +07:00
s1lentq
f27be28abb CMakeLists.txt: Configure for more compat to older linux distros (Debian 7, Centoc 6 etc) 2021-03-25 08:29:10 +07:00
s1lentq
2e8bd9e1eb Add workflows/build.yml
Preparing migration to workflows
Fixes warnings
Update badges README.md
2021-03-16 21:22:34 +07:00
Shorohov Sergey
9f7be106ed Add toolset for VS 19 (#712)
* Add toolset for VS 19
2019-08-10 21:00:37 +07:00
s1lent
2cf2fc6b63
Reconstruction & cleanup include files
Remove useless include files and part of code too
Move defines Q_* functions from engine/common.h to public/strtools.h
Rename functions:
	strcopy > Q_strlcpy
	strncopy > Q_strnlcpy
2017-07-23 17:05:15 +07:00
s1lent
06ed0a12fd
Added platform toolset selector for VS2017 2017-07-23 13:10:21 +07:00
s1lent
6bda5ecbba Restructuring of rehlds for HLTV project.
Improved hooks stuff: Removed wrappers for virtual functions hooks.
2017-04-24 04:25:31 +07:00
Lev
46bf6e7af1 Remove excess project configurations. 2017-03-08 20:23:55 +05:00
Chuvi
70d1c4a79a Selecting correct toolset for VS2013/VS2015.
Probably, VS2017 should be added here too.
2017-03-08 15:55:00 +03:00
Lev
2f64cfc873 GCC support (#339)
* GCC support - could be used via -PuseGcc command line argument.

* Refactoring around __FUNCTION__, change __FUNCTION__ into __func__.

* Refactoring, formatting, small fixes.
2017-02-11 01:51:22 +05:00
dreamstalker
7326bee095 Initial commit 2015-05-04 22:25:41 +04:00