Kevin Eady
ec0f6cf8ed
Release POL 100.1.0 ( #600 )
2024-01-18 20:17:14 +08:00
Kevin Eady
37c65cfb0a
Version bump to start work on v100.1.0 ( #382 )
2021-03-04 12:53:52 +01:00
Fernando Rozenblit
9e2d3b0e9b
This commit marks the release of 100.0.0 and makes a few adjustments before the release ( #381 )
...
- Adjust copyright year
- Mark development settings in CMakeLists.txt as advanced
- Update README.md with the new stable version
2021-02-28 23:15:45 +01:00
turleypol
d3ed994f22
Added coveralls badge ( #356 )
2020-12-16 20:08:07 +01:00
turleypol
35e1712f3c
C++17 ( #197 )
...
* move to c++17
* update readme with new compiler requirements
* use c++17 filesystem in testfiles creation
* use gcc9
* Vagrant support for c++17: use gcc9 and llvm 7 (#199 )
Co-authored-by: Eric Swanson <eric.the.unicorn@gmail.com>
2020-08-10 10:04:03 +02:00
Fernando Rozenblit
af19074ed4
Update to cpp14 ( #188 )
...
* use c++14 on linux, visual studio still undefined which means highest
available
* removed make_unique.h due to c++14 no more needed
* stumbled across pre c++14 code
* Removed use of boost::make_unique<> (updated to C++14)
Co-authored-by: turleypol <turley@polserver.com>
2020-08-05 20:28:07 +02:00
Fernando Rozenblit
251d590cf4
Update readme
...
changed minimum version from cmake 3.4 to 3.7
2020-04-23 07:33:24 +02:00
turleypol
a0e1a50ea5
corrected minimum CMake version
2020-04-21 08:15:13 +02:00
Jonathan Morland-Barrett
00306af161
Update README.md
2020-01-02 20:26:13 +08:00
turleypol
36d0ecc59c
renoved travis and appveyor from readme
2019-12-31 09:18:05 +01:00
turleypol
df9aee4e75
corrected action link
2019-12-26 21:47:28 +01:00
turleypol
7db59e0ab8
Support for github actions
...
with artefacts for all platforms
fixed VS2019 build for format lib
2019-12-26 21:43:41 +01:00
turleypol
15d1ff2623
OpenSSL is now mandatory for linux, did not work for years anyway.
2018-05-26 21:14:03 +02:00
Nix
29234d1e32
Update README.md
2018-05-26 11:58:30 -03:00
Gabriele Tozzi
473f8489b8
Docs: more detailed windows build instructions
2018-04-02 18:59:42 +02:00
Gabriele Tozzi
94cd6c4f60
Merge branch 'master' of https://github.com/polserver/polserver
...
Finally starting to align code base :)
Conflicts:
cmake/env/pol_global_config.h.in
docs/docs.polserver.com/pol100/corechanges.xml
pol-core/clib/Debugging/ExceptionParser.cpp
pol-core/clib/pol_global_config_win.h
pol-core/clib/strexcpt.cpp
pol-core/doc/core-changes.txt
pol-core/pol/module/filemod.cpp
pol-core/pol/module/uomod2.cpp
pol-core/pol/pol.cpp
pol-core/pol/uimport.cpp
2018-04-02 17:05:50 +02:00
turleypol
3afc41241b
CMake on windows ( #48 )
...
CMake can now also be used for windows
2018-02-24 22:34:55 +01:00
Fernando Rozenblit
ec583ee31e
Comment about 099 branch
2018-02-11 00:12:28 +01:00
Gabriele Tozzi
88d7c84b6f
Updating doc version to POL100
2018-02-11 00:01:46 +01:00
turleypol
be808a467c
AppVeyor: like Travis only show buildstatus of master branch
2017-12-28 00:22:42 +01:00
Alkhemeia
1803b0c174
Update README.md
...
file changed
2017-04-23 03:59:43 +02:00
Gabriele Tozzi
3257469b8c
Minor improvement on cleaning script
2016-02-24 06:46:17 +01:00
Gabriele Tozzi
975176ffde
Documentation: minor fix on build instructions
2016-02-12 20:52:55 +01:00
Gabriele Tozzi
1b05acc231
Removing unneeded line ending checks and docs
...
.girattributes overrides core.autocrlf so there is no need to do extra checks
Source: https://help.github.com/articles/dealing-with-line-endings/
2016-02-12 13:01:32 +01:00
Gabriele Tozzi
bde4de6bae
Line endings: adding build constraints and docs
2016-02-12 11:57:05 +01:00
Fernando Rozenblit
4832bd9e0f
Fixed typos in README
2016-01-28 10:43:26 +01:00
Gabriele Tozzi
decfa4eee7
Added some documentation over GCC 4.8 compatibility mod
2016-01-20 00:17:35 +01:00
Gabriele Tozzi
3ebc4aa5c4
Minor and typo
2016-01-10 18:56:31 +01:00
Gabriele Tozzi
917e1ce14b
Merge branch 'master' of https://github.com/polserver/polserver
...
Conflicts:
.travis.yml
README.md
pol-core/clib/xmain.cpp
pol-core/pol/module/sqlmod.cpp
pol-core/pol/module/sqlmod.h
2015-12-28 10:33:18 +01:00
turley
3b4b660215
reactivated clang on travis, added appveyor badges
2015-12-27 22:23:10 +01:00
Thomas Volkert
fa8ac83f84
Fixed docu. about min. required cmake version
2015-12-27 18:18:52 +01:00
Gabriele Tozzi
ed2730b2a7
Documentation: fixing ugly typo
2015-12-25 13:24:12 +01:00
Gabriele Tozzi
b99a452794
Documentation: typos and formatting
2015-12-24 05:55:29 +01:00
Gabriele Tozzi
894c5a3694
CMake: added some documentation and Vagrant build support
2015-12-24 05:36:00 +01:00
Gabriele Tozzi
613a06efde
Documentation: updated build documentation
...
Added a temporary mini-howto on how to manually upack boost, to avoid
confusing users until a decision about removal is taken.
2015-12-05 09:39:51 +01:00
Gabriele Tozzi
dfad6c8227
Documentation and .gitignore minor improvement
2015-12-02 10:41:31 +01:00
Thomas Volkert
a5c8311085
Update README.md
2015-11-27 23:32:09 +01:00
Thomas Volkert
715ebd1aab
Update README.md
2015-11-27 23:31:41 +01:00
Thomas Volkert
f3c6781b49
Update README.md
2015-11-01 13:58:21 +01:00
Thomas Volkert
744be38edd
Update README.md
2015-10-31 20:46:25 +01:00
Thomas Volkert
dfe7159c4f
Updated README.md
2015-10-31 20:45:08 +01:00
Fernando Rozenblit
dc625f8d95
Update README.md
...
Added a bit more information about contributing and where to find us (IRC)
2014-09-13 12:19:03 +02:00
Fernando Rozenblit
2d2863166b
Update README.md
...
Added link to the docs, forum and a line about creating issues.
2014-09-08 21:45:56 +02:00
Fernando Rozenblit
4ac1df5e5e
Update README.md
...
Added compiling instructions for Windows and Linux
2014-09-08 21:34:12 +02:00
frozenblit
ab6d8beccf
Update README.md
...
Added fancy badges ;P
2014-09-05 23:45:01 +02:00
frozenblit
6bab18594f
Create README.md
2014-09-05 23:34:15 +02:00