author
int64
658
755k
date
stringlengths
19
19
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
list
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
261,218
24.10.2022 08:40:25
-7,200
44335a1a34396e6cebd801baa8887419a1dd9c5c
routing(java): Clean tests
[ { "change_type": "MODIFY", "old_path": "ortools/constraint_solver/java/RoutingSolverTest.java", "new_path": "ortools/constraint_solver/java/RoutingSolverTest.java", "diff": "@@ -150,14 +150,18 @@ public final class RoutingSolverTest {\npublic void testRoutingModelParameters() {\nfinal RoutingModelPa...
C++
Apache License 2.0
google/or-tools
routing(java): Clean tests
261,218
24.10.2022 08:41:24
-7,200
13c13048d5482634838f944c95ccef25768869bd
routing(python): Fix format in test
[ { "change_type": "MODIFY", "old_path": "ortools/constraint_solver/python/pywraprouting_test.py", "new_path": "ortools/constraint_solver/python/pywraprouting_test.py", "diff": "@@ -132,7 +132,8 @@ class TestRoutingModel(unittest.TestCase):\nself.assertIsNotNone(manager)\nmodel = pywrapcp.RoutingModel...
C++
Apache License 2.0
google/or-tools
routing(python): Fix format in test
261,230
25.10.2022 20:30:41
-7,200
2caae2985cbcc164289f9a464ab245d5eb14d22d
polish/reindent graph python wrappers and samples
[ { "change_type": "MODIFY", "old_path": "ortools/graph/connected_components.h", "new_path": "ortools/graph/connected_components.h", "diff": "#include \"ortools/base/ptr_util.h\"\nnamespace util {\n+// Generic version of GetConnectedComponents() (see below) that supports other\n+// integer types, e.g....
C++
Apache License 2.0
google/or-tools
polish/reindent graph python wrappers and samples
261,237
26.10.2022 17:17:09
-19,080
e00b28ad298c885807bbfc636c8a5106ba34be2f
fixed a few dead links
[ { "change_type": "MODIFY", "old_path": "ortools/sat/README.md", "new_path": "ortools/sat/README.md", "diff": "@@ -11,7 +11,7 @@ CP-SAT was described during the CPAIOR 2020 masterclass. The recording is\navailable [here](https://www.youtube.com/watch?v=lmy1ddn4cyw).\nTo begin, skim\n-[cp_model.proto]...
C++
Apache License 2.0
google/or-tools
fixed a few dead links
261,218
26.10.2022 14:11:41
-7,200
cdc535b8b4da578425304cfa03deb729fe0815df
util: Add rounding_modes_benchmark.cc
[ { "change_type": "MODIFY", "old_path": "ortools/util/CMakeLists.txt", "new_path": "ortools/util/CMakeLists.txt", "diff": "# limitations under the License.\nfile(GLOB _SRCS \"*.h\" \"*.cc\")\n+list(FILTER _SRCS EXCLUDE REGEX \".*/rounding_modes_benchmark.cc\")\n+\nset(NAME ${PROJECT_NAME}_util)\n# Wi...
C++
Apache License 2.0
google/or-tools
util: Add rounding_modes_benchmark.cc
261,218
26.10.2022 14:11:57
-7,200
3daba193af01e1d9de8898d650a6979c3486416a
math_opt: export from google3
[ { "change_type": "MODIFY", "old_path": "ortools/math_opt/constraints/indicator/indicator_constraint.cc", "new_path": "ortools/math_opt/constraints/indicator/indicator_constraint.cc", "diff": "@@ -38,7 +38,8 @@ std::string IndicatorConstraint::ToString() const {\nconst IndicatorConstraintData& data =...
C++
Apache License 2.0
google/or-tools
math_opt: export from google3
261,218
26.10.2022 14:12:58
-7,200
2f3db48ce57b7ac65d371cd67f99b4cc48506531
constraint_solver: export from google3
[ { "change_type": "MODIFY", "old_path": "ortools/constraint_solver/java/RoutingSolverTest.java", "new_path": "ortools/constraint_solver/java/RoutingSolverTest.java", "diff": "@@ -21,6 +21,8 @@ import static org.junit.jupiter.api.Assertions.assertTrue;\nimport com.google.auto.value.AutoValue;\nimport ...
C++
Apache License 2.0
google/or-tools
constraint_solver: export from google3
261,218
26.10.2022 14:13:20
-7,200
21f906be28713a6409afc8bbca3d63be164d09ff
base: fix format
[ { "change_type": "MODIFY", "old_path": "ortools/base/file.cc", "new_path": "ortools/base/file.cc", "diff": "@@ -186,8 +186,7 @@ absl::Status GetContents(const absl::string_view& filename, std::string* output,\n#endif // _MSC_VER\nfile->Close(flags); // Even if ReadToString() fails!\n- return absl::S...
C++
Apache License 2.0
google/or-tools
base: fix format
261,218
26.10.2022 14:24:01
-7,200
922ce0226bd9aea1becf38c4b04ec7ee4d6e97ba
routing: fix best value in data
[ { "change_type": "MODIFY", "old_path": "ortools/routing/testdata/tsplib_F-n45-k4.vrp", "new_path": "ortools/routing/testdata/tsplib_F-n45-k4.vrp", "diff": "NAME : F-n45-k4\n-COMMENT : (Fisher: problem 10, Min no of trucks: 4, Best value: 728)\n+COMMENT : (Fisher: problem 10, Min no of trucks: 4, Bes...
C++
Apache License 2.0
google/or-tools
routing: fix best value in data
261,218
26.10.2022 15:22:17
-7,200
e48c362f2e063e0de57590125711c411450827f5
make: Fix pdlp samples
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.cpp.mk", "new_path": "makefiles/Makefile.cpp.mk", "diff": "@@ -249,7 +249,7 @@ else\nendif\nendef\n-CPP_SAMPLES := algorithms graph glop constraint_solver linear_solver math_opt model_builder routing sat\n+CPP_SAMPLES := algorithms graph glo...
C++
Apache License 2.0
google/or-tools
make: Fix pdlp samples
261,218
26.10.2022 15:26:39
-7,200
6346e05af332592ec769d1b64bb5fb4e393cac5d
make: fix test_cpp_model_viewer
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.cpp.mk", "new_path": "makefiles/Makefile.cpp.mk", "diff": "@@ -438,8 +438,8 @@ test_cpp_linear_solver_samples: \\\nrcpp_simple_mip_program \\\nrcpp_stigler_diet\n-.PHONY: test_cc_model_builder_samples # Build and Run all C++ CP Samples (loca...
C++
Apache License 2.0
google/or-tools
make: fix test_cpp_model_viewer
261,218
26.10.2022 16:22:32
-7,200
9b0825d58c849f442ec423e81cdf2676e7d1bdd7
routing: fix indent
[ { "change_type": "MODIFY", "old_path": "ortools/constraint_solver/routing.h", "new_path": "ortools/constraint_solver/routing.h", "diff": "@@ -2445,7 +2445,7 @@ class GlobalVehicleBreaksConstraint : public Constraint {\nbefore_start_(before_start),\nafter_start_(after_start) {}\nexplicit TaskTranslat...
C++
Apache License 2.0
google/or-tools
routing: fix indent
261,237
27.10.2022 14:28:31
-19,080
4685866446189028123987d39c9cdc4689f2b262
slight changes to the relative links
[ { "change_type": "MODIFY", "old_path": "ortools/sat/README.md", "new_path": "ortools/sat/README.md", "diff": "@@ -77,9 +77,9 @@ Input/output:\n* [drat_writer.h](../sat/drat_writer.h):\nWrite UNSAT proof in the DRAT format. This allows to check the correctness\nof an UNSAT proof with the third party ...
C++
Apache License 2.0
google/or-tools
slight changes to the relative links
261,218
28.10.2022 11:49:59
-7,200
49d3c1ecbfc1899a7886df12e604f30a2598836f
Fix pywraprouting_test.py
[ { "change_type": "MODIFY", "old_path": "ortools/constraint_solver/python/pywraprouting_test.py", "new_path": "ortools/constraint_solver/python/pywraprouting_test.py", "diff": "@@ -727,7 +727,7 @@ class TestBoundCost(unittest.TestCase):\nself.assertEqual(0, bound_cost.bound)\nself.assertEqual(0, boun...
C++
Apache License 2.0
google/or-tools
Fix pywraprouting_test.py
261,218
28.10.2022 17:23:46
-7,200
9270aa0d59910175be8df9d7247e10b7233b4686
routing(python): test fixup
[ { "change_type": "MODIFY", "old_path": "ortools/constraint_solver/python/pywraprouting_test.py", "new_path": "ortools/constraint_solver/python/pywraprouting_test.py", "diff": "@@ -206,7 +206,7 @@ class TestRoutingModel(unittest.TestCase):\nself.assertIsNotNone(manager)\nmodel = pywrapcp.RoutingModel...
C++
Apache License 2.0
google/or-tools
routing(python): test fixup
261,230
04.11.2022 09:34:37
-3,600
412f3d7d9c31a83f781bd3d65479a5f044c60615
add model and solution fingerprinting to CP-SAT; cleanup old hash code; incorporate fast_hash in the codebase
[ { "change_type": "MODIFY", "old_path": "WORKSPACE", "new_path": "WORKSPACE", "diff": "@@ -111,6 +111,23 @@ cc_library(\n\"\"\"\n)\n+# fast-hash has no Bazel build.\n+new_git_repository(\n+ name = \"fast_hash\",\n+ branch = \"master\",\n+ remote = \"https://github.com/ztanml/fast-hash\",\n+ build_fil...
C++
Apache License 2.0
google/or-tools
add model and solution fingerprinting to CP-SAT; cleanup old hash code; incorporate fast_hash in the codebase
261,218
04.11.2022 16:06:39
-3,600
efc089e8b578014a5ce6571e765e79e63e022427
bazel: remove dead dependency now fast_hash is vendored in base/hash.cc
[ { "change_type": "MODIFY", "old_path": "WORKSPACE", "new_path": "WORKSPACE", "diff": "@@ -111,23 +111,6 @@ cc_library(\n\"\"\"\n)\n-# fast-hash has no Bazel build.\n-new_git_repository(\n- name = \"fast_hash\",\n- branch = \"master\",\n- remote = \"https://github.com/ztanml/fast-hash\",\n- build_fil...
C++
Apache License 2.0
google/or-tools
bazel: remove dead dependency now fast_hash is vendored in base/hash.cc
261,218
04.11.2022 17:34:03
-3,600
76a73026dd2b07a77785a313ed599ba824605631
release: Fix macos arm64 build
[ { "change_type": "MODIFY", "old_path": "tools/release/build_delivery_macos.sh", "new_path": "tools/release/build_delivery_macos.sh", "diff": "@@ -221,7 +221,7 @@ function build_python() {\n\"python$i\" -m pip install --upgrade --user wheel absl-py mypy-protobuf virtualenv\ncommand -v protoc-gen-mypy...
C++
Apache License 2.0
google/or-tools
release: Fix macos arm64 build
261,218
04.11.2022 18:26:23
-3,600
ab2fb2305a419c4721ad474657547942ccde0548
release: Fix python whl naming
[ { "change_type": "MODIFY", "old_path": "tools/release/build_delivery_macos.sh", "new_path": "tools/release/build_delivery_macos.sh", "diff": "@@ -244,6 +244,13 @@ function build_python() {\n#echo \"cmake test_python$i: DONE\" | tee -a build.log\ncp \"temp_python$i\"/python/dist/*.whl export/\n+ if [...
C++
Apache License 2.0
google/or-tools
release: Fix python whl naming
261,230
04.11.2022 19:57:21
-3,600
5bffac511ebb4ae73b04fe7fa42e781789174257
[CP-SAT] improve deterministic search code
[ { "change_type": "MODIFY", "old_path": "ortools/sat/synchronization.cc", "new_path": "ortools/sat/synchronization.cc", "diff": "@@ -393,6 +393,7 @@ void SharedResponseManager::Synchronize() {\nIntegerValue(inner_objective_lower_bound_);\nsynchronized_inner_objective_upper_bound_ =\nIntegerValue(inne...
C++
Apache License 2.0
google/or-tools
[CP-SAT] improve deterministic search code
261,230
04.11.2022 19:57:42
-3,600
43e560d2369f285cc20578065ae5b751b407b27b
[FLATZINC] remove num_solution/-n options
[ { "change_type": "MODIFY", "old_path": "ortools/flatzinc/cp_model_fz_solver.h", "new_path": "ortools/flatzinc/cp_model_fz_solver.h", "diff": "@@ -26,7 +26,6 @@ struct FlatzincSatParameters {\nbool use_free_search = false;\nbool log_search_progress = false;\nbool display_statistics = false;\n- int ma...
C++
Apache License 2.0
google/or-tools
[FLATZINC] remove num_solution/-n options
261,230
06.11.2022 10:58:59
-3,600
61f0e27dfd870727e95863a572bdfee28cabfb22
[CP-SAT] fix deterministic mode
[ { "change_type": "MODIFY", "old_path": "ortools/sat/cp_model_solver.cc", "new_path": "ortools/sat/cp_model_solver.cc", "diff": "@@ -1595,9 +1595,7 @@ void SolveLoadedCpModel(const CpModelProto& model_proto, Model* model) {\n};\n// Reconfigure search heuristic if it was changed.\n- if (model->GetOrCr...
C++
Apache License 2.0
google/or-tools
[CP-SAT] fix deterministic mode
261,218
07.11.2022 11:55:22
-3,600
bdba6d1c94b7376f7327c2c7a7f6848eac5ce512
tools/docker: fix python amd64 manylinux build
[ { "change_type": "MODIFY", "old_path": "tools/docker/python/amd64/manylinux.Dockerfile", "new_path": "tools/docker/python/amd64/manylinux.Dockerfile", "diff": "@@ -35,7 +35,7 @@ RUN curl --location-trusted \\\n&& tar xvf swig-4.0.2.tar.gz \\\n&& rm swig-4.0.2.tar.gz \\\n&& cd swig-4.0.2 \\\n-&& ./co...
C++
Apache License 2.0
google/or-tools
tools/docker: fix python amd64 manylinux build
261,218
07.11.2022 13:19:43
-3,600
bf6a63671e38c8b73e3d2b301ed3aeff01bd7824
base: Fix hash.cc (Fix
[ { "change_type": "MODIFY", "old_path": "ortools/base/hash.cc", "new_path": "ortools/base/hash.cc", "diff": "@@ -20,12 +20,12 @@ namespace operations_research {\n// Compression function for Merkle-Damgard construction.\n// This function is generated using the framework provided.\n-#define mix(h) \\\n...
C++
Apache License 2.0
google/or-tools
base: Fix hash.cc (Fix #3537)
261,230
07.11.2022 15:11:54
-3,600
26b2da9798b967709fde7c82a09dd69111bfb904
fix compilation of fasthash64 on windows
[ { "change_type": "MODIFY", "old_path": "ortools/base/hash.cc", "new_path": "ortools/base/hash.cc", "diff": "@@ -17,15 +17,21 @@ namespace operations_research {\n// This is a copy of the code from https://github.com/ztanml/fast-hash\n// We include it here for build simplicity.\n+//\n+// We have made ...
C++
Apache License 2.0
google/or-tools
fix compilation of fasthash64 on windows
261,218
07.11.2022 15:29:16
-3,600
ecd2afe4bbff7aa636bf63e31984341fb773225f
swig: Fix python build when using swig 4.1.0
[ { "change_type": "MODIFY", "old_path": "cmake/python.cmake", "new_path": "cmake/python.cmake", "diff": "@@ -219,25 +219,7 @@ endif()\n#######################\n## PYTHON WRAPPERS ##\n#######################\n-# CMake will remove all '-D' prefix (i.e. -DUSE_FOO become USE_FOO)\n-#get_target_property(F...
C++
Apache License 2.0
google/or-tools
swig: Fix python build when using swig 4.1.0
261,218
07.11.2022 15:29:40
-3,600
d1aed89a26e3240a3ca51f2b17c962de27c5c617
swig: Fix java build when using swig 4.1.0
[ { "change_type": "MODIFY", "old_path": "cmake/java.cmake", "new_path": "cmake/java.cmake", "diff": "@@ -222,25 +222,7 @@ endif()\n#####################\n## JAVA WRAPPERS ##\n#####################\n-# CMake will remove all '-D' prefix (i.e. -DUSE_FOO become USE_FOO)\n-#get_target_property(FLAGS ${PRO...
C++
Apache License 2.0
google/or-tools
swig: Fix java build when using swig 4.1.0
261,218
07.11.2022 15:29:55
-3,600
1e8423c44f32ad0939eb13c95b8c632ad0bada10
swig: Fix dotnet build when using swig 4.1.0
[ { "change_type": "MODIFY", "old_path": "cmake/dotnet.cmake", "new_path": "cmake/dotnet.cmake", "diff": "@@ -223,25 +223,7 @@ endif()\n#######################\n## DOTNET WRAPPERS ##\n#######################\n-# CMake will remove all '-D' prefix (i.e. -DUSE_FOO become USE_FOO)\n-#get_target_property(F...
C++
Apache License 2.0
google/or-tools
swig: Fix dotnet build when using swig 4.1.0
261,230
07.11.2022 16:38:06
-3,600
77b2703efab260f9f296f5bec246079a2dccb769
[CP-SAT] fix interleave_search; minor code improvements
[ { "change_type": "MODIFY", "old_path": "ortools/sat/cp_model_expand.cc", "new_path": "ortools/sat/cp_model_expand.cc", "diff": "@@ -521,14 +521,14 @@ void ExpandVariableElement(ConstraintProto* ct, PresolveContext* context) {\nconst int target_ref = element.target();\nconst Domain index_domain = con...
C++
Apache License 2.0
google/or-tools
[CP-SAT] fix interleave_search; minor code improvements
261,230
07.11.2022 16:38:22
-3,600
1857b0f51722b06a4e6234860f1edd1054b4a9ce
[ROUTING] use standard <random>
[ { "change_type": "MODIFY", "old_path": "ortools/routing/cvrptw_lib.cc", "new_path": "ortools/routing/cvrptw_lib.cc", "diff": "#include <cstdint>\n#include <limits>\n#include <memory>\n+#include <random>\n#include <set>\n#include <string>\n#include <utility>\n#include \"ortools/base/logging.h\"\n#inc...
C++
Apache License 2.0
google/or-tools
[ROUTING] use standard <random>
261,230
07.11.2022 16:38:45
-3,600
bee272b4fdc8273e93f7b094b94716598b5676b4
[GRAPH] check connectivity in the eulerian_path
[ { "change_type": "MODIFY", "old_path": "ortools/graph/eulerian_path.h", "new_path": "ortools/graph/eulerian_path.h", "diff": "namespace operations_research {\n+namespace internal {\n+template <typename Graph>\n+bool GraphIsConnected(const Graph& graph);\n+} // namespace internal\n+\n// Returns true ...
C++
Apache License 2.0
google/or-tools
[GRAPH] check connectivity in the eulerian_path
261,230
07.11.2022 16:39:23
-3,600
896709acff75d3fd37db6f74793ac777853396a6
[GLOP] optimize pivoting
[ { "change_type": "MODIFY", "old_path": "ortools/glop/dual_edge_norms.cc", "new_path": "ortools/glop/dual_edge_norms.cc", "diff": "@@ -43,39 +43,51 @@ void DualEdgeNorms::UpdateDataOnBasisPermutation(\nApplyColumnPermutationToRowIndexedVector(col_perm, &edge_squared_norms_);\n}\n-void DualEdgeNorms::...
C++
Apache License 2.0
google/or-tools
[GLOP] optimize pivoting
261,218
08.11.2022 16:28:05
-3,600
3a87b025c001e2e3bff9fbb7f9b59f4113559370
routing: disable broken tests todo(mizux): fix file path management
[ { "change_type": "MODIFY", "old_path": "ortools/routing/carp_parser_test.cc", "new_path": "ortools/routing/carp_parser_test.cc", "diff": "@@ -48,7 +48,7 @@ TEST(CarpParserTest, LoadNonExistingFile) {\nCarpParser parser;\nEXPECT_FALSE(parser.LoadFile(\"\"));\n}\n-\n+/*\nTEST(CarpParserTest, LoadInval...
C++
Apache License 2.0
google/or-tools
routing: disable broken tests todo(mizux): fix file path management
261,218
08.11.2022 18:10:26
-3,600
86a64cd1f4db99a6a757ceffd57fc94f736b6cbc
python: copy pdlp python sample
[ { "change_type": "MODIFY", "old_path": "makefiles/Makefile.python.mk", "new_path": "makefiles/Makefile.python.mk", "diff": "@@ -656,6 +656,7 @@ python_examples_archive: | \\\n$(COPY) ortools$Sgraph$Ssamples$S*.py $(TEMP_PYTHON_DIR)$Sortools_examples$Sexamples$Spython\n$(COPY) ortools$Slinear_solver$...
C++
Apache License 2.0
google/or-tools
python: copy pdlp python sample
261,218
09.11.2022 09:30:29
-3,600
a2f777d4bd770a7fe2ae8bf8173d4d0c46fd7edf
make: fix archive_python
[ { "change_type": "MODIFY", "old_path": ".gitignore", "new_path": ".gitignore", "diff": "@@ -4,6 +4,7 @@ Makefile.local~\n/build_make/\n/install_make/\n/dependencies/\n+/or-tools_*\n/or-tools_cpp*\n/or-tools_dotnet*\n/or-tools_java*\n" }, { "change_type": "MODIFY", "old_path": "makefiles/...
C++
Apache License 2.0
google/or-tools
make: fix archive_python
261,230
09.11.2022 09:53:18
-3,600
fef32d313dd38faa62722110f93cb44c8b336147
[LP-DATA] fix USE_LP_PARSER=OFF build
[ { "change_type": "MODIFY", "old_path": "ortools/lp_data/lp_parser.cc", "new_path": "ortools/lp_data/lp_parser.cc", "diff": "#include \"absl/strings/str_cat.h\"\n#include \"absl/strings/str_split.h\"\n#include \"absl/strings/string_view.h\"\n-#include \"absl/strings/strip.h\"\n-#include \"ortools/bas...
C++
Apache License 2.0
google/or-tools
[LP-DATA] fix USE_LP_PARSER=OFF build
261,230
09.11.2022 09:54:07
-3,600
7ac2254bf011b2090907677114c6af80aa93b086
[CP-SAT] make clause sharing deterministic with interleave_search=true
[ { "change_type": "MODIFY", "old_path": "ortools/sat/cp_model_search.cc", "new_path": "ortools/sat/cp_model_search.cc", "diff": "@@ -711,6 +711,7 @@ std::vector<SatParameters> GetDiverseSetOfParameters(\nint index = 1;\nwhile (result.size() < target) {\n+ const int id = (index + 1) / 2;\nif (index % ...
C++
Apache License 2.0
google/or-tools
[CP-SAT] make clause sharing deterministic with interleave_search=true
261,218
09.11.2022 11:30:33
-3,600
5894c23a44edca486394c58952f808975eeccbde
tools/docker: Fix export
[ { "change_type": "MODIFY", "old_path": "tools/docker/Makefile", "new_path": "tools/docker/Makefile", "diff": "@@ -535,7 +535,7 @@ export/archives/or-tools_$1_$2_$3_v${OR_TOOLS_VERSION}.tar.gz: $1_$2_$3_archive\n-v `pwd`/export:/export \\\n${IMAGE}:$$< \\\n\"cp or-tools_*_v*.tar.gz /export/$1/$2\"\n-...
C++
Apache License 2.0
google/or-tools
tools/docker: Fix export
261,230
09.11.2022 18:12:36
-3,600
34147224230ce2c84720fb0cfbcdd07b96891f99
[GLOP] improve internals
[ { "change_type": "MODIFY", "old_path": "ortools/glop/parameters.proto", "new_path": "ortools/glop/parameters.proto", "diff": "@@ -25,7 +25,7 @@ option java_package = \"com.google.ortools.glop\";\noption java_multiple_files = true;\noption csharp_namespace = \"Google.OrTools.Glop\";\n-// next id = 69...
C++
Apache License 2.0
google/or-tools
[GLOP] improve internals
261,218
09.11.2022 18:30:30
-3,600
b24bc8dddde17f9df5ca72463f8599a9464aa60e
tools/release: fix windows test
[ { "change_type": "MODIFY", "old_path": "tools/release/test_delivery_win.cmd", "new_path": "tools/release/test_delivery_win.cmd", "diff": "@@ -21,6 +21,8 @@ which.exe C:\\python39-64\\python.exe || exit 1\necho C:\\python39-64\\python.exe: FOUND | tee.exe -a test.log\nwhich.exe C:\\python310-64\\pyth...
C++
Apache License 2.0
google/or-tools
tools/release: fix windows test
261,230
10.11.2022 11:28:22
-3,600
f03831059dc02dbbbb4a63b4e4452525216357d0
[GLOP] tweaks and improvements
[ { "change_type": "MODIFY", "old_path": "ortools/glop/entering_variable.cc", "new_path": "ortools/glop/entering_variable.cc", "diff": "@@ -60,6 +60,8 @@ Status EnteringVariable::DualChooseEnteringColumn(\n? parameters_.minimum_acceptable_pivot()\n: parameters_.ratio_test_zero_threshold();\n+ Fraction...
C++
Apache License 2.0
google/or-tools
[GLOP] tweaks and improvements
261,230
11.11.2022 11:16:29
-3,600
39a1d96a59dd8fe3d5f6bacfbe14821d2b3d71b7
polish python examples
[ { "change_type": "MODIFY", "old_path": "examples/contrib/production.py", "new_path": "examples/contrib/production.py", "diff": "@@ -25,10 +25,10 @@ import sys\nfrom ortools.linear_solver import pywraplp\n-def main(sol='CBC'):\n+def main():\n# Create the solver.\n- solver = pywraplp.Solver.CreateSolv...
C++
Apache License 2.0
google/or-tools
polish python examples
261,230
12.11.2022 12:04:50
-3,600
44537eddddeb0f0b04182d141135a59b9982f422
try to fix lp_test_api.py
[ { "change_type": "MODIFY", "old_path": "ortools/linear_solver/python/lp_api_test.py", "new_path": "ortools/linear_solver/python/lp_api_test.py", "diff": "@@ -20,7 +20,7 @@ def test_sum_no_brackets():\nSum([x for x in range(10) if x % 2 == 0])\ntext_model = \"\"\"\n-solver_type:CBC_MIXED_INTEGER_PROG...
C++
Apache License 2.0
google/or-tools
try to fix lp_test_api.py
261,230
12.11.2022 12:07:27
-3,600
49d017345749edc3807f8a10529b6eb585e27434
try to fix another example
[ { "change_type": "MODIFY", "old_path": "examples/python/arc_flow_cutting_stock_sat.py", "new_path": "examples/python/arc_flow_cutting_stock_sat.py", "diff": "@@ -203,8 +203,9 @@ def solve_cutting_stock_with_arc_flow_and_mip():\nitem_coeffs = collections.defaultdict(list)\nstart_time = time.time()\n-...
C++
Apache License 2.0
google/or-tools
try to fix another example
261,230
13.11.2022 10:25:25
-3,600
8b9b8903c67b99acdec75c161dc14e8cf53d3538
tentative fix freebsd
[ { "change_type": "MODIFY", "old_path": "ortools/util/fp_roundtrip_conv.cc", "new_path": "ortools/util/fp_roundtrip_conv.cc", "diff": "#if defined(__wasm__) || defined(ANDROID) || defined(_MSC_VER)\n#undef OPERATION_RESEARCH_STD_TO_CHARS_DOUBLE_SUPPORTED\n#endif\n-#if defined(__APPLE__)\n+#if defined...
C++
Apache License 2.0
google/or-tools
tentative fix freebsd
261,230
14.11.2022 20:31:59
-3,600
1abb177b3a3517056a8743c8778267273e15c56f
[GLOP] unrolling
[ { "change_type": "MODIFY", "old_path": "ortools/glop/basis_representation.h", "new_path": "ortools/glop/basis_representation.h", "diff": "@@ -296,6 +296,9 @@ class BasisFactorization {\n// solve and each factorization.\ndouble DeterministicTime() const;\n+ // Returns the number of updates since last...
C++
Apache License 2.0
google/or-tools
[GLOP] unrolling
261,230
14.11.2022 20:35:24
-3,600
d7db07736ff18fa4570fa2c21154794f8bcbeef8
fix infeasible LNS, was a bug in cumulative presolve
[ { "change_type": "MODIFY", "old_path": "ortools/sat/cp_model_presolve.cc", "new_path": "ortools/sat/cp_model_presolve.cc", "diff": "@@ -4860,7 +4860,7 @@ bool CpModelPresolver::PresolveCumulative(ConstraintProto* ct) {\nint new_size = 0;\nint num_zero_demand_removed = 0;\nint num_zero_size_removed =...
C++
Apache License 2.0
google/or-tools
fix infeasible LNS, was a bug in cumulative presolve
261,230
15.11.2022 11:43:11
-3,600
56f10616a739c1f1d57f340b473da489eb34b7df
[CP-SAT] add more parameter validation; fix fuzzer bug on int_prod
[ { "change_type": "MODIFY", "old_path": "ortools/sat/integer_expr.cc", "new_path": "ortools/sat/integer_expr.cc", "diff": "@@ -783,6 +783,15 @@ bool ProductPropagator::PropagateWhenAllNonNegative() {\n}\n}\n+ // Checks if a_ OR b_ has changed after propagating p_. In that case, abort,\n+ // and wait ...
C++
Apache License 2.0
google/or-tools
[CP-SAT] add more parameter validation; fix fuzzer bug on int_prod
261,230
15.11.2022 14:48:57
-3,600
75ef9c611adf7c7d2af443493fde9776106719e2
[CP-SAT] better fix for int_prod
[ { "change_type": "MODIFY", "old_path": "ortools/sat/integer_expr.cc", "new_path": "ortools/sat/integer_expr.cc", "diff": "@@ -758,6 +758,7 @@ bool ProductPropagator::CanonicalizeCases() {\n// do not contains divisor in the domains of a or b. There is an algo in O(\n// smallest domain size between a ...
C++
Apache License 2.0
google/or-tools
[CP-SAT] better fix for int_prod
261,230
15.11.2022 16:47:05
-3,600
1ca305fa1c6fdc176627e653ea1c4f291dfd319a
[CP-SAT] improve processing of hints; fix bug with median_value heuristic; misc cleanup
[ { "change_type": "MODIFY", "old_path": "ortools/sat/cp_model_loader.cc", "new_path": "ortools/sat/cp_model_loader.cc", "diff": "@@ -853,7 +853,7 @@ void AddFullEncodingFromSearchBranching(const CpModelProto& model_proto,\nif (strategy.domain_reduction_strategy() ==\nDecisionStrategyProto::SELECT_MED...
C++
Apache License 2.0
google/or-tools
[CP-SAT] improve processing of hints; fix bug with median_value heuristic; misc cleanup
261,218
16.11.2022 09:04:55
-3,600
c37f40d583da61acc52dd65cb049d232e79734d7
bazel: bump pybind11 v2.10.0 -> v2.10.1
[ { "change_type": "MODIFY", "old_path": "WORKSPACE", "new_path": "WORKSPACE", "diff": "@@ -145,7 +145,7 @@ git_repository(\nnew_git_repository(\nname = \"pybind11\",\nbuild_file = \"@pybind11_bazel//:pybind11.BUILD\",\n- tag = \"v2.10.0\",\n+ tag = \"v2.10.1\",\nremote = \"https://github.com/pybind/p...
C++
Apache License 2.0
google/or-tools
bazel: bump pybind11 v2.10.0 -> v2.10.1
261,218
16.11.2022 09:05:42
-3,600
b61802ce2670b577206985e9eb7a6e18fc3fb544
cmake: Bump pybind11 v2.10.0 -> v2.10.1
[ { "change_type": "MODIFY", "old_path": "cmake/dependencies/CMakeLists.txt", "new_path": "cmake/dependencies/CMakeLists.txt", "diff": "@@ -161,8 +161,8 @@ if(BUILD_PYTHON AND BUILD_pybind11)\nFetchContent_Declare(\npybind11\nGIT_REPOSITORY \"https://github.com/pybind/pybind11.git\"\n- GIT_TAG \"v2.10...
C++
Apache License 2.0
google/or-tools
cmake: Bump pybind11 v2.10.0 -> v2.10.1
261,218
16.11.2022 15:28:13
-3,600
aed2412f223a9cff332f4421cefbc41c39a51bda
bazel: Bump pybind11_bazel
[ { "change_type": "MODIFY", "old_path": "WORKSPACE", "new_path": "WORKSPACE", "diff": "@@ -136,8 +136,8 @@ pip_install(\ngit_repository(\nname = \"pybind11_bazel\",\n- commit = \"72cbbf1fbc830e487e3012862b7b720001b70672\",\n- patches = [\"//patches:pybind11_bazel.patch\"], # see pybind/pybind11_bazel...
C++
Apache License 2.0
google/or-tools
bazel: Bump pybind11_bazel
261,230
16.11.2022 16:56:16
-3,600
2c21adf0de9d825014c421ac52e5de19fb0bef1f
speed up matrix computation
[ { "change_type": "MODIFY", "old_path": "ortools/lp_data/sparse.cc", "new_path": "ortools/lp_data/sparse.cc", "diff": "@@ -852,9 +852,24 @@ void TriangularMatrix::TransposeUpperSolveInternal(DenseColumn* rhs) const {\n// the last entry in column col is stored contiguously just before the\n// first en...
C++
Apache License 2.0
google/or-tools
speed up matrix computation
261,230
16.11.2022 18:03:37
-3,600
b77a1a465c6ed8d3466bab27547d210e38a481aa
[CP-SAT] fix 3 bugs
[ { "change_type": "MODIFY", "old_path": "ortools/sat/cp_model_presolve.cc", "new_path": "ortools/sat/cp_model_presolve.cc", "diff": "@@ -2669,6 +2669,11 @@ void CpModelPresolver::TryToReduceCoefficientsOfLinearConstraint(\nuse_lb ? shift_ub - lb_feasible_.CurrentMax() : shift_lb;\nconst int64_t new_r...
C++
Apache License 2.0
google/or-tools
[CP-SAT] fix 3 bugs
261,218
16.11.2022 18:24:12
-3,600
79e9851851a4f12e012fd01d1193ea7ec008baec
gurobi: Rework path (Fix
[ { "change_type": "MODIFY", "old_path": "ortools/gurobi/environment.cc", "new_path": "ortools/gurobi/environment.cc", "diff": "@@ -659,13 +659,14 @@ void LoadGurobiFunctions(DynamicLibrary* gurobi_dynamic_library) {\nstd::vector<std::string> GurobiDynamicLibraryPotentialPaths() {\nstd::vector<std::st...
C++
Apache License 2.0
google/or-tools
gurobi: Rework path (Fix #3548)
261,218
17.11.2022 11:51:05
-3,600
591aa32d2b8a993565e07f8f8094f56b0a6b1b46
cmake(ci): Bump FreeBSD to python3.9
[ { "change_type": "MODIFY", "old_path": "cmake/vagrant/freebsd/python/Vagrantfile", "new_path": "cmake/vagrant/freebsd/python/Vagrantfile", "diff": "@@ -75,7 +75,7 @@ Vagrant.configure(\"2\") do |config|\nset -x\npkg update -f\npkg install -y git cmake\n- pkg install -y swig python py38-pip\n+ pkg in...
C++
Apache License 2.0
google/or-tools
cmake(ci): Bump FreeBSD to python3.9
261,230
17.11.2022 16:28:49
-3,600
b43a75c88cc7030b2a47f3bd07ca8e6d18ea7fad
[CP-SAT] fix integer reasons; use fast_hash to fingerprint equations
[ { "change_type": "MODIFY", "old_path": "ortools/sat/integer.cc", "new_path": "ortools/sat/integer.cc", "diff": "@@ -1039,20 +1039,19 @@ std::string IntegerTrail::DebugString() {\nbool IntegerTrail::SafeEnqueue(\nIntegerLiteral i_lit, absl::Span<const IntegerLiteral> integer_reason) {\n- if (i_lit.Is...
C++
Apache License 2.0
google/or-tools
[CP-SAT] fix integer reasons; use fast_hash to fingerprint equations
261,218
17.11.2022 13:35:37
-3,600
b37471830ee4d63d81369c0977a96e4f2b47fde1
ci: fix FreeBSD python
[ { "change_type": "MODIFY", "old_path": "cmake/vagrant/freebsd/python/Vagrantfile", "new_path": "cmake/vagrant/freebsd/python/Vagrantfile", "diff": "@@ -76,6 +76,7 @@ Vagrant.configure(\"2\") do |config|\npkg update -f\npkg install -y git cmake\npkg install -y swig python39 py39-wheel py39-pip py39-p...
C++
Apache License 2.0
google/or-tools
ci: fix FreeBSD python
261,218
18.11.2022 14:03:20
-3,600
643bb55eb3657bede25b508ec88ad4e0d309f5a1
python: FreeBSD fixup
[ { "change_type": "MODIFY", "old_path": "cmake/vagrant/freebsd/python/Vagrantfile", "new_path": "cmake/vagrant/freebsd/python/Vagrantfile", "diff": "@@ -103,7 +103,7 @@ Vagrant.configure(\"2\") do |config|\nset -x\nexport PATH=${HOME}/.local/bin:\"$PATH\"\ncd project\n- cmake -S. -Bbuild -DBUILD_PYTH...
C++
Apache License 2.0
google/or-tools
python: FreeBSD fixup
261,230
18.11.2022 16:54:13
-3,600
49fbfe55af8493e62126b79db513619c36c07914
[CP-SAT] fix sat_interface after new parameter validation; support symmetry detection for bool_and with multiple enforcement literals
[ { "change_type": "MODIFY", "old_path": "ortools/linear_solver/sat_interface.cc", "new_path": "ortools/linear_solver/sat_interface.cc", "diff": "@@ -268,7 +268,7 @@ void SatInterface::ExtractObjective() { NonIncrementalChange(); }\nvoid SatInterface::SetParameters(const MPSolverParameters& param) {\n...
C++
Apache License 2.0
google/or-tools
[CP-SAT] fix sat_interface after new parameter validation; support symmetry detection for bool_and with multiple enforcement literals
261,230
21.11.2022 15:35:30
-3,600
d2657d29a0acff7ac318a607d0da8e694e3ced5c
[CP-SAT] add lin_max presolve; fix bug in int_prod
[ { "change_type": "MODIFY", "old_path": "ortools/sat/cp_model_presolve.cc", "new_path": "ortools/sat/cp_model_presolve.cc", "diff": "@@ -672,9 +672,27 @@ bool CpModelPresolver::PresolveLinMax(ConstraintProto* ct) {\nif (context_->ModelIsUnsat()) return false;\nif (HasEnforcementLiteral(*ct)) return f...
C++
Apache License 2.0
google/or-tools
[CP-SAT] add lin_max presolve; fix bug in int_prod
261,218
21.11.2022 16:47:25
-3,600
8c94e325f033bc1cee6444acc082e34403feeb9d
tools/release: add log
[ { "change_type": "MODIFY", "old_path": "tools/release/build_delivery_linux.sh", "new_path": "tools/release/build_delivery_linux.sh", "diff": "@@ -63,8 +63,10 @@ function build_dotnet() {\nfi\ncd \"${ROOT_DIR}\" || exit 2\n+ echo \"check swig...\"\ncommand -v swig\ncommand -v swig | xargs echo \"swig...
C++
Apache License 2.0
google/or-tools
tools/release: add log
261,218
21.11.2022 17:26:32
-3,600
03abc88fd0cb0b489af3dc9f6c69e8b83538a3aa
dotnet: remove netstandard2.0 (unsupported) ortools\sat\csharp\CpSolver.cs(214,25): error CS1061: 'Queue<Term>' does not contain a definition for 'TryDequeue' and no accessible extension method 'TryDequeue' accepting a first argument of type 'Queue<Term>' could be found
[ { "change_type": "MODIFY", "old_path": "CMakeLists.txt", "new_path": "CMakeLists.txt", "diff": "@@ -268,9 +268,6 @@ if(BUILD_DOTNET)\noption(USE_DOTNET_48 \"Use .Net Framework 4.8 support\" OFF)\nmessage(STATUS \".Net: Use .Net Framework 4.8 support: ${USE_DOTNET_48}\")\n- option(USE_DOTNET_STD_20 \...
C++
Apache License 2.0
google/or-tools
dotnet: remove netstandard2.0 (unsupported) ortools\sat\csharp\CpSolver.cs(214,25): error CS1061: 'Queue<Term>' does not contain a definition for 'TryDequeue' and no accessible extension method 'TryDequeue' accepting a first argument of type 'Queue<Term>' could be found
261,218
21.11.2022 17:27:02
-3,600
ea0038d924c11dfac647b58247192b0e78e989a2
dotnet: Add net46,net461,net462 support
[ { "change_type": "MODIFY", "old_path": "CMakeLists.txt", "new_path": "CMakeLists.txt", "diff": "@@ -265,6 +265,16 @@ if(BUILD_DOTNET)\nset(DOTNET_SAMPLE_LANG \"8.0\" CACHE STRING \"Specify the C# language version for samples (default \\\"8.0\\\")\")\nmessage(STATUS \".Net C# language version: ${DOTN...
C++
Apache License 2.0
google/or-tools
dotnet: Add net46,net461,net462 support
261,218
21.11.2022 17:28:49
-3,600
986620e831cbc44c94ce1f355006182784cea4a9
tools/release: enable net46 on windows
[ { "change_type": "MODIFY", "old_path": "tools/release/build_delivery_win.cmd", "new_path": "tools/release/build_delivery_win.cmd", "diff": "@@ -126,7 +126,7 @@ rm.exe -rf temp_dotnet\necho DONE | tee.exe -a build.log\necho Build dotnet: ... | tee.exe -a build.log\n-cmake -S. -Btemp_dotnet -DBUILD_SA...
C++
Apache License 2.0
google/or-tools
tools/release: enable net46 on windows
261,230
22.11.2022 11:02:34
-3,600
39360d8f0c46eeff5646449563dc6a2d67ef4414
[CP-SAT] fix potential check failed in presole
[ { "change_type": "MODIFY", "old_path": "ortools/sat/cp_model_presolve.cc", "new_path": "ortools/sat/cp_model_presolve.cc", "diff": "@@ -9748,6 +9748,7 @@ CpSolverStatus CpModelPresolver::Presolve() {\n// We re-do a canonicalization with the final linear expression.\nif (context_->working_model->has_...
C++
Apache License 2.0
google/or-tools
[CP-SAT] fix potential check failed in presole
261,230
22.11.2022 17:43:55
-3,600
64c77e609babdc8fbde5fc974d6712b87ddb18c1
more unrolling
[ { "change_type": "MODIFY", "old_path": "ortools/lp_data/sparse.h", "new_path": "ortools/lp_data/sparse.h", "diff": "@@ -518,13 +518,17 @@ inline Fractional CompactSparseMatrix::ConstView::ColumnScalarProduct(\nint i = starts_[col.value()].value();\nconst int end = starts_[col.value() + 1].value();\n...
C++
Apache License 2.0
google/or-tools
more unrolling
261,230
22.11.2022 17:44:45
-3,600
f1de8911eae46fcafa761f52cdd428337b99c153
[CP-SAT] fix fuzzer bugs; add presolve/merging of boolean constraints to help reduction/linear relation
[ { "change_type": "MODIFY", "old_path": "ortools/sat/BUILD.bazel", "new_path": "ortools/sat/BUILD.bazel", "diff": "@@ -336,6 +336,8 @@ cc_library(\n\"//ortools/util:sorted_interval_list\",\n\"//ortools/util:strong_integers\",\n\"@com_google_absl//absl/container:flat_hash_map\",\n+ \"@com_google_absl/...
C++
Apache License 2.0
google/or-tools
[CP-SAT] fix fuzzer bugs; add presolve/merging of boolean constraints to help reduction/linear relation
261,230
22.11.2022 17:44:54
-3,600
4b32efed6ef92fe037c012c4d9e2f78be638359f
speed up bitset
[ { "change_type": "MODIFY", "old_path": "ortools/util/bitset.h", "new_path": "ortools/util/bitset.h", "diff": "@@ -75,7 +75,7 @@ inline uint32_t LeastSignificantBitWord32(uint32_t n) { return n & ~(n - 1); }\n#if defined(USE_FAST_LEAST_SIGNIFICANT_BIT)\ninline int LeastSignificantBitPosition64Fast(ui...
C++
Apache License 2.0
google/or-tools
speed up bitset
261,237
10.11.2022 20:51:28
-19,080
663286390555c85c307d5cd23ef1596f6f97b142
closed model in vrp_initial_routes
[ { "change_type": "MODIFY", "old_path": "ortools/constraint_solver/samples/vrp_initial_routes.cc", "new_path": "ortools/constraint_solver/samples/vrp_initial_routes.cc", "diff": "@@ -147,7 +147,17 @@ void VrpInitialRoutes() {\nrouting.GetMutableDimension(\"Distance\")->SetGlobalSpanCostCoefficient(10...
C++
Apache License 2.0
google/or-tools
closed model in vrp_initial_routes
261,218
22.11.2022 23:43:33
-3,600
e9783bfd03591d44ac9b6b22f29d622b6cbc9584
tools/release: remove macos python3.6 support
[ { "change_type": "MODIFY", "old_path": "tools/release/build_delivery_macos.sh", "new_path": "tools/release/build_delivery_macos.sh", "diff": "@@ -214,7 +214,7 @@ function build_python() {\nif [[ ${PLATFORM} == \"arm64\" ]]; then\nlocal -r PY=(3.8 3.9 3.10 3.11)\nelse\n- local -r PY=(3.6 3.7 3.8 3.9 ...
C++
Apache License 2.0
google/or-tools
tools/release: remove macos python3.6 support
261,218
23.11.2022 08:14:38
-3,600
c35669c1acfe65ea6424a8e915fda04d6e3ae22b
tools/release: Bump make check to 4.4 on macos
[ { "change_type": "MODIFY", "old_path": "tools/release/build_delivery_macos.sh", "new_path": "tools/release/build_delivery_macos.sh", "diff": "@@ -283,7 +283,7 @@ function build_archive() {\n# Clean archive\ncd \"${ROOT_DIR}\" || exit 2\necho \"Check Make version...\"\n- make --version 2>&1 | head -n...
C++
Apache License 2.0
google/or-tools
tools/release: Bump make check to 4.4 on macos
261,218
23.11.2022 13:27:22
-3,600
eed27aa2e4e9e749cece946e8e30a1f0ad1a2def
tools/docker: disable python artifacts generation
[ { "change_type": "MODIFY", "old_path": "tools/docker/Makefile", "new_path": "tools/docker/Makefile", "diff": "@@ -465,6 +465,7 @@ $(foreach platform,${PLATFORMS},$(eval $(call build_platform,${platform})))\n# List language dependent stages\nLANGS := cpp dotnet java python\n+LANGS_EXPORT := cpp dotne...
C++
Apache License 2.0
google/or-tools
tools/docker: disable python artifacts generation
261,218
25.11.2022 10:17:29
-3,600
611626522e021fb4317af280390992e673848c03
notebooks: sync
[ { "change_type": "MODIFY", "old_path": "examples/notebook/constraint_solver/vrp_initial_routes.ipynb", "new_path": "examples/notebook/constraint_solver/vrp_initial_routes.ipynb", "diff": "\"metadata\": {},\n\"outputs\": [],\n\"source\": [\n+ \"from ortools.constraint_solver import routing_enums_pb2\...
C++
Apache License 2.0
google/or-tools
notebooks: sync
261,218
25.11.2022 10:20:22
-3,600
92eab40155d5566039c92662632f196174f8da47
tools/docker: Fix debian-sid version returned by lsb-release is 'n/a' which break all scripts...
[ { "change_type": "MODIFY", "old_path": "tools/docker/images/debian-sid.Dockerfile", "new_path": "tools/docker/images/debian-sid.Dockerfile", "diff": "@@ -51,6 +51,8 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone\n## OR-TOOLS ##\n################\nFROM env AS devel\...
C++
Apache License 2.0
google/or-tools
tools/docker: Fix debian-sid version returned by lsb-release is 'n/a' which break all scripts...
424,162
12.01.2017 13:58:38
-3,600
c9a6750ad96847d9a6e9331ed5e015b5a6aa4cc0
Documented community components and mj-chart
[ { "change_type": "ADD", "old_path": null, "new_path": "doc/community-components.md", "diff": "+# Community components\n+\n+In addition to the standard components available in MJML, our awesome community is contributing by creating their own components.\n+\n+To use a community component, proceed as f...
JavaScript
MIT License
mjmlio/mjml
Documented community components and mj-chart
424,197
14.02.2017 15:29:37
-3,600
85fb3905a66a429fe161800a943d400ea8cf00b6
Clean parser
[ { "change_type": "MODIFY", "old_path": "gulpfile.babel.js", "new_path": "gulpfile.babel.js", "diff": "@@ -45,9 +45,9 @@ gulp.task('upgrade-dependencies', () => Promise.all(\ngulp.task('link-packages', () => Promise.all(\n_.map(packages, (packageDirectory, packageName) => new Promise(resolve => {\ncd...
JavaScript
MIT License
mjmlio/mjml
Clean parser
424,197
31.05.2017 14:34:20
-7,200
6f3368b5d6bb72e3fee66397050b8f19cf27cdc0
Fix version, add mjml-button on mjml package
[ { "change_type": "MODIFY", "old_path": "lerna.json", "new_path": "lerna.json", "diff": "\"packages\": [\n\"packages/*\"\n],\n- \"npmClient\": \"yarn\"\n+ \"npmClient\": \"yarn\",\n+ \"version\": \"4.0.0-alpha\"\n}\n" }, { "change_type": "MODIFY", "old_path": "package.json", "new_path...
JavaScript
MIT License
mjmlio/mjml
Fix version, add mjml-button on mjml package
424,197
31.05.2017 14:46:57
-7,200
fd511c0dd774b0290771fc63ef381820bf129af7
Fix mjml package
[ { "change_type": "MODIFY", "old_path": "packages/mjml-button/package.json", "new_path": "packages/mjml-button/package.json", "diff": "\"build\": \"../../node_modules/.bin/babel src --out-dir lib\"\n},\n\"dependencies\": {\n- \"lodash\": \"^4.17.4\",\n- \"mjml-core\": \"~3.3.3-beta.1\",\n- \"react\":...
JavaScript
MIT License
mjmlio/mjml
Fix mjml package
424,197
09.06.2017 15:03:58
-7,200
c1420888e799366624144356524dcd9fcfa25885
Add build:watch
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"private\": true,\n\"scripts\": {\n\"build\": \"lerna run build --parallel\",\n+ \"build:watch\": \"lerna run build --parallel -- -- -w\",\n\"lint\": \"eslint .\",\n\"postinstall\": \"lerna bootstrap\"\n},\n...
JavaScript
MIT License
mjmlio/mjml
Add build:watch
424,197
23.08.2017 11:03:49
-7,200
52e207f75feb0f7f82333d3517e060c4de80bbde
Fix mj-column
[ { "change_type": "MODIFY", "old_path": "packages/mjml-image/src/index.js", "new_path": "packages/mjml-image/src/index.js", "diff": "@@ -19,10 +19,7 @@ export default class MjImage extends BodyComponent {\nconst width = this.getContentWidth()\nconst fullWidth = this.getAttribute('full-width') === 'fu...
JavaScript
MIT License
mjmlio/mjml
Fix mj-column
424,156
06.11.2017 06:01:11
21,600
156aafebd3801c53e1fcac09184ca2be36b886bd
implement skeleton override as suggested in
[ { "change_type": "MODIFY", "old_path": "packages/mjml-cli/src/client.js", "new_path": "packages/mjml-cli/src/client.js", "diff": "@@ -12,11 +12,8 @@ import outputToConsole from './commands/outputToConsole'\nimport { version as coreVersion } from 'mjml-core/package.json' // eslint-disable-line import...
JavaScript
MIT License
mjmlio/mjml
implement skeleton override as suggested in #870
424,156
06.11.2017 07:50:38
21,600
c7740992a7994e628247d46cf1fe55a719cf9684
Allow for string file location to be used I think this is what you're looking for. I'm not at a place that I can test it right away.
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/index.js", "new_path": "packages/mjml-core/src/index.js", "diff": "@@ -25,6 +25,10 @@ export default function mjml2html(mjml, options = {}) {\nlet content = ''\nlet errors = []\n+ if(typeof options.skeleton === 'string') {\n+ options.ske...
JavaScript
MIT License
mjmlio/mjml
Allow for string file location to be used I think this is what you're looking for. I'm not at a place that I can test it right away.
424,156
06.11.2017 09:49:02
21,600
9f66abd8fffa00586cb3742829c7f8ccf765343e
correct passing of function
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/index.js", "new_path": "packages/mjml-core/src/index.js", "diff": "@@ -26,7 +26,7 @@ export default function mjml2html(mjml, options = {}) {\nlet errors = []\nif(typeof options.skeleton === 'string') {\n- options.skeleton = (opt) => requ...
JavaScript
MIT License
mjmlio/mjml
correct passing of function
424,156
06.11.2017 10:29:04
21,600
14251ad11f9d99bd35ddc673ac69f166b8e0d29c
Resolve relative path
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/index.js", "new_path": "packages/mjml-core/src/index.js", "diff": "import { get, identity, map, omit, reduce } from 'lodash'\n-\n+import path from 'path'\nimport juice from 'juice'\nimport { html as htmlBeautify } from 'js-beautify'\nimp...
JavaScript
MIT License
mjmlio/mjml
Resolve relative path
424,162
10.11.2017 19:30:07
-3,600
b0758e466568bef483cfc0e70d6ee4e5c1a04896
document new syntax for mj-social (wip)
[ { "change_type": "MODIFY", "old_path": "packages/mjml-social/README.md", "new_path": "packages/mjml-social/README.md", "diff": "<img src=\"https://cloud.githubusercontent.com/assets/6558790/12751360/0c78ce48-c9bd-11e5-98ca-4a2ac9e6341b.png\" alt=\"desktop\" style=\"width: 250px;\"/>\n</p>\n-Displays...
JavaScript
MIT License
mjmlio/mjml
document new syntax for mj-social (wip)
424,235
14.11.2017 15:47:44
21,600
6d792e72bd0281308ab8b2e7650c210d3ec6a3d1
Fix bullets and add code formatting
[ { "change_type": "MODIFY", "old_path": "packages/mjml-validator/README.md", "new_path": "packages/mjml-validator/README.md", "diff": "# Validating MJML\nMJML provides a validation layer that helps you building your email. It can detect if you misplaced or mispelled a MJML component, or if you used a...
JavaScript
MIT License
mjmlio/mjml
Fix bullets and add code formatting
424,171
07.12.2017 16:42:30
-3,600
118f5163afacc8b693058a66867191fc18c8fb31
allow components to add style in head
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/components.js", "new_path": "packages/mjml-core/src/components.js", "diff": "@@ -10,7 +10,13 @@ export function initComponent({ initialDatas, name }) {\nconst Component = components[name]\nif (Component) {\n- return new Component(initial...
JavaScript
MIT License
mjmlio/mjml
allow components to add style in head
424,171
07.12.2017 16:45:39
-3,600
a5f0f23777ec9a5cf1139ebbb271192439148b6c
add conditionalTag for mso only
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/helpers/conditionalTag.js", "new_path": "packages/mjml-core/src/helpers/conditionalTag.js", "diff": "export const startConditionalTag = '<!--[if mso | IE]>'\n+export const startMsoConditionalTag = '<!--[if mso]>'\nexport const endConditi...
JavaScript
MIT License
mjmlio/mjml
add conditionalTag for mso only
424,171
10.12.2017 16:30:39
-3,600
78c823e815d5a32d296621c9ddc63061fbdd145c
add navbar in dependencies
[ { "change_type": "MODIFY", "old_path": "packages/mjml/package.json", "new_path": "packages/mjml/package.json", "diff": "\"mjml-head-title\": \"^4.0.0-alpha.5\",\n\"mjml-hero\": \"^4.0.0-alpha.5\",\n\"mjml-image\": \"^4.0.0-alpha.5\",\n+ \"mjml-navbar\": \"^4.0.0-alpha.5\",\n\"mjml-raw\": \"^4.0.0-al...
JavaScript
MIT License
mjmlio/mjml
add navbar in dependencies
424,171
02.01.2018 19:14:26
-3,600
ad6ca9a0f85deae903e950d0cd318b51a4580c73
change headStyle to allow cumulate styles for carousel
[ { "change_type": "MODIFY", "old_path": "packages/mjml-accordion/src/Accordion.js", "new_path": "packages/mjml-accordion/src/Accordion.js", "diff": "@@ -35,7 +35,9 @@ export default class MjAccordion extends BodyComponent {\npadding: '10px 25px'\n}\n- static headStyle = () => `\n+ headStyle() {\n+ re...
JavaScript
MIT License
mjmlio/mjml
change headStyle to allow cumulate styles for carousel
424,171
05.01.2018 18:05:17
-3,600
12f90c1c206a769f0d22cf79789f04935aa8bebc
carousel component
[ { "change_type": "ADD", "old_path": null, "new_path": "packages/mjml-carousel/.npmignore", "diff": "+node_modules\n+src\n+test\n" }, { "change_type": "ADD", "old_path": null, "new_path": "packages/mjml-carousel/package.json", "diff": "+{\n+ \"name\": \"mjml-carousel\",\n+ \"descr...
JavaScript
MIT License
mjmlio/mjml
carousel component
424,171
16.01.2018 11:37:06
-3,600
5a4757ec3d61e5bc7af669ddd3f7fe4c20252d14
keep track of parent files when including
[ { "change_type": "MODIFY", "old_path": "packages/mjml-parser-xml/src/index.js", "new_path": "packages/mjml-parser-xml/src/index.js", "diff": "@@ -27,7 +27,7 @@ const indexesForNewLine = xml => {\nreturn indexes\n}\n-export default function MJMLParser(xml, options = {}) {\n+export default function MJ...
JavaScript
MIT License
mjmlio/mjml
keep track of parent files when including
424,171
16.01.2018 13:12:54
-3,600
da63ab04f328a61ed2a64649e31383ea553056f8
add carouselId to icons-cell css class
[ { "change_type": "MODIFY", "old_path": "packages/mjml-carousel/src/Carousel.js", "new_path": "packages/mjml-carousel/src/Carousel.js", "diff": "@@ -59,7 +59,7 @@ export default class MjCarousel extends BodyComponent {\nuser-select: none;\n}\n- .mj-carousel-icons-cell {\n+ .mj-carousel-${this.carouse...
JavaScript
MIT License
mjmlio/mjml
add carouselId to icons-cell css class
424,171
16.01.2018 14:10:21
-3,600
bf7aaec4a4962dfa3681489c9a7a7285f302ad8e
refacto bind into arrow function
[ { "change_type": "MODIFY", "old_path": "packages/mjml-accordion/src/Accordion.js", "new_path": "packages/mjml-accordion/src/Accordion.js", "diff": "@@ -35,7 +35,7 @@ export default class MjAccordion extends BodyComponent {\npadding: '10px 25px'\n}\n- headStyle() {\n+ headStyle = () => {\nreturn `\nn...
JavaScript
MIT License
mjmlio/mjml
refacto bind into arrow function
424,162
16.01.2018 14:34:38
-3,600
853418e80afdb753a7a07084b6f81e50fd1595a7
fix spacer doc conflict
[ { "change_type": "MODIFY", "old_path": "packages/mjml-spacer/README.md", "new_path": "packages/mjml-spacer/README.md", "diff": "@@ -5,7 +5,6 @@ Displays a blank space.\n```xml\n<mjml>\n<mj-body>\n-<<<<<<< HEAD\n<mj-section>\n<mj-column>\n<mj-text>A first line of text</mj-text>\n@@ -13,28 +12,13 @@ D...
JavaScript
MIT License
mjmlio/mjml
fix spacer doc conflict
424,162
16.01.2018 15:30:58
-3,600
b423794aa0378731bd9bdd68e57b5a5a09812dab
add carousel and accordion after merge
[ { "change_type": "MODIFY", "old_path": "packages/mjml-accordion/README.md", "new_path": "packages/mjml-accordion/README.md", "diff": "</mj-head>\n<mj-body>\n- <mj-container background-color=\"#f5f5f5\" width=\"650px\">\n<mj-section padding=\"20px\" background-color=\"#ffffff\">\n<mj-column backgroun...
JavaScript
MIT License
mjmlio/mjml
add carousel and accordion after merge
424,162
16.01.2018 17:03:30
-3,600
d27c7407c3cab6b2e9a6203b43412065b9e9f1ec
updated migrating sentence
[ { "change_type": "MODIFY", "old_path": "packages/mjml-migrate/src/migrate.js", "new_path": "packages/mjml-migrate/src/migrate.js", "diff": "@@ -155,7 +155,7 @@ export function handleMjml3(mjml) {\nconst isV3Synthax = checkV3Through(mjml)\nif (!isV3Synthax) return mjml\n- console.log('Mjml3 detected,...
JavaScript
MIT License
mjmlio/mjml
updated migrating sentence
424,171
18.01.2018 15:10:51
-3,600
d350d0946ec0b1682c7fe31604cd39c6a4a6522e
handle regex dependencies & fix error message
[ { "change_type": "MODIFY", "old_path": "packages/mjml-validator/src/rules/validChildren.js", "new_path": "packages/mjml-validator/src/rules/validChildren.js", "diff": "import filter from 'lodash/filter'\nimport includes from 'lodash/includes'\n+import keys from 'lodash/keys'\nimport dependencies fro...
JavaScript
MIT License
mjmlio/mjml
handle regex dependencies & fix error message