Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-11 | refactor(db_assembler): Allow connecting to non default mysql ports (#3123) | Petric | |
2021-01-03 | chore(MySQL): Deprecate 5.6 (#4070) | Kitzunu | |
2020-12-23 | fix(apps/scripts): Add quotes for directory paths containing empty spaces ↵ | Patrick Lewis | |
(#3716) | |||
2020-11-29 | chore(CMake/Tests): use conventional CMake flag to enable tests (#3809) | Francesco Borzì | |
2020-08-15 | feature(testing-automation): unit tests with Google Framework (#3273) | Francesco Borzì | |
2020-08-06 | feat(bash): support for derivated distro + refactor conf (#3259) | Yehonal | |
* feat(bash): support for derivated distro * refactor: refactoring for dist files | |||
2019-08-23 | fix(db-assembler): error 'cant find any matching row in the user table' (#2202) | Francesco Borzì | |
2019-04-17 | feat(Cmake/MYSQL): Correct support MariaDB for windows (#1674) | Kargatum | |
* Delete CMake option MARIADB * Delete definitions (-DMARIADB) * Replace macro MariaDB support 10.2+ | |||
2019-02-09 | feat(Core/Misc): compatibility with 10.2+ versions of MariaDB library ↵ | Francesco Borzì | |
(#1284) (#1437) | |||
2019-01-30 | style: Reorder DBs in config.sh.dist (#1353) | Barbz | |
Now use the logical order of DBs. Also disabled extractors (tools) compilation by default. | |||
2019-01-22 | chore(db_assembler): Changed var name (#1091) | Barbz | |
- Added a missing "s" to the update suffix because it must match exactly the name of the updates/ directory (we have base, custom and updates) - Also changed var name in config.sh.dist (edit your config.sh if you use it) - Removed trailing spaces | |||
2019-01-10 | CMake: Use source_groups to represent the source tree (#1247) | Kargatum | |
2018-07-17 | Various fixes to acore dashboard | Yehonal | |
+ simple restarter now prevents infinite crash loops + client data downloader now uses github releases and fixed downloading path + module updating now take care about compatibility version info + disabled CONFDIR variable in bash conf file, using BINPATH by default instead | |||
2018-05-30 | Improved description | BarbzYHOOL | |
2018-05-30 | Bash scripts conf - Set backup to false by default, fixed typo and added a ↵ | BarbzYHOOL | |
warning | |||
2017-10-13 | Bash: fixing scripts after directory rework | Yehonal | |
2017-09-26 | Bash: Various improvement for compiler and db_assembler | Yehonal | |
Now db_assembler also creates the users specified in conf.sh files if not exists + Simplified some paths for compilation | |||
2017-09-25 | Revert "Cmake: Compiling with warnings by default" | Yehonal | |
It generates compile errors on windows Maybe we should separate warning cmake define for each compiler (?) This reverts commit 8ad3c15d638807be2e4ebf4cb8453c3b502bd5c9. | |||
2017-09-25 | Various fixes for installer script and db_assembler | Yehonal | |
2017-09-21 | Bash: fixed mysql default conf | Yehonal | |
2017-09-21 | Bash: implemented installer script for server and modules (beta) | Yehonal | |
+ minor fixes | |||
2017-09-21 | Improved db assembler, now can create DBs | Yehonal | |
2017-09-20 | Cmake: Compiling with warnings by default | Yehonal | |
Forcing all contributors to fix all warnings before push a commit (i hope) | |||
2017-09-20 | Implemented sql importing for db_assembler script | Yehonal | |
It includes a backup system that saves your day if you push the "red button" (importing bases on a production db) | |||
2017-08-19 | changed DISABLED_ cmake variable to ENABLED_ and implemented for all ↵ | Yehonal | |
disabled logs | |||
2017-08-19 | Preprocessor option for logging functions (#567) | Yehonal | |
* Update showoptions.cmake * Update config.cmake.dist * Example of preprocessor usage Other work must continue for PR https://github.com/azerothcore/azerothcore-wotlk/pull/519 | |||
2017-03-26 | implemented cmake options to disable extra features for performances ↵ | Yehonal | |
optimization can be easily extended to all features that can be optional but have high performance impact | |||
2017-03-26 | CMAKE: implemented method to disable a module via cmake | Yehonal | |
use -DDISABLED_AC_MODULES or config.cmake file to define it | |||
2017-03-26 | Implemented gperftools support | Yehonal | |
it allows you to profile cpu/memory under unix systems | |||
2016-09-02 | cleaning config.sh.dist file | Yehonal | |
2016-08-26 | Crossplatform header for bash files | Yehonal | |
2016-08-25 | fixed and updated db_assembler to even support old bash v3 ( osx ) | Yehonal | |
we're emulating associative array | |||
2016-08-20 | change default bash compiler to clang | Yehonal | |
2016-08-19 | removed CC compiler from conf | Yehonal | |
2016-08-17 | [CMAKE] More compatible definitions | Yehonal | |
2016-08-13 | implemented db_exporter | Yehonal | |
2016-08-11 | Using more appropriate NS prefixes for our macro and cmake vars | Yehonal | |
2016-08-07 | [BASH] allow additional custom config for cmake | Yehonal | |
2016-08-07 | fixed db_assembler script | Yehonal | |
2016-08-07 | fixed cmake and compilation | Yehonal | |
2016-08-07 | some fixes to bash config files | Yehonal | |
2016-08-07 | starting bash rewriting job [WIP] | Yehonal | |
2016-08-07 | configuration system for cmake | Yehonal | |
- moved cmake options under conf and created default/custom configuration system for cmake |